[nodejs-fstream-npm/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Fri Jan 18 10:03:14 UTC 2013


commit 9ae97f8d2c3cb8c5c87d386ff9b63a9c3d4f2957
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Jan 18 03:03:00 2013 -0700

    initial import

 .gitignore              |    1 +
 nodejs-fstream-npm.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b7d9df2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fstream-npm-0.1.3.tgz
diff --git a/nodejs-fstream-npm.spec b/nodejs-fstream-npm.spec
new file mode 100644
index 0000000..c93f830
--- /dev/null
+++ b/nodejs-fstream-npm.spec
@@ -0,0 +1,51 @@
+Name:       nodejs-fstream-npm
+Version:    0.1.3
+Release:    2%{?dist}
+Summary:    An fstream class for creating npm packages
+License:    BSD
+Group:      System Environment/Libraries
+URL:        https://github.com/isaacs/fstream-npm
+Source0:    http://registry.npmjs.org/fstream-npm/-/fstream-npm-%{version}.tgz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/fstream-npm
+cp -pr fstream-npm.js package.json %{buildroot}%{nodejs_sitelib}/fstream-npm
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/fstream-npm
+%doc README.md example LICENCE
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.3-2
+- add missing build section
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.3-1
+- new upstream release 0.1.3
+- clean up for submission
+
+* Wed Apr 18 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.6-1
+- New upstream release 0.0.6
+
+* Wed Mar 28 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.4-1
+- initial package
diff --git a/sources b/sources
index e69de29..b5ee9de 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2267e408a544355f10c3f00d070a92d3  fstream-npm-0.1.3.tgz


More information about the scm-commits mailing list