]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- don't hardcode python version
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 09:17:06 +0000 (09:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.860

rpm.spec

index 10fa7dece31cb23a405877c5fb4c8a236c8038a8..4d38ea241e8e9acaee3fc6dc635db8a36bba4766 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -700,7 +700,7 @@ awk -f %{SOURCE6} %{SOURCE1}
        %{?with_autoreqdep:--enable-adding-packages-names-in-autogenerated-dependancies} \
        --enable-shared \
        --enable-static \
-       %{?with_python:--with-python=2.5 --with-python-lib-dir=%{py_libdir}} \
+       %{?with_python:--with-python=%{py_ver} --with-python-lib-dir=%{py_libdir}} \
        %{!?with_python:--without-python} \
        --with%{!?with_selinux:out}-selinux \
        --with-libelf \
This page took 0.040718 seconds and 4 git commands to generate.