]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
- fix waf not installing libs with executable bits and rpmbuild not generating autodeps
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Nov 2011 10:43:12 +0000 (10:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nodejs.spec -> 1.24

nodejs.spec

index e7422df8f829fa785cab69596665d38e6ac92bfb..8112d5ef946992a0047cc5726336be9024e23fa8 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
 Version:       0.4.12
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 URL:           http://nodejs.org/
@@ -80,6 +80,8 @@ export PYTHONPATH=tools
 
 install -p build/default/node $RPM_BUILD_ROOT%{_bindir}/node
 
+chmod a+x $RPM_BUILD_ROOT%{_libdir}/*.so*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.146373 seconds and 4 git commands to generate.