[nodejs-mute-stream/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Sun Jan 13 11:05:32 UTC 2013


commit 22997ca962de2180921566fbd488e965916b65ed
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Jan 13 04:04:29 2013 -0700

    initial import

 .gitignore              |    1 +
 nodejs-mute-stream.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9dfc5c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mute-stream-0.0.3.tgz
diff --git a/nodejs-mute-stream.spec b/nodejs-mute-stream.spec
new file mode 100644
index 0000000..1378b25
--- /dev/null
+++ b/nodejs-mute-stream.spec
@@ -0,0 +1,44 @@
+Name:           nodejs-mute-stream
+Version:        0.0.3
+Release:        3%{?dist}
+Summary:        Basic pass-through stream, but when muted, the bytes are dropped
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+License:        BSD
+URL:            https://github.com/isaacs/mute-stream
+Source0:        http://registry.npmjs.org/mute-stream/-/mute-stream-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  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
+rm -rf %buildroot
+mkdir -p %{buildroot}%{nodejs_sitelib}/mute-stream
+cp -pr package.json mute.js %{buildroot}%{nodejs_sitelib}/mute-stream
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/mute-stream
+%doc LICENSE README.md
+
+%changelog
+* Mon Jan 07 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-2
+- fix summary, URL
+- add no-op 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..2021fb3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6ed0470ad5443989c57d7fa153ce76a3  mute-stream-0.0.3.tgz


More information about the scm-commits mailing list