[nodejs-npm-registry-client/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 14 19:12:37 UTC 2013


commit a57e96f50a8abe3abba9cf2c5223c42a78d7b25c
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 14 12:12:25 2013 -0700

    initial import

 .gitignore                      |    1 +
 nodejs-npm-registry-client.spec |   46 +++++++++++++++++++++++++++++++++++++++
 sources                         |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..49396b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/npm-registry-client-0.2.11.tgz
diff --git a/nodejs-npm-registry-client.spec b/nodejs-npm-registry-client.spec
new file mode 100644
index 0000000..94ec625
--- /dev/null
+++ b/nodejs-npm-registry-client.spec
@@ -0,0 +1,46 @@
+Name:           nodejs-npm-registry-client
+Version:        0.2.11
+Release:        2%{?dist}
+Summary:        Client for the npm registry
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+License:        BSD
+URL:            https://github.com/isaacs/npm-registry-client
+Source0:        http://registry.npmjs.org/npm-registry-client/-/npm-registry-client-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  nodejs-devel
+
+%description
+Client for the npm registry, or private servers using the npm registry software.
+
+%prep
+%setup -q -n package
+
+%nodejs_fixdep request
+
+%build
+#nothing to do
+
+%install
+rm -rf %buildroot
+mkdir -p %{buildroot}%{nodejs_sitelib}/npm-registry-client
+cp -pr package.json index.js lib %{buildroot}%{nodejs_sitelib}/npm-registry-client
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/npm-registry-client
+%doc README.md LICENSE
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.11-2
+- add missing build section
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.11-1
+- initial package generated by npm2rpm
diff --git a/sources b/sources
index e69de29..e0c3806 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d02b062e6b45058c95ee50e6bba27a09  npm-registry-client-0.2.11.tgz


More information about the scm-commits mailing list