]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
- chmod hack still needed, fix libdir in .pc auto/th/nodejs-0_6_6-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Dec 2011 12:17:13 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nodejs.spec -> 1.26

nodejs.spec

index 5b19b134ddde05e43db0a1adfa1f2bd088e9af38..7bd39d66586a51ca0778be9271f25b08bd6d9f90 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
 Version:       0.6.6
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 URL:           http://nodejs.org/
@@ -116,12 +116,14 @@ export PYTHONPATH=tools
        --product-type=cshlib \
        --destdir=$RPM_BUILD_ROOT
 
+chmod a+x $RPM_BUILD_ROOT%{_libdir}/*.so*
+
 # create pkgconfig
 install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{_pkgconfigdir}/%{name}.pc
 version=%{version}
 prefix=/usr
-libdir=${prefix}/lib
+libdir=${prefix}/%{_lib}
 includedir=${prefix}/include/node
 
 Name: nodejs
This page took 0.057839 seconds and 4 git commands to generate.