diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f42b80 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/fstream-1.0.10.tgz diff --git a/.rh-nodejs6-nodejs-fstream.metadata b/.rh-nodejs6-nodejs-fstream.metadata new file mode 100644 index 0000000..28422ac --- /dev/null +++ b/.rh-nodejs6-nodejs-fstream.metadata @@ -0,0 +1 @@ +604e8a92fe26ffd9f6fae30399d4984e1ab22822 SOURCES/fstream-1.0.10.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.spec b/SPECS/nodejs-fstream.spec new file mode 100644 index 0000000..1062c65 --- /dev/null +++ b/SPECS/nodejs-fstream.spec @@ -0,0 +1,108 @@ +%{?scl:%scl_package nodejs-fstream} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-fstream +Version: 1.0.10 +Release: 2%{?dist} +Summary: Advanced file system stream objects for Node.js +License: ISC +URL: https://github.com/isaacs/fstream +Source0: http://registry.npmjs.org/fstream/-/fstream-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +Provides advanced file system stream objects for Node.js. These objects are +like FS streams, but with stat on them, and support directories and +symbolic links, as well as normal files. Also, you can use them to set +the stats on a file, even if you don't change its contents, or to create +a symlink, etc. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/fstream +cp -pr lib fstream.js package.json %{buildroot}%{nodejs_sitelib}/fstream + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/fstream +%doc LICENSE README.md examples + +%changelog +* Mon Mar 06 2017 Zuzana Svetlikova - 1.0.10-2 +- Correct license + +* Wed Sep 21 2016 Zuzana Svetlikova - 1.0.10-1 +- Updated with script + +* Sun Feb 14 2016 Zuzana Svetlikova - 1.0.3-3 +- rebuilt + +* Tue Dec 01 2015 Tomas Hrcka - 1.0.3-2 +- Use fixdep to fix dependency on graceful-fs + +* Fri Jan 09 2015 Tomas Hrcka - 1.0.3-1 +- New upstream release +- Fix bogus date in first changelog entry + +* Thu Jan 16 2014 Tomas Hrcka - 0.1.25-1 +- New upstream release 0.1.25 + +* Thu Oct 17 2013 Tomas Hrcka - 0.1.24-2 +- replace provides and requires with macro + +* Tue Jul 30 2013 T.C. Hollingsworth - 0.1.24-1 +- new upstream release 0.1.24 + +* Fri Jul 12 2013 T.C. Hollingsworth - 0.1.23-1 +- new upstream release 0.1.23 + +* Sat Jun 22 2013 T.C. Hollingsworth - 0.1.22-3 +- restrict to compatible arches + +* Mon Apr 15 2013 T.C. Hollingsworth - 0.1.22-2 +- add macro for EPEL6 dependency generation + +* Fri Apr 12 2013 Stanislav Ochotnicky - 0.1.22-2 +- Add support for software collections + +* Sat Feb 09 2013 T.C. Hollingsworth - 0.1.22-1 +- new upstream release 0.1.22 + +* Sun Jan 13 2013 T.C. Hollingsworth - 0.1.21-3 +- fix License tag + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.1.21-2 +- add missing build section +- fix summary/description + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.1.21-1 +- new upstream release 0.1.21 +- clean up for submission + +* Thu Mar 29 2012 T.C. Hollingsworth - 0.1.18-1 +- New upstream release 0.1.18 + +* Wed Mar 28 2012 T.C. Hollingsworth - 0.1.17-1 +- new upstream release 0.1.17 + +* Thu Mar 22 2012 T.C. Hollingsworth - 0.1.14-1 +- new upstream release 0.1.14 + +* Sun Mar 04 2012 T.C. Hollingsworth - 0.1.13-1 +- new upstream release 0.1.13 + +* Thu Feb 09 2012 T.C. Hollingsworth - 0.1.12-1 +- new upstream release 0.1.12 + +* Fri Jan 21 2011 T.C. Hollingsworth - 0.1.11-1 +- initial package