Name: nodejs-npm-registry-client Version: 0.2.11 Release: 2%{?dist} Summary: Client for the npm registry BuildArch: noarch Group: System Environment/Libraries License: BSD URL: https://github.com/isaacs/npm-registry-client Source0: http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nodejs-devel %description Client for the npm registry, or private servers using the npm registry software. %prep %setup -q -n package %nodejs_fixdep request %build #nothing to do %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/npm-registry-client cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/npm-registry-client %nodejs_symlink_deps %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/npm-registry-client %doc README.md LICENSE %changelog * Tue Jan 08 2013 T.C. Hollingsworth - 0.2.11-2 - add missing build section * Mon Dec 31 2012 T.C. Hollingsworth - 0.2.11-1 - initial package generated by npm2rpm