From 5e4d3cee3b2f188e7a7a25799214e1b60e6af798 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jan 18 2013 10:06:09 +0000 Subject: initial import --- diff --git a/.gitignore b/.gitignore index e69de29..28c9c82 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/npmconf-0.0.16.tgz diff --git a/nodejs-npmconf.spec b/nodejs-npmconf.spec new file mode 100644 index 0000000..1e7e4e0 --- /dev/null +++ b/nodejs-npmconf.spec @@ -0,0 +1,54 @@ +Name: nodejs-npmconf +Version: 0.0.16 +Release: 3%{?dist} +Summary: npm configuration module +BuildArch: noarch + +Group: System Environment/Libraries +License: BSD +URL: https://github.com/isaacs/npmconf +Source0: http://registry.npmjs.org/npmconf/-/npmconf-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: nodejs-devel + +%description +If you are interested in interacting with the config settings that npm +uses, then use this module. + +However, if you are writing a new Node.js program, and want +configuration functionality similar to what npm has, but for your +own thing, then the author recommends rc. This module is for compatibility +use only. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %buildroot +mkdir -p %{buildroot}%{nodejs_sitelib}/npmconf +cp -pr package.json npmconf.js config-defs.js %{buildroot}%{nodejs_sitelib}/npmconf + +%nodejs_symlink_deps + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/npmconf +%doc README.md LICENSE + +%changelog +* Thu Jan 17 2013 T.C. Hollingsworth - 0.0.16-3 +- fix spelling in description + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.0.16-2 +- add missing build section +- improve summary/description + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.0.16-1 +- initial package generated by npm2rpm diff --git a/sources b/sources index e69de29..3e73c03 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3224d1de46f490f66cb8a1492807a8af npmconf-0.0.16.tgz