commit 741c7fb38c92b78de3d5472d909ce0ab1a913d24
Author: Łukasz Kieś <[email protected]>
Date:   Fri Mar 7 20:40:48 2014 +0100

    - updated to 0.1.13

 nodejs-npmconf.spec | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)
---
diff --git a/nodejs-npmconf.spec b/nodejs-npmconf.spec
index 5c90cf9..b23b67a 100644
--- a/nodejs-npmconf.spec
+++ b/nodejs-npmconf.spec
@@ -1,27 +1,31 @@
 %define                pkg     npmconf
 Summary:       The config thing npm uses
 Name:          nodejs-%{pkg}
-Version:       0.0.23
+Version:       0.1.13
 Release:       1
-License:       MIT
+License:       BSD
 Group:         Development/Libraries
 URL:           https://github.com/isaacs/npmconf
 # download from https://github.com/isaacs/%{pkg}/tarball/%%{version}
 Source0:       http://registry.npmjs.org/%{pkg}/-/%{pkg}-%{version}.tgz
-# Source0-md5: 4d759f24e286fcacb7b8c609ff73b280
+# Source0-md5: 5cf65949d03ed670ad5f6c9e4d5a1548
 BuildRequires: rpmbuild(macros) >= 1.634
-BuildRequires: sed >= 4.0
 Requires:      nodejs
-Requires:      nodejs-config-chain >= 1.1.1
-Requires:      nodejs-inherits >= 1.0.0
+Requires:      nodejs-config-chain < 1.2.0
+Requires:      nodejs-config-chain >= 1.1.8
+Requires:      nodejs-inherits < 2.1.1
+Requires:      nodejs-inherits >= 2.0.0
 Requires:      nodejs-ini < 1.2.0
 Requires:      nodejs-ini >= 1.1.0
+Requires:      nodejs-mkdirp < 0.4.0
 Requires:      nodejs-mkdirp >= 0.3.3
-Requires:      nodejs-nopt >= 2.0.0
-Requires:      nodejs-once >= 1.1.1
-Requires:      nodejs-osenv >= 0.0.3
-Requires:      nodejs-semver < 1.2.0
-Requires:      nodejs-semver >= 1.1.0
+Requires:      nodejs-nopt < 3
+Requires:      nodejs-nopt >= 2
+Requires:      nodejs-once < 1.4.0
+Requires:      nodejs-once >= 1.3.0
+Requires:      nodejs-osenv = 0.0.3
+Requires:      nodejs-semver < 3
+Requires:      nodejs-semver >= 2
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,15 +38,13 @@ mv package/* .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{nodejs_libdir}/%{pkg}}
-cp -a package.json *.js $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
+install -d $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
+cp -a package.json %{pkg}.js config-defs.js 
$RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.md LICENSE
-%dir %{nodejs_libdir}/%{pkg}
-%{nodejs_libdir}/%{pkg}/package.json
-%{nodejs_libdir}/%{pkg}/*.js
+%doc README.md
+%{nodejs_libdir}/%{pkg}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs-npmconf.git/commitdiff/741c7fb38c92b78de3d5472d909ce0ab1a913d24

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to