[nodejs-lockfile/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Thu Jan 17 07:30:53 UTC 2013


commit f97565d359822139043e6383ef13d5f5170b6f6e
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Thu Jan 17 00:30:39 2013 -0700

    initial import

 .gitignore           |    1 +
 nodejs-lockfile.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b3bf659 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/lockfile-0.2.1.tgz
diff --git a/nodejs-lockfile.spec b/nodejs-lockfile.spec
new file mode 100644
index 0000000..ea87b1a
--- /dev/null
+++ b/nodejs-lockfile.spec
@@ -0,0 +1,46 @@
+Name:           nodejs-lockfile
+Version:        0.2.1
+Release:        2%{?dist}
+Summary:        A very polite lock file utility
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+License:        BSD
+URL:            https://github.com/isaacs/lockfile
+Source0:        https://registry.npmjs.org/lockfile/-/lockfile-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  nodejs-devel
+
+
+%description
+A very polite lock file utility, which endeavors to not litter, and to wait
+patiently for others.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %buildroot
+mkdir -p %{buildroot}%{nodejs_sitelib}/lockfile
+cp -pr package.json lockfile.js test %{buildroot}%{nodejs_sitelib}/lockfile
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/lockfile
+%doc LICENSE README.md
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.1-2
+- add missing build section
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.1-1
+- initial package generated by npm2rpm
diff --git a/sources b/sources
index e69de29..5a6d5d8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+31a483ca8c0f1a8ed4cf2a3efe0a08ac  lockfile-0.2.1.tgz


More information about the scm-commits mailing list