From f12d7c2be7ea047b5c1d070a7644ba51577b1e97 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 09 2014 08:31:37 +0000 Subject: import nodejs010-nodejs-combined-stream-0.0.4-4.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..47292fc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/combined-stream-0.0.4.tgz diff --git a/.nodejs010-nodejs-combined-stream.metadata b/.nodejs010-nodejs-combined-stream.metadata new file mode 100644 index 0000000..3a0475a --- /dev/null +++ b/.nodejs010-nodejs-combined-stream.metadata @@ -0,0 +1 @@ +2d1a43347dbe9515a4a2796732e5b88473840b22 SOURCES/combined-stream-0.0.4.tgz diff --git a/README.md b/README.md deleted file mode 100644 index ce46a88..0000000 --- a/README.md +++ /dev/null @@ -1,5 +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-combined-stream.spec b/SPECS/nodejs-combined-stream.spec new file mode 100644 index 0000000..e470452 --- /dev/null +++ b/SPECS/nodejs-combined-stream.spec @@ -0,0 +1,59 @@ +%{?scl:%scl_package nodejs-combined-stream} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-combined-stream +Version: 0.0.4 +Release: 4%{?dist} +Summary: A stream that emits multiple other streams one after another +BuildArch: noarch + +Group: System Environment/Libraries +License: MIT +URL: https://github.com/felixge/node-combined-stream +Source0: http://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +A stream that emits multiple other streams one after another. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %buildroot +mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream +cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream +%nodejs_symlink_deps + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/combined-stream +%doc License Readme.md + +%changelog +* Tue Mar 04 2014 Tomas Hrcka - 0.0.4-4 +- Add missing macro %nodejs_symlink_deps + +* Thu Oct 17 2013 Tomas Hrcka - 0.0.4-3 +- replace provides and requires with macro + +* Thu Apr 11 2013 Stanislav Ochotnicky - 0.0.4-2 +- Add support for software collections + +* Sat Feb 09 2013 T.C. Hollingsworth - 0.0.4-1 +- new upstream release 0.0.4 + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.0.3-2 +- add missing build section + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.0.3-1 +- initial package generated by npm2rpm