]> git.pld-linux.org Git - packages/nodejs-read-package-json.git/commitdiff
- updated to 1.1.7 auto/th/nodejs-read-package-json-1.1.7-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Fri, 7 Mar 2014 19:43:01 +0000 (20:43 +0100)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Fri, 7 Mar 2014 19:43:01 +0000 (20:43 +0100)
nodejs-read-package-json.spec

index f2b431422b6cd755dd382763549f06ee0b427349..e2565b9071a35e4c9fdf86d7103d2aea5c335b34 100644 (file)
@@ -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
This page took 0.079135 seconds and 4 git commands to generate.