%{?nodejs_find_provides_and_requires} Name: nodejs-normalize-package-data Version: 0.1.6 Release: 1%{?dist} Summary: Normalizes npm/package.json metadata BuildArch: noarch Group: Development/Libraries License: BSD URL: https://github.com/meryn/normalize-package-data Source0: http://registry.npmjs.org/normalize-package-data/-/normalize-package-data-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nodejs-devel #for tests BuildRequires: npm(tap) BuildRequires: npm(underscore) BuildRequires: npm(async) BuildRequires: npm(semver) BuildRequires: npm(github-url-from-git) %description normalize-package-data exports a function that normalizes package metadata. This data is typically found in a package.json file, but in principle could come from any source - for example the npm registry. normalize-package-data is used by read-package-json to normalize the data it reads from a package.json file. In turn, read-package-json is used by npm and various npm-related tools. %prep %setup -q -n package %build #nothing to do %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/normalize-package-data cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/normalize-package-data %nodejs_symlink_deps %check %nodejs_symlink_deps --check %tap test/*.js %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/normalize-package-data %doc README.md LICENSE AUTHORS %changelog * Sun Jun 02 2013 T.C. Hollingsworth - 0.1.6-1 - initial package