Blob Blame History Raw
%{?nodejs_find_provides_and_requires}

Name:           nodejs-buffer-equal
Version:        0.0.0
Release:        6%{?dist}
Summary:        Returns whether two buffers are equal
BuildArch:      noarch
%if 0%{?fedora} >= 19
ExclusiveArch: %{nodejs_arches} noarch
%else
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%endif

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

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

%description
Returns whether two buffers are equal.

%prep
%setup -q -n package

%build
#nothing to do

%install
rm -rf %buildroot

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

%nodejs_symlink_deps

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

%clean
rm -rf %buildroot

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

%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Sat Jul 06 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.0.0-4
- fix compatible arches on f18/el6

* Fri Jul 05 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.0.0-3
- restrict to compatible arches

* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.0-2
- add macro to enable dependency generation on EPEL6

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