Blame SPECS/nodejs-debug.spec

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