From a60d7bd13743889d6681a41e1f289f3ac37324ca Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 26 2017 10:50:02 +0000 Subject: import rh-nodejs6-nodejs-fstream-npm-1.2.0-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ca614e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/fstream-npm-1.2.0.tgz diff --git a/.rh-nodejs6-nodejs-fstream-npm.metadata b/.rh-nodejs6-nodejs-fstream-npm.metadata new file mode 100644 index 0000000..46cac1c --- /dev/null +++ b/.rh-nodejs6-nodejs-fstream-npm.metadata @@ -0,0 +1 @@ +d2c3c89101346982d64e57091c38487bda916fce SOURCES/fstream-npm-1.2.0.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-fstream-npm.spec b/SPECS/nodejs-fstream-npm.spec new file mode 100644 index 0000000..f5a7aa8 --- /dev/null +++ b/SPECS/nodejs-fstream-npm.spec @@ -0,0 +1,87 @@ +%{?scl:%scl_package nodejs-fstream-npm} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-fstream-npm +Version: 1.2.0 +Release: 1%{?dist} +Summary: An fstream class for creating npm packages +License: ISC +URL: https://github.com/isaacs/fstream-npm +Source0: http://registry.npmjs.org/fstream-npm/-/fstream-npm-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +%{summary}. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/fstream-npm +cp -pr fstream-npm.js package.json %{buildroot}%{nodejs_sitelib}/fstream-npm + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/fstream-npm +%doc README.md example LICENSE + +%changelog +* Thu Jan 05 2017 Zuzana Svetlikova - 1.2.0-1 +- Updated with script + +* Wed Sep 07 2016 Zuzana Svetlikova - 1.1.0-1 +- Updated with script + +* Thu Jun 09 2016 Zuzana Svetlikova - 1.0.7-2 +- Resolves: rhbz#1334856 , fixes wrong license + +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.7-1 +- Update + +* Fri Jan 09 2015 Tomas Hrcka - 1.0.1-1 +- New upstream release 1.0.1 + +* Thu Jan 16 2014 Tomas Hrcka - 0.1.6-1 +- New upstream release 0.1.6 + +* Thu Oct 17 2013 Tomas Hrcka - 0.1.5-2 +- replace provides and requires with macro + +* Sat Jun 22 2013 T.C. Hollingsworth - 0.1.5-1 +- new upstream release 0.1.5 + +* Sat Jun 22 2013 T.C. Hollingsworth - 0.1.4-3 +- restrict to compatible arches + +* Mon Apr 15 2013 T.C. Hollingsworth - 0.1.4-2 +- add macro for EPEL6 dependency generation + +* Fri Apr 12 2013 Stanislav Ochotnicky - 0.1.4-2 +- Add support for software collections + +* Wed Mar 13 2013 T.C. Hollingsworth - 0.1.4-1 +- new upstream release 0.1.4 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.1.3-2 +- add missing build section + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.1.3-1 +- new upstream release 0.1.3 +- clean up for submission + +* Wed Apr 18 2012 T.C. Hollingsworth - 0.0.6-1 +- New upstream release 0.0.6 + +* Wed Mar 28 2012 T.C. Hollingsworth - 0.0.4-1 +- initial package