[nodejs-jsonstream/el6] Initial build

anish anishpatil at fedoraproject.org
Tue Dec 9 05:25:57 UTC 2014


commit 601e15e226947b8b81035bbfc1b27248d38e1ae2
Author: anish <apatil at redhat.com>
Date:   Tue Dec 9 10:54:58 2014 +0530

    Initial build

 .gitignore             |    1 +
 nodejs-jsonstream.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..791cedb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/JSONStream-0.10.0.tgz
diff --git a/nodejs-jsonstream.spec b/nodejs-jsonstream.spec
new file mode 100644
index 0000000..d4b382b
--- /dev/null
+++ b/nodejs-jsonstream.spec
@@ -0,0 +1,52 @@
+%{?nodejs_find_provides_and_requires}
+
+Name:       nodejs-jsonstream
+Version:    0.10.0
+Release:    2%{?dist}
+Summary:    Streaming JSON.parse and stringify for Node.js
+License:    MIT or ASL 2.0
+Group:      System Environment/Libraries
+URL:        http://github.com/dominictarr/JSONStream
+Source:     http://registry.npmjs.org/JSONStream/-/JSONStream-%{version}.tgz
+
+
+
+BuildArch:  noarch
+
+BuildRequires:  nodejs-packaging
+
+
+%description
+Streaming JSON.parse and stringify for Node.js
+
+
+%prep
+%setup -q -n package
+%setup -T -D  -q -n package
+%nodejs_fixdep jsonparse > '~0.0.5'
+%nodejs_fixdep through > '~2.2.7'
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/JSONStream
+cp -p package.json index.js %{buildroot}%{nodejs_sitelib}/JSONStream
+
+
+%files
+%doc readme.markdown LICENSE.MIT LICENSE.APACHE2 examples/
+%{nodejs_sitelib}/JSONStream
+
+
+%changelog
+* Mon Dec 08 2014 Anish Patil <apatil at redhat.com> - 0.10.0-2
+- Initial package and incorporated package review comments
+
+* Mon Dec 08 2014 Anish Patil <apatil at redhat.com> - 0.10.0-1
+- Initial package and incorporated package review comments
+
+* Thu Apr 10 2014 Anish Patil <apatil at redhat.com> - 0.8.0-1
+- initial package
diff --git a/sources b/sources
index e69de29..a15bc40 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+534a101f469d4b92bcf9936b3ead95ae  JSONStream-0.10.0.tgz


More information about the scm-commits mailing list