[nodejs-stream-spigot] Initial import (#1177463)

Parag Nemade pnemade at fedoraproject.org
Tue Dec 30 05:17:29 UTC 2014


commit bb453614f2b00d60f6408704be478ee59059e92f
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Dec 30 10:47:29 2014 +0530

    Initial import (#1177463)

 .gitignore                |    1 +
 nodejs-stream-spigot.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ada4578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/stream-spigot-3.0.4.tgz
diff --git a/nodejs-stream-spigot.spec b/nodejs-stream-spigot.spec
new file mode 100644
index 0000000..3d0102f
--- /dev/null
+++ b/nodejs-stream-spigot.spec
@@ -0,0 +1,57 @@
+%global enable_tests 1
+%global module_name stream-spigot
+
+Name:           nodejs-%{module_name}
+Version:        3.0.4
+Release:        1%{?dist}
+Summary:        Testing or converting simple functions into Readable streams
+
+License:        MIT
+URL:            https://github.com/brycebaril/node-stream-spigot
+Source0:        http://registry.npmjs.org/%{module_name}/-/%{module_name}-%{version}.tgz
+BuildArch:      noarch
+ExclusiveArch:  %{nodejs_arches} noarch
+
+BuildRequires:  nodejs-packaging
+
+%if 0%{?enable_tests}
+BuildRequires:  npm(tap)
+BuildRequires:  npm(tape)
+BuildRequires:  npm(concat-stream)
+BuildRequires:  npm(xtend)
+%endif
+
+%description
+A readable stream generator, useful for testing or converting simple functions
+into Readable streams.
+
+%prep
+%setup -q -n package
+rm -rf node_modules
+
+%nodejs_fixdep readable-stream ~1.x
+%nodejs_fixdep xtend ~4.x
+
+
+%build
+# nothing to build
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name}
+cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{module_name}
+%nodejs_symlink_deps
+
+%if 0%{?enable_tests}
+%check
+%nodejs_symlink_deps --check
+node test
+%endif
+
+%files
+%doc README.md LICENSE
+%{nodejs_sitelib}/%{module_name}
+
+%changelog
+* Sat Dec 27 2014 Parag Nemade <pnemade AT redhat DOT com> - 3.0.4-1
+- Initial packaging
+
diff --git a/sources b/sources
index e69de29..67ae81e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+3bdc7c3e5d4cc509cc583ef6b9f043cc  stream-spigot-3.0.4.tgz


More information about the scm-commits mailing list