SPECS: python.spec - really use new libdir

qboosh qboosh at pld-linux.org
Tue Oct 7 22:44:32 CEST 2008


Author: qboosh                       Date: Tue Oct  7 20:44:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- really use new libdir

---- Files affected:
SPECS:
   python.spec (1.326 -> 1.327) 

---- Diffs:

================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.326 SPECS/python.spec:1.327
--- SPECS/python.spec:1.326	Sun Oct  5 17:49:25 2008
+++ SPECS/python.spec	Tue Oct  7 22:44:27 2008
@@ -553,7 +553,7 @@
 LC_ALL=C
 export LC_ALL
 %if %{with tests}
-binlibdir=`echo build/lib.*`
+binlibdir="`pwd`/`echo build/lib.*`"
 %{__make} test \
 	TESTOPTS="%{test_flags} %{test_list}" \
 	TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` PYTHONPATH=`pwd`/Lib:$binlibdir ./python -tt"
@@ -631,10 +631,10 @@
 %post	libs -p /sbin/ldconfig
 %postun	libs -p /sbin/ldconfig
 
-%post doc-info	-p	/sbin/postshell
+%post	doc-info -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun doc-info	-p	/sbin/postshell
+%postun	doc-info -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
@@ -942,6 +942,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.327  2008/10/07 20:44:27  qboosh
+- really use new libdir
+
 Revision 1.326  2008/10/05 15:49:25  wiget
 - reverted last commit
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python.spec?r1=1.326&r2=1.327&f=u



More information about the pld-cvs-commit mailing list