Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates-src > by-pkgid > a05b108bfddd6f5b53432d284411a1b2 > files > 2

nodejs-deep-equal-0.0.0-2.fc18.src.rpm

Name:           nodejs-deep-equal
Version:        0.0.0
Release:        2%{?dist}
Summary:        Node's assert.deepEqual algorithm
BuildArch:      noarch

Group:          System Environment/Libraries
#no license file included; "MIT/X11" indicated in package.json
License:        MIT
URL:            https://github.com/substack/node-deep-equal
Source0:        http://registry.npmjs.org/deep-equal/-/deep-equal-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  nodejs-devel
#BuildRequires:  npm(tap)

%description
Node's `assert.deepEqual()` algorithm implemented as a standalone module.

%prep
%setup -q -n package

%build
#nothing to do

%install
rm -rf %buildroot

mkdir -p %{buildroot}%{nodejs_sitelib}/deep-equal
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/deep-equal

%nodejs_symlink_deps

#recursive deps are recursive
#%%check
#%%tap test/*.js

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/deep-equal
%doc README.markdown example

%changelog
* Thu Jan 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.0-2
- comment out BuildRequires on npm(tap)

* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.0-1
- initial package generated by npm2rpm