[nodejs-fstream/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 14 18:51:40 UTC 2013


commit 2805382bda51f88e677ec4780c2dc52844295251
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 14 11:51:22 2013 -0700

    initial import

 .gitignore          |    1 +
 nodejs-fstream.spec |   71 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..48e6e2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fstream-0.1.21.tgz
diff --git a/nodejs-fstream.spec b/nodejs-fstream.spec
new file mode 100644
index 0000000..5eb30e6
--- /dev/null
+++ b/nodejs-fstream.spec
@@ -0,0 +1,71 @@
+Name:       nodejs-fstream
+Version:    0.1.21
+Release:    3%{?dist}
+Summary:    Advanced file system stream objects for Node.js
+License:    BSD
+Group:      System Environment/Libraries
+URL:        https://github.com/isaacs/fstream
+Source0:    http://registry.npmjs.org/fstream/-/fstream-%{version}.tgz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+Provides advanced file system stream objects for Node.js.  These objects are
+like FS streams, but with stat on them, and support directories and
+symbolic links, as well as normal files.  Also, you can use them to set
+the stats on a file, even if you don't change its contents, or to create
+a symlink, etc.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/fstream
+cp -pr lib fstream.js package.json %{buildroot}%{nodejs_sitelib}/fstream
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/fstream
+%doc LICENSE README.md examples
+
+%changelog
+* Sun Jan 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.21-3
+- fix License tag
+
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.21-2
+- add missing build section
+- fix summary/description
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.21-1
+- new upstream release 0.1.21
+- clean up for submission
+
+* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.18-1
+- New upstream release 0.1.18
+
+* Wed Mar 28 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.17-1
+- new upstream release 0.1.17
+
+* Thu Mar 22 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.14-1
+- new upstream release 0.1.14
+
+* Sun Mar 04 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.13-1
+- new upstream release 0.1.13
+
+* Thu Feb 09 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.12-1
+- new upstream release 0.1.12
+
+* Sat Jan 21 2011 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.11-1
+- initial package
diff --git a/sources b/sources
index e69de29..e1cf975 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a590d15fb850a6c89b4523096c28b7f8  fstream-0.1.21.tgz


More information about the scm-commits mailing list