[packages/nodejs-microtime] rebuild with soname deps

glen glen at pld-linux.org
Mon Apr 8 20:30:04 CEST 2013


commit 5449fa2ac9b09b73302dae7e02206f90de4fc0c1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 8 21:29:57 2013 +0300

    rebuild with soname deps

 nodejs-microtime.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nodejs-microtime.spec b/nodejs-microtime.spec
index f49d80c..300e38f 100644
--- a/nodejs-microtime.spec
+++ b/nodejs-microtime.spec
@@ -2,7 +2,7 @@
 Summary:	Get the current time in microseconds
 Name:		nodejs-%{pkg}
 Version:	0.3.3
-Release:	1
+Release:	2
 License:	MIT
 Group:		Development/Libraries
 URL:		https://github.com/wadey/node-microtime
@@ -40,7 +40,7 @@ node-gyp build --jobs=%{?__jobs} --verbose
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
 cp -pr index.js package.json $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
-install -p build/Release/microtime.node $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
+install -p build/Release/%{pkg}.node $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{nodejs_libdir}/%{pkg}
 %{nodejs_libdir}/%{pkg}/package.json
 %{nodejs_libdir}/%{pkg}/index.js
-%attr(755,root,root) %{nodejs_libdir}/%{pkg}/microtime.node
+%attr(755,root,root) %{nodejs_libdir}/%{pkg}/%{pkg}.node
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs-microtime.git/commitdiff/5449fa2ac9b09b73302dae7e02206f90de4fc0c1



More information about the pld-cvs-commit mailing list