diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b91c2d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/glob-7.0.3.tgz diff --git a/.rh-nodejs4-nodejs-glob.metadata b/.rh-nodejs4-nodejs-glob.metadata new file mode 100644 index 0000000..5a98f55 --- /dev/null +++ b/.rh-nodejs4-nodejs-glob.metadata @@ -0,0 +1 @@ +0aa235931a4a96ac13d60ffac2fb877bd6ed4f58 SOURCES/glob-7.0.3.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-glob.spec b/SPECS/nodejs-glob.spec new file mode 100644 index 0000000..7728759 --- /dev/null +++ b/SPECS/nodejs-glob.spec @@ -0,0 +1,94 @@ +%{?scl:%scl_package nodejs-glob} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-glob +Version: 7.0.3 +Release: 1%{?dist} +Summary: A little globber for Node.js +License: ISC +URL: https://github.com/isaacs/node-glob +Source0: http://registry.npmjs.org/glob/-/glob-%{version}.tgz + +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +This is a glob implementation in JavaScript. It uses the minimatch library +to do its matching. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/glob +cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/glob + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/glob +%doc LICENSE README.md + +%changelog +* Sun Feb 14 2016 Zuzana Svetlikova - 7.0.3-1 +- Change license +- update to new upstream version + +* Mon Nov 30 2015 Tomas Hrcka - 5.0.15-1 +- New upstream release + +* Wed Jul 29 2015 Zuzana Svetlikova - 5.0.14-1 +- New upstream release + +* Fri Jan 09 2015 Tomas Hrcka - 4.0.5-1 +- New upstream release 4.0.5 + +* Thu Jan 16 2014 Tomas Hrcka - 3.2.8-1 +- New upstream release 3.2.8 + +* Thu Oct 17 2013 Tomas Hrcka - 3.2.6-2 +- replace provides and requires with macro + +* Tue Jul 30 2013 T.C. Hollingsworth - 3.2.6-1 +- new upstream release 3.2.6 + +* Fri Jul 12 2013 T.C. Hollingsworth - 3.2.3-1 +- new upstream release 3.2.3 + +* Sat Jun 22 2013 T.C. Hollingsworth - 3.2.1-1 +- new upstream release 3.2.1 + +* Sat Jun 22 2013 T.C. Hollingsworth - 3.1.21-3 +- restrict to compatible arches + +* Mon Apr 15 2013 T.C. Hollingsworth - 3.1.21-2 +- add macro for EPEL6 dependency generation + +* Fri Apr 12 2013 Stanislav Ochotnicky - 3.1.21-2 +- Add support for software collections + +* Wed Mar 13 2013 T.C. Hollingsworth - 3.1.21-1 +- new upstream release 3.1.21 + +* Sat Feb 09 2013 T.C. Hollingsworth - 3.1.20-1 +- new upstream release 3.1.20 + +* Tue Jan 08 2013 T.C. Hollingsworth - 3.1.14-2 +- add missing build section +- adjust summary/description slightly + +* Mon Dec 31 2012 T.C. Hollingsworth - 3.1.14-1 +- new upstream release 3.1.14 +- clean up for submission + +* Thu Mar 22 2012 T.C. Hollingsworth - 3.1.9-1 +- new upstream release 3.1.9 + +* Fri Mar 16 2012 T.C. Hollingsworth - 3.1.6-1 +- initial package