Name: nodejs-lockfile Version: 0.2.1 Release: 2%{?dist} Summary: A very polite lock file utility BuildArch: noarch Group: System Environment/Libraries License: BSD URL: https://github.com/isaacs/lockfile Source0: https://registry.npmjs.org/lockfile/-/lockfile-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nodejs-devel %description A very polite lock file utility, which endeavors to not litter, and to wait patiently for others. %prep %setup -q -n package %build #nothing to do %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/lockfile cp -pr package.json lockfile.js test %{buildroot}%{nodejs_sitelib}/lockfile %nodejs_symlink_deps %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/lockfile %doc LICENSE README.md %changelog * Tue Jan 08 2013 T.C. Hollingsworth - 0.2.1-2 - add missing build section * Mon Dec 31 2012 T.C. Hollingsworth - 0.2.1-1 - initial package generated by npm2rpm