packages: python/python.spec - binlibdir is sometimes not expanded; try to ...
arekm
arekm at pld-linux.org
Wed Jul 7 22:52:12 CEST 2010
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
More information about the pld-cvs-commit
mailing list