packages: python/python.spec - uname -m instead of target_cpu

arekm arekm at pld-linux.org
Wed Jul 7 22:58:06 CEST 2010


Author: arekm                        Date: Wed Jul  7 20:58:06 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- uname -m instead of target_cpu

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

---- Diffs:

================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.370 packages/python/python.spec:1.371
--- packages/python/python.spec:1.370	Wed Jul  7 22:52:07 2010
+++ packages/python/python.spec	Wed Jul  7 22:58:01 2010
@@ -591,7 +591,7 @@
 %if %{with tests}
 %{__make} -j1 test \
 	TESTOPTS="%{test_flags} %{test_list}" \
-	TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` PYTHONPATH=`pwd`/Lib:`pwd`/Lib/lib-tk:`pwd`/build/lib.linux-%{_target_cpu}-%{py_ver} ./python -tt"
+	TESTPYTHON="LD_LIBRARY_PATH=`pwd` PYTHONHOME=`pwd` PYTHONPATH=`pwd`/Lib:`pwd`/Lib/lib-tk:`pwd`/build/lib.linux-`uname -m`-%{py_ver} ./python -tt"
 %endif
 
 %install
@@ -1023,6 +1023,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.371  2010/07/07 20:58:01  arekm
+- uname -m instead of target_cpu
+
 Revision 1.370  2010/07/07 20:52:07  arekm
 - binlibdir is sometimes not expanded; try to use explict path
 
================================================================

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



More information about the pld-cvs-commit mailing list