]> git.pld-linux.org Git - packages/nodejs-inherits.git/commitdiff
- updated to 2.0.1 master auto/th/nodejs-inherits-2.0.1-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 4 Mar 2014 17:50:27 +0000 (18:50 +0100)
committerŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 4 Mar 2014 17:50:27 +0000 (18:50 +0100)
- correct license

nodejs-inherits.spec

index ac2e0853fb2d1c378b3ec1e9ba7ceaa0388024ba..2f58dab73eea5c9ff373ac286ca1a8597f5eaccf 100644 (file)
@@ -1,13 +1,13 @@
 %define                pkg     inherits
 Summary:       A tiny simple way to do classic inheritance in js
 Name:          nodejs-%{pkg}
-Version:       1.0.0
+Version:       2.0.1
 Release:       1
-License:       MIT
+License:       ISC
 Group:         Development/Libraries
 URL:           https://github.com/isaacs/inherits
 Source0:       http://registry.npmjs.org/inherits/-/%{pkg}-%{version}.tgz
-# Source0-md5: ec96e0e077a0320f598975bae6000316
+# Source0-md5: 83a19cf64f1dc35573d8752130fd099d
 BuildRequires: rpmbuild(macros) >= 1.634
 Requires:      nodejs
 BuildArch:     noarch
@@ -24,7 +24,7 @@ mv package/* .
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
-cp -pr %{pkg}.js package.json $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
+cp -pr %{pkg}.js %{pkg}_browser.js package.json $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.069159 seconds and 4 git commands to generate.