Name: nodejs-dryice Version: 0.4.10 Release: 1%{?dist} Summary: A CommonJS/RequireJS packaging tool for browser scripts BuildArch: noarch 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) BuildRequires: nodejs-devel %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 %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/dryice %doc README.md LICENSE %changelog * Fri Jan 18 2013 T.C. Hollingsworth - 0.4.10-1 - initial package generated by npm2rpm