[nodejs-fstream-ignore/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Tue Jan 29 00:09:55 UTC 2013


commit 2c56c27c0ce99deb37bd7863b96be5d5e1273830
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 28 17:09:17 2013 -0700

    initial import

 .gitignore                 |    1 +
 nodejs-fstream-ignore.spec |   53 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..316a0d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fstream-ignore-0.0.5.tgz
diff --git a/nodejs-fstream-ignore.spec b/nodejs-fstream-ignore.spec
new file mode 100644
index 0000000..677ef9e
--- /dev/null
+++ b/nodejs-fstream-ignore.spec
@@ -0,0 +1,53 @@
+Name:       nodejs-fstream-ignore
+Version:    0.0.5
+Release:    4%{?dist}
+Summary:    A file stream object that can ignore files by globs
+# a copy of the BSD license will be included in the next upstream release
+# https://github.com/isaacs/fstream-ignore/commit/f5b9b1d981ff98ce1c92d4eac2b1aa91a142e421
+License:    BSD
+Group:      System Environment/Libraries
+URL:        https://github.com/isaacs/fstream-ignore
+Source0:    http://registry.npmjs.org/fstream-ignore/-/fstream-ignore-%{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-ignore
+cp -pr ignore.js package.json %{buildroot}%{nodejs_sitelib}/fstream-ignore
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/fstream-ignore
+%doc README.md example
+
+%changelog
+* Tue Jan 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-4
+- fix License tag
+
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-3
+- add missing build section
+- write better summary
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-2
+- clean up for submission
+
+* Wed Mar 28 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-1
+- initial package
diff --git a/sources b/sources
index e69de29..a3c92a9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+745df91e15f9a64a912c2cd670ca0584  fstream-ignore-0.0.5.tgz


More information about the scm-commits mailing list