[nodejs-chownr/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Thu Jan 17 07:22:33 UTC 2013


commit a66061f020e5c30eed70aa5fa10127610d89be52
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Thu Jan 17 00:22:19 2013 -0700

    initial import

 .gitignore         |    1 +
 nodejs-chownr.spec |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c703668 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/chownr-0.0.1.tgz
diff --git a/nodejs-chownr.spec b/nodejs-chownr.spec
new file mode 100644
index 0000000..acc690a
--- /dev/null
+++ b/nodejs-chownr.spec
@@ -0,0 +1,61 @@
+Name:       nodejs-chownr
+Version:    0.0.1
+Release:    6%{?dist}
+Summary:    Changes file permissions recursively
+License:    BSD
+Group:      System Environment/Libraries
+URL:        https://github.com/isaacs/chownr
+Source0:    http://registry.npmjs.org/chownr/-/chownr-%{version}.tgz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%description
+Changes file permissions recursively, like `chown -R`.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %{buildroot}
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/chownr
+cp -p chownr.js package.json %{buildroot}%{nodejs_sitelib}/chownr
+
+%nodejs_symlink_deps
+
+#%%check
+#%%tap test/*.js
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/chownr
+%doc README.md LICENCE
+
+%changelog
+* Tue Jan 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.1-6
+- rebuild with fresh tarball from upstream
+- ship newly included LICENCE file
+
+* Mon Jan 14 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.1-5
+- correct license information
+
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.1-4
+- add missing build section
+- fix summary and description
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.1-3
+- clean up for submission
+
+* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.1-2
+- fix BuildRequires not present on <F17
+
+* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.1-1
+- initial package
diff --git a/sources b/sources
index e69de29..2a42e89 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fdd96f06b67ab23f7523ac2e423feb96  chownr-0.0.1.tgz


More information about the scm-commits mailing list