Author: arekm                        Date: Wed Jul  7 20:52:12 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- binlibdir is sometimes not expanded; try to use explict path

---- Files affected:
packages/python:
   python.spec (1.369 -> 1.370) 

---- Diffs:

================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.369 packages/python/python.spec:1.370
--- packages/python/python.spec:1.369   Wed Jul  7 22:32:24 2010
+++ packages/python/python.spec Wed Jul  7 22:52:07 2010
@@ -589,10 +589,9 @@
 LC_ALL=C
 export LC_ALL
 %if %{with tests}
-binlibdir="`pwd`/`echo build/lib.*`"
 %{__make} -j1 test \
        TESTOPTS="%{test_flags} %{test_list}" \
-       TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` 
PYTHONPATH=`pwd`/Lib:`pwd`/Lib/lib-tk:$binlibdir ./python -tt"
+       TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` 
PYTHONPATH=`pwd`/Lib:`pwd`/Lib/lib-tk:`pwd`/build/lib.linux-%{_target_cpu}-%{py_ver}
 ./python -tt"
 %endif
 
 %install
@@ -1024,6 +1023,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.370  2010/07/07 20:52:07  arekm
+- binlibdir is sometimes not expanded; try to use explict path
+
 Revision 1.369  2010/07/07 20:32:24  arekm
 - test_file/test_file2k as broken (seem that trying to use stdin even if there 
is no stdin)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.369&r2=1.370&f=u

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

Reply via email to