rpms/PyQt4/F-12 PyQt4.spec,1.34,1.35

Than Ngo than at fedoraproject.org
Wed Nov 25 11:56:29 UTC 2009


Author: than

Update of /cvs/extras/rpms/PyQt4/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29145

Modified Files:
	PyQt4.spec 
Log Message:
fix conditional for RHEL



Index: PyQt4.spec
===================================================================
RCS file: /cvs/extras/rpms/PyQt4/F-12/PyQt4.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- PyQt4.spec	20 Nov 2009 15:17:51 -0000	1.34
+++ PyQt4.spec	25 Nov 2009 11:56:29 -0000	1.35
@@ -4,7 +4,7 @@
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
 Version: 4.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: GPLv3 or GPLv2 with exceptions
@@ -23,7 +23,9 @@ BuildRequires: dbus-devel dbus-python-de
 BuildRequires: findutils
 BuildRequires: phonon-devel
 # beware of PyQt4/qscintilla bootstap issues
+%if 0%{?fedora}
 BuildRequires: qscintilla
+%endif
 BuildRequires: qt4-devel >= 4.5.0-7
 
 BuildRequires: python-devel
@@ -129,8 +131,10 @@ rm -rf %{buildroot}
 %{_datadir}/sip/PyQt4/
 %{_qt4_prefix}/qsci/api/python/PyQt4.api
 
-
 %changelog
+* Wed Nov 25 2009 Than Ngo <than at redhat.com> - 4.6.2-2
+- fix conditional for RHEL
+
 * Fri Nov 20 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.6.2-1
 - PyQt4-4.6.2
 




More information about the fedora-extras-commits mailing list