[nodejs-osenv/f18] initial import

T.C. Hollingsworth patches at fedoraproject.org
Mon Jan 14 18:44:21 UTC 2013


commit 24fe66aaa86feb9fbff34babf934fb6cc5a34de0
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Jan 14 11:44:01 2013 -0700

    initial import

 .gitignore        |    1 +
 nodejs-osenv.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7bbe847 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/osenv-0.0.3.tgz
diff --git a/nodejs-osenv.spec b/nodejs-osenv.spec
new file mode 100644
index 0000000..f15a939
--- /dev/null
+++ b/nodejs-osenv.spec
@@ -0,0 +1,44 @@
+Name:           nodejs-osenv
+Version:        0.0.3
+Release:        2%{?dist}
+Summary:        Look up environment settings specific to different operating systems
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+License:        BSD
+URL:            https://github.com/isaacs/osenv
+Source0:        http://registry.npmjs.org/osenv/-/osenv-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  nodejs-devel
+
+%description
+Look up environment settings specific to different operating systems.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %buildroot
+mkdir -p %{buildroot}%{nodejs_sitelib}/osenv
+cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv
+
+%nodejs_symlink_deps
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/osenv
+%doc LICENSE README.md
+
+%changelog
+* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-2
+- add missing build section
+
+* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.3-1
+- initial package generated by npm2rpm
diff --git a/sources b/sources
index e69de29..2efa844 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f42ac372960369633871ab3550cb43fb  osenv-0.0.3.tgz


More information about the scm-commits mailing list