Blame SPECS/nodejs-debug.spec

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