Blob Blame History Raw
%{?nodejs_find_provides_and_requires}

Name:       nodejs-debug
Version:    0.7.2
Release:    3%{?dist}
Summary:    A small debugging utility for Node.js
# License text is included in Readme.md
License:    MIT
Group:      System Environment/Libraries
URL:        https://github.com/visionmedia/debug
Source0:    http://registry.npmjs.org/debug/-/debug-%{version}.tgz
BuildArch:  noarch

BuildRequires:  nodejs-devel

%description
This module is a tiny Node.js debugging utility modeled after node core's
debugging technique.


%prep
%setup -q -n package


%build
#nothing to do


%install
mkdir -p %{buildroot}%{nodejs_sitelib}/debug
cp -pr package.json debug.js index.js lib/ \
    %{buildroot}%{nodejs_sitelib}/debug

%nodejs_symlink_deps


%files
%doc History.md Readme.md example/
%{nodejs_sitelib}/debug


%changelog
* Tue Jun 18 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-3
- rebuild for EL-6 to fix Provides generation

* Thu Feb 14 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-2
- correct a typo in the description

* Mon Feb 11 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-1
- initial package