Name: nodejs-sigmund Version: 1.0.0 Release: 2%{?dist} Summary: Quick and dirty signatures for Objects BuildArch: noarch Group: System Environment/Libraries License: BSD URL: https://github.com/isaacs/sigmund Source0: http://registry.npmjs.org/sigmund/-/sigmund-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nodejs-devel %description Quick and dirty signatures for Objects. This is like a much faster `deepEquals` comparison, which returns a string key suitable for caches and the like. %prep %setup -q -n package %build #nothing to do %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/sigmund cp -pr package.json sigmund.js %{buildroot}%{nodejs_sitelib}/sigmund %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/sigmund %doc LICENSE README.md bench.js %changelog * Tue Jan 08 2013 T.C. Hollingsworth - 1.0.0-2 - add missing build section * Mon Dec 31 2012 T.C. Hollingsworth - 1.0.0-1 - initial package generated by npm2rpm