Author: glen                         Date: Wed Nov 16 10:43:17 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix waf not installing libs with executable bits and rpmbuild not generating 
autodeps

---- Files affected:
packages/nodejs:
   nodejs.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/nodejs/nodejs.spec
diff -u packages/nodejs/nodejs.spec:1.23 packages/nodejs/nodejs.spec:1.24
--- packages/nodejs/nodejs.spec:1.23    Mon Sep 19 00:16:53 2011
+++ packages/nodejs/nodejs.spec Wed Nov 16 11:43:12 2011
@@ -2,7 +2,7 @@
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
 Version:       0.4.12
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 URL:           http://nodejs.org/
@@ -81,6 +81,8 @@
 
 install -p build/default/node $RPM_BUILD_ROOT%{_bindir}/node
 
+chmod a+x $RPM_BUILD_ROOT%{_libdir}/*.so*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -113,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2011/11/16 10:43:12  glen
+- fix waf not installing libs with executable bits and rpmbuild not generating 
autodeps
+
 Revision 1.23  2011/09/18 22:16:53  glen
 - quote cc, ghost soname symlink
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nodejs/nodejs.spec?r1=1.23&r2=1.24&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to