[PyQt4] make with_python3 be conditional on fedora

dmalcolm dmalcolm at fedoraproject.org
Fri Aug 3 18:16:55 UTC 2012


commit 99acdaee6a0975578da5091d83a7e680a5a79109
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Aug 3 14:16:00 2012 -0400

    make with_python3 be conditional on fedora

 PyQt4.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/PyQt4.spec b/PyQt4.spec
index b6bad3a..61a4b3c 100644
--- a/PyQt4.spec
+++ b/PyQt4.spec
@@ -1,10 +1,12 @@
 
+%if 0%{?fedora} > 12
 %global with_python3 1
+%endif
 
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
 Version: 4.9.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: GPLv3 or GPLv2 with exceptions
@@ -285,6 +287,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Aug  3 2012 David Malcolm <dmalcolm at redhat.com> - 4.9.4-4
+- make with_python3 be conditional on fedora
+
 * Mon Jul 30 2012 Than Ngo <than at redhat.com> - 4.9.4-3
 - update webkit patch
 


More information about the scm-commits mailing list