SPECS: python-4Suite.spec - one more fix

arekm arekm at pld-linux.org
Fri Dec 30 14:20:51 CET 2005


Author: arekm                        Date: Fri Dec 30 13:20:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- one more fix

---- Files affected:
SPECS:
   python-4Suite.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/python-4Suite.spec
diff -u SPECS/python-4Suite.spec:1.27 SPECS/python-4Suite.spec:1.28
--- SPECS/python-4Suite.spec:1.27	Fri Dec 30 13:14:37 2005
+++ SPECS/python-4Suite.spec	Fri Dec 30 14:20:46 2005
@@ -49,8 +49,8 @@
 %setup -q -n %{short_name}-%{version}%{_rc}
 %patch0 -p1
 
-cat > config.cache <<EOF
-[linux-%{_target_cpu}-%{py_ver}]
+python -c 'from distutils.util import get_platform; import sys; print "[%s-%.3s]" % (get_platform(), sys.version)' > config.cache
+cat >> config.cache <<EOF
 docdir = %{_datadir}/doc/%{name}-%{version}
 pythonlibdir = %{py_sitedir}
 sysconfdir = %{_sysconfdir}
@@ -109,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2005/12/30 13:20:46  arekm
+- one more fix
+
 Revision 1.27  2005/12/30 12:14:37  arekm
 - fixed
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-4Suite.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list