[packages/nodejs-minimatch] 0.2.9

aredridel aredridel at pld-linux.org
Mon Feb 18 17:04:21 CET 2013


commit c4c6fa90bf1feceafd8ccd7007dc39a468a8b5a6
Author: Aria <aredridel at nbtsc.org>
Date:   Mon Feb 18 09:01:25 2013 -0700

    0.2.9

 nodejs-minimatch.spec | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/nodejs-minimatch.spec b/nodejs-minimatch.spec
index f79080e..1a18b0e 100644
--- a/nodejs-minimatch.spec
+++ b/nodejs-minimatch.spec
@@ -1,18 +1,20 @@
 %define		pkg	minimatch
 Summary:	JavaScript glob matcher
 Name:		nodejs-%{pkg}
-Version:	0.2.8
+Version:	0.2.9
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 URL:		https://github.com/isaacs/minimatch
 Source0:	http://registry.npmjs.org/minimatch/-/minimatch-%{version}.tgz
-# Source0-md5:	aab77712c6130f66c6a39c16bc9f4993
+# Source0-md5:	be1e5c3f880e3c40b0e0886b53665d4b
 # fix deps to newer version in RPMs
 BuildRequires:	rpmbuild(macros) >= 1.634
 Requires:	nodejs
-Requires:	nodejs-lru-cache >= 2.0.0, nodejs-lru-cache < 2.1.0
-Requires:	nodejs-sigmund >= 1.0.0, nodejs-sigmund < 1.1.0
+Requires:	nodejs-lru-cache >= 2.0.0
+Requires:	nodejs-lru-cache < 2.1.0
+Requires:	nodejs-sigmund >= 1.0.0
+Requires:	nodejs-sigmund < 1.1.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,8 +28,8 @@ mv package/* .
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{nodejs_libdir}
-cp -p %{pkg}.js $RPM_BUILD_ROOT%{nodejs_libdir}
+install -d $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
+cp -p %{pkg}.js package.json $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -36,4 +38,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.md LICENSE
 %doc test/
-%{nodejs_libdir}/%{pkg}.js
+%{nodejs_libdir}/%{pkg}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs-minimatch.git/commitdiff/c4c6fa90bf1feceafd8ccd7007dc39a468a8b5a6



More information about the pld-cvs-commit mailing list