Blob Blame History Raw
%{?nodejs_find_provides_and_requires}

Name:           nodejs-dryice
Version:        0.4.10
Release:        6%{?dist}
Summary:        A CommonJS/RequireJS packaging tool for browser scripts

Group:          System Environment/Libraries
License:        ASL 2.0
URL:            https://github.com/mozilla/dryice
Source0:        http://registry.npmjs.org/dryice/-/dryice-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
%if 0%{?fedora} >= 19
ExclusiveArch: %{nodejs_arches} noarch
%else
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%endif

BuildRequires:  nodejs-packaging

%description
A CommonJS/RequireJS packaging tool for browser scripts.

It is basically just a copy function. It takes input from a set of input files,
which can be specified in various ways, optionally filters them and outputs them
to something else.


%prep
%setup -q -n package


%install
rm -rf %buildroot
mkdir -p %{buildroot}%{nodejs_sitelib}/dryice
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/dryice

%nodejs_symlink_deps


%clean
rm -rf %buildroot


%files
%defattr(-,root,root,-)
%{nodejs_sitelib}/dryice
%doc README.md LICENSE


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

* Sat May 10 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.4.10-5
- add missing nodejs_symlink_deps

* Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.4.10-4
- add macro to invoke dependency generator on EL6

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

* Sun Jul 21 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.4.10-2
- restrict to compatible arches

* Fri Jan 18 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.4.10-1
- initial package generated by npm2rpm