%{?nodejs_find_provides_and_requires} Name: nodejs-read-package-json Version: 2.0.1 Release: 1%{?dist} Summary: npm's package.json parser Group: System Environment/Libraries License: ISC URL: https://github.com/isaacs/read-package-json Source0: http://registry.npmjs.org/read-package-json/-/read-package-json-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch %else ExclusiveArch: %{ix86} x86_64 %{arm} noarch %endif BuildRequires: nodejs-packaging %description The thing npm uses to read package.json files, with semantics, defaults and validation. %prep %setup -q -n package %build #nothing to do %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/read-package-json cp -pr package.json read-json.js %{buildroot}%{nodejs_sitelib}/read-package-json %nodejs_symlink_deps %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/read-package-json %doc LICENSE README.md %changelog * Mon Oct 26 2015 Jared Smith - 2.0.1-1 - Update to upstream 2.0.1 release * Wed Jun 17 2015 Fedora Release Engineering - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Sep 07 2013 Jamie Nguyen - 1.1.3-1 - update to upstream release 1.1.3 - change License from BSD to ISC - add ExclusiveArch logic * Tue Jul 30 2013 T.C. Hollingsworth - 1.1.1-1 - new upstream release 1.1.1 * Mon Jun 24 2013 T.C. Hollingsworth - 1.1.0-2 - remove unneeded dependency fix on lru-cache * Sun Jun 23 2013 T.C. Hollingsworth - 1.1.0-1 - new upstream release 1.1.0 * Sat Jun 22 2013 T.C. Hollingsworth - 0.3.0-5 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth - 0.3.0-4 - add macro for EPEL6 dependency generation * Mon Apr 15 2013 T.C. Hollingsworth - 0.3.0-3 - fix lru-cache dep * Fri Apr 05 2013 T.C. Hollingsworth - 0.3.0-2 - drop outdated dependency fix * Wed Apr 03 2013 T.C. Hollingsworth - 0.3.0-1 - new upstream release 0.3.0 * Wed Mar 13 2013 T.C. Hollingsworth - 0.2.2-1 - new upstream release 0.2.2 * Wed Feb 13 2013 T.C. Hollingsworth - 0.2.0-1 - new upstream release 0.2.0 * Sat Feb 09 2013 T.C. Hollingsworth - 0.1.13-1 - new upstream release 0.1.13 * Tue Jan 08 2013 T.C. Hollingsworth - 0.1.12-2 - add missing build section * Mon Dec 31 2012 T.C. Hollingsworth - 0.1.12-1 - initial package generated by npm2rpm