diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e9c255 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/mute-stream-0.0.5.tgz diff --git a/.rh-nodejs6-nodejs-mute-stream.metadata b/.rh-nodejs6-nodejs-mute-stream.metadata new file mode 100644 index 0000000..72d761b --- /dev/null +++ b/.rh-nodejs6-nodejs-mute-stream.metadata @@ -0,0 +1 @@ +8fbfabb0a98a253d3184331f9e8deb7372fac6c0 SOURCES/mute-stream-0.0.5.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-mute-stream.spec b/SPECS/nodejs-mute-stream.spec new file mode 100644 index 0000000..06bc4d4 --- /dev/null +++ b/SPECS/nodejs-mute-stream.spec @@ -0,0 +1,71 @@ +%{?scl:%scl_package nodejs-mute-stream} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-mute-stream +Version: 0.0.5 +Release: 1%{?dist} +Summary: Basic pass-through stream, but when muted, the bytes are dropped +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +License: ISC +URL: https://github.com/isaacs/mute-stream +Source0: http://registry.npmjs.org/mute-stream/-/mute-stream-%{version}.tgz + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +This is a basic pass-through stream, but when muted, the bytes are +silently dropped, rather than being passed through. + +%prep +%setup -q -n package + +%build +#nothing to see here, move along + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/mute-stream +cp -pr package.json mute.js %{buildroot}%{nodejs_sitelib}/mute-stream + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/mute-stream +%doc LICENSE README.md + +%changelog +* Tue Sep 13 2016 Zuzana Svetlikova - 0.0.5-1 +- Updated with script, change license + +* Sun Feb 14 2016 Zuzana Svetlikova - 0.0.4-4 +- rebuilt + +* Tue Mar 04 2014 Tomas Hrcka - 0.0.4-3 +- Add missing nodejs_symlink_deps macro + +* Thu Oct 17 2013 Tomas Hrcka - 0.0.4-2 +- replace provides and requires with macro + +* Tue Jul 30 2013 T.C. Hollingsworth - 0.0.4-1 +- new upstream release 0.0.4 + +* Sat Jun 22 2013 T.C. Hollingsworth - 0.0.3-6 +- restrict to compatible arches + +* Mon Apr 15 2013 T.C. Hollingsworth - 0.0.3-5 +- add macro for EPEL6 dependency generation + +* Thu Apr 11 2013 Stanislav Ochotnicky - 0.0.3-5 +- Add support for software collections + +* Thu Feb 14 2013 Fedora Release Engineering - 0.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 07 2013 T.C. Hollingsworth - 0.0.3-2 +- fix summary, URL +- add no-op build section + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.0.3-1 +- initial package generated by npm2rpm