[nodejs-combined-stream/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Sat Feb 9 01:27:06 UTC 2013


commit f81c47911ef9944ad8799e564a1debfe89dedf95
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Feb 8 18:26:10 2013 -0700

    initial import

 .gitignore                  |    1 +
 nodejs-combined-stream.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a5e1d11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/combined-stream-0.0.3.tgz
diff --git a/nodejs-combined-stream.spec b/nodejs-combined-stream.spec
new file mode 100644
index 0000000..9af2c68
--- /dev/null
+++ b/nodejs-combined-stream.spec
@@ -0,0 +1,42 @@
+Name:           nodejs-combined-stream
+Version:        0.0.3
+Release:        2%{?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}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  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
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/combined-stream
+%doc License Readme.md
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-2
+- add missing build section
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-1
+- initial package generated by npm2rpm
diff --git a/sources b/sources
index e69de29..8dd46c1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e847cd95134be79187de26c76e817522  combined-stream-0.0.3.tgz


More information about the scm-commits mailing list