Blame SPECS/nodejs-debug.spec

58d5a1
%{?scl:%scl_package nodejs-debug}
58d5a1
%{!?scl:%global pkg_name %{name}}
58d5a1
58d5a1
%{?nodejs_find_provides_and_requires}
58d5a1
58d5a1
Name:       %{?scl_prefix}nodejs-debug
58d5a1
Version:    2.2.0
58d5a1
Release:    4%{?dist}
58d5a1
Summary:    A small debugging utility for Node.js
58d5a1
# License text is included in Readme.md
58d5a1
License:    MIT
58d5a1
URL:        https://github.com/visionmedia/debug
58d5a1
Source0:    https://registry.npmjs.org/debug/-/debug-%{version}.tgz
58d5a1
58d5a1
BuildArch:  noarch
58d5a1
%if 0%{?fedora} >= 19
58d5a1
ExclusiveArch: %{nodejs_arches} noarch
58d5a1
%else
58d5a1
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
58d5a1
%endif
58d5a1
58d5a1
BuildRequires:  %{?scl_prefix}runtime
58d5a1
58d5a1
%description
58d5a1
This module is a tiny Node.js debugging utility modeled after node core's
58d5a1
debugging technique.
58d5a1
58d5a1
%prep
58d5a1
%setup -q -n package
58d5a1
58d5a1
%build
58d5a1
#nothing to do
58d5a1
58d5a1
%install
58d5a1
mkdir -p %{buildroot}%{nodejs_sitelib}/debug
58d5a1
cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/debug
58d5a1
58d5a1
%nodejs_symlink_deps
58d5a1
58d5a1
%files
58d5a1
%doc Readme.md History.md
58d5a1
%{nodejs_sitelib}/debug
58d5a1
58d5a1
%changelog
58d5a1
* Tue Feb 16 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.2.0-4
58d5a1
- Use macro in -runtime dependency
58d5a1
58d5a1
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.2.0-3
58d5a1
- Rebuilt with updated metapackage
58d5a1
58d5a1
* Tue Dec 01 2015 Tomas Hrcka <thrcka@redhat.com> - 2.2.0-2
58d5a1
- Enable scl macros
58d5a1
58d5a1
* Tue Nov 24 2015 Tom Hughes <tom@compton.nu> - 2.2.0-1
58d5a1
- update to 2.2.0 upstream release
58d5a1
58d5a1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-3
58d5a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
58d5a1
58d5a1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
58d5a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
58d5a1
58d5a1
* Fri Apr 25 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.8.1-1
58d5a1
- update to upstream release 0.8.1
58d5a1
58d5a1
* Sun Apr 20 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.8.0-1
58d5a1
- update to upstream release 0.8.0
58d5a1
58d5a1
* Sun Feb 23 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.4-2
58d5a1
- History.md and example/ no longer included in the NPM tarball
58d5a1
58d5a1
* Sun Feb 23 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.4-1
58d5a1
- update to upstream release 0.7.4
58d5a1
58d5a1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-5
58d5a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
58d5a1
58d5a1
* Sat Jul 06 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-4
58d5a1
- restrict to compatible arches
58d5a1
58d5a1
* Tue Jun 18 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-3
58d5a1
- rebuild for EL-6 to fix Provides generation
58d5a1
58d5a1
* Thu Feb 14 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-2
58d5a1
- correct a typo in the description
58d5a1
58d5a1
* Mon Feb 11 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-1
58d5a1
- initial package