[nodejs-delayed-stream/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 14 18:54:42 UTC 2013


commit da19a5c20a2cd1c54deec6a790129ecc5c7e0ee8
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 14 11:54:24 2013 -0700

    initial import

 .gitignore                 |    1 +
 nodejs-delayed-stream.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..95e138b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/delayed-stream-0.0.5.tgz
diff --git a/nodejs-delayed-stream.spec b/nodejs-delayed-stream.spec
new file mode 100644
index 0000000..9f250ca
--- /dev/null
+++ b/nodejs-delayed-stream.spec
@@ -0,0 +1,43 @@
+Name:           nodejs-delayed-stream
+Version:        0.0.5
+Release:        2%{?dist}
+Summary:        Buffers events from a stream until you are ready to handle them
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+License:        MIT
+URL:            https://github.com/felixge/node-delayed-stream
+Source0:        http://registry.npmjs.org/delayed-stream/-/delayed-stream-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  nodejs-devel
+
+%description
+Buffers events from a stream until you are ready to handle them.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %buildroot
+mkdir -p %{buildroot}%{nodejs_sitelib}/delayed-stream
+cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/delayed-stream
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/delayed-stream
+%doc License Readme.md
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-2
+- add missing build section
+- fix License
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-1
+- initial package generated by npm2rpm
diff --git a/sources b/sources
index e69de29..d8f87ec 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2da6469cf90f8b6a0ff44eac8de7a001  delayed-stream-0.0.5.tgz


More information about the scm-commits mailing list