[packages/nodejs-read-package-json] - updated to 1.1.7

kiesiu kiesiu at pld-linux.org
Fri Mar 7 20:43:21 CET 2014


commit b0fcc97048d14f8dd9c79b0b9ae671b194365457
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Fri Mar 7 20:43:01 2014 +0100

    - updated to 1.1.7

 nodejs-read-package-json.spec | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/nodejs-read-package-json.spec b/nodejs-read-package-json.spec
index f2b4314..e2565b9 100644
--- a/nodejs-read-package-json.spec
+++ b/nodejs-read-package-json.spec
@@ -1,26 +1,27 @@
 %define		pkg	read-package-json
 Summary:	The thing npm uses to read package.json files with semantics and defaults and validation
 Name:		nodejs-%{pkg}
-Version:	0.3.0
+Version:	1.1.7
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 URL:		https://github.com/isaacs/read-package-json
 Source0:	http://registry.npmjs.org/%{pkg}/-/%{pkg}-%{version}.tgz
-# Source0-md5:	489153828c50be587fe4bb57d5b94f76
+# Source0-md5:	0214e08d8aae065a12405ca73c2e3978
 BuildRequires:	rpmbuild(macros) >= 1.634
 Requires:	nodejs
-Requires:   nodejs-glob >= 3.1.9
-Requires:   nodejs-lru-cache >= 2.0.0
-Requires:   nodejs-semver >= 1.0
-Requires:   nodejs-slide >= 1.1.3
-Requires:   nodejs-npmlog
-Requires:   nodejs-graceful-fs >= 1.1.8
+Requires:	nodejs-glob < 3.3.0
+Requires:	nodejs-glob >= 3.2.1
+Requires:	nodejs-lru-cache < 3
+Requires:	nodejs-lru-cache >= 2
+Requires:	nodejs-normalize-package-data < 0.3.0
+Requires:	nodejs-normalize-package-data >= 0.2.9
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The thing npm uses to read package.json files with semantics and defaults and validation.
+The thing npm uses to read package.json files with semantics and
+defaults and validation.
 
 %prep
 %setup -qc
@@ -28,7 +29,7 @@ mv package/* .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{nodejs_libdir}/%{pkg}}
+install -d $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
 cp -a package.json read-json.js $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs-read-package-json.git/commitdiff/b0fcc97048d14f8dd9c79b0b9ae671b194365457



More information about the pld-cvs-commit mailing list