SPECS (rpm-4_4_9): rpm.spec - don't hardcode python version

glen glen at pld-linux.org
Thu Jan 10 10:17:28 CET 2008


Author: glen                         Date: Thu Jan 10 09:17:28 2008 GMT
Module: SPECS                         Tag: rpm-4_4_9
---- Log message:
- don't hardcode python version

---- Files affected:
SPECS:
   rpm.spec (1.837.2.18 -> 1.837.2.19) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.837.2.18 SPECS/rpm.spec:1.837.2.19
--- SPECS/rpm.spec:1.837.2.18	Sun Jan  6 19:26:43 2008
+++ SPECS/rpm.spec	Thu Jan 10 10:17:22 2008
@@ -759,7 +759,7 @@
 	--enable-shared \
 	--enable-static \
 	%{!?with_apidocs:--without-apidocs} \
-	%{?with_python:--with-python=2.5} \
+	%{?with_python:--with-python=%{py_ver}} \
 	%{!?with_python:--without-python} \
 	%{!?with_selinux:--without-selinux} \
 	--without-db
@@ -1222,6 +1222,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.837.2.19  2008-01-10 09:17:22  glen
+- don't hardcode python version
+
 Revision 1.837.2.18  2008-01-06 18:26:43  qboosh
 - release 20: really find_lang 1.25
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.18&r2=1.837.2.19&f=u



More information about the pld-cvs-commit mailing list