5122fa7
%{?nodejs_find_provides_and_requires}
5122fa7
a6e763f
Name:       nodejs-debug
ddb86b2
Version:    0.8.1
247b764
Release:    2%{?dist}
a6e763f
Summary:    A small debugging utility for Node.js
a6e763f
# License text is included in Readme.md
a6e763f
License:    MIT
a6e763f
Group:      System Environment/Libraries
a6e763f
URL:        https://github.com/visionmedia/debug
a6e763f
Source0:    http://registry.npmjs.org/debug/-/debug-%{version}.tgz
aa8264c
a6e763f
BuildArch:  noarch
aa8264c
%if 0%{?fedora} >= 19
aa8264c
ExclusiveArch: %{nodejs_arches} noarch
aa8264c
%else
aa8264c
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
aa8264c
%endif
a6e763f
aa8264c
BuildRequires:  nodejs-packaging
a6e763f
a6e763f
%description
a6e763f
This module is a tiny Node.js debugging utility modeled after node core's
a6e763f
debugging technique.
a6e763f
a6e763f
a6e763f
%prep
a6e763f
%setup -q -n package
a6e763f
a6e763f
a6e763f
%build
a6e763f
#nothing to do
a6e763f
a6e763f
a6e763f
%install
a6e763f
mkdir -p %{buildroot}%{nodejs_sitelib}/debug
3188b16
cp -pr package.json debug.js lib/ \
a6e763f
    %{buildroot}%{nodejs_sitelib}/debug
a6e763f
a6e763f
%nodejs_symlink_deps
a6e763f
a6e763f
a6e763f
%files
1cb6d1d
%doc Readme.md
a6e763f
%{nodejs_sitelib}/debug
a6e763f
a6e763f
a6e763f
%changelog
247b764
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
247b764
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
247b764
ddb86b2
* Fri Apr 25 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.8.1-1
ddb86b2
- update to upstream release 0.8.1
ddb86b2
3188b16
* Sun Apr 20 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.8.0-1
3188b16
- update to upstream release 0.8.0
3188b16
1cb6d1d
* Sun Feb 23 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.4-2
1cb6d1d
- History.md and example/ no longer included in the NPM tarball
1cb6d1d
577659c
* Sun Feb 23 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.4-1
577659c
- update to upstream release 0.7.4
577659c
1faf174
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-5
1faf174
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1faf174
aa8264c
* Sat Jul 06 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-4
aa8264c
- restrict to compatible arches
aa8264c
5ade661
* Tue Jun 18 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-3
5ade661
- rebuild for EL-6 to fix Provides generation
5ade661
a6e763f
* Thu Feb 14 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-2
a6e763f
- correct a typo in the description
a6e763f
a6e763f
* Mon Feb 11 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-1
a6e763f
- initial package