diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8bbd3b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/read-package-json-2.0.4.tgz diff --git a/.rh-nodejs6-nodejs-read-package-json.metadata b/.rh-nodejs6-nodejs-read-package-json.metadata new file mode 100644 index 0000000..b896ea2 --- /dev/null +++ b/.rh-nodejs6-nodejs-read-package-json.metadata @@ -0,0 +1 @@ +61ed1b2256ea438d8008895090be84b8e799c853 SOURCES/read-package-json-2.0.4.tgz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/nodejs-read-package-json.spec b/SPECS/nodejs-read-package-json.spec new file mode 100644 index 0000000..65a768a --- /dev/null +++ b/SPECS/nodejs-read-package-json.spec @@ -0,0 +1,108 @@ +%{?scl:%scl_package nodejs-read-package-json} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-read-package-json +Version: 2.0.4 +Release: 1%{?dist} +Summary: npm's package.json parser +License: ISC +URL: https://github.com/isaacs/read-package-json +Source0: http://registry.npmjs.org/read-package-json/-/read-package-json-%{version}.tgz + +BuildRequires: %{?scl_prefix}nodejs-devel + +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + + +%description +The thing npm uses to read package.json files, with semantics, defaults and +validation. + +%prep +%setup -q -n package + +%nodejs_fixdep glob 7.x + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/read-package-json +cp -pr package.json read-json.js %{buildroot}%{nodejs_sitelib}/read-package-json + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/read-package-json +%doc LICENSE README.md + +%changelog +* Thu Sep 15 2016 Zuzana Svetlikova - 2.0.4-1 +- Updated with script + +* Sun Feb 14 2016 Zuzana Svetlikova - 2.0.3-1 +- Update + +* Mon Nov 30 2015 Tomas Hrcka - 2.0.2-1 +- New upstream release + +* Fri Jan 09 2015 Tomas Hrcka - 1.2.7-2 +- New upstream release 1.2.7 + +* Thu Jan 16 2014 Tomas Hrcka - 1.1.6-1 +- New upstream release 1.1.6 + +* Thu Oct 17 2013 Tomas Hrcka - 1.1.3-2 +- replace provides and requires with macro + +* 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 + +* Thu Jun 20 2013 Tomas Hrcka - 0.3.0-4 +- added patch to fix RHBZ#965469 + +* 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 12 2013 Stanislav Ochotnicky - 0.3.0-3 +- Add support for software collections + +* 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