rpms/eric/FC-6 eric.spec,1.5,1.6

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Nov 8 14:14:31 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/eric/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4375

Modified Files:
	eric.spec 
Log Message:
* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.1-4
- BR: PyQt-qscintilla-devel
- (unversioned) Requires: PyQt-qscintilla



Index: eric.spec
===================================================================
RCS file: /cvs/extras/rpms/eric/FC-6/eric.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- eric.spec	7 Sep 2006 19:52:25 -0000	1.5
+++ eric.spec	8 Nov 2006 14:14:01 -0000	1.6
@@ -5,7 +5,7 @@
 Name:	 eric
 Summary: Python IDE
 Version: 3.9.1
-Release: 3%{?dist}%{?kde}
+Release: 4%{?dist}%{?kde}
 
 License: GPL
 Group:	 Development/Tools
@@ -25,19 +25,18 @@
 Patch3: gen_sip_api-PyQt4.patch
 
 BuildRequires: desktop-file-utils
-BuildRequires: PyQt-qscintilla
+BuildRequires: PyQt-qscintilla-devel
 # PyQt api's
 BuildRequires: PyQt-devel
-%global pyqt_ver %(pyuic -version 2>&1  | cut -d' ' -f5)
-%if "%{?pyqt_ver}" > "2"
-Requires: PyQt = %{pyqt_ver}
-%endif
 
+# This can be left unversioned
 Requires: PyQt-qscintilla
 
 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
 %global python_sitedir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
+%if "%{?python_ver}" > "2"
 Requires: python-abi = %{python_ver}
+%endif
 
 %description
 eric3 is a full featured Python IDE that is written in PyQt using
@@ -141,6 +140,10 @@
 
 
 %changelog
+* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.1-4
+- BR: PyQt-qscintilla-devel
+- (unversioned) Requires: PyQt-qscintilla
+
 * Thu Sep 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 5.9.1-3
 - include .py[c,o] files again (with no %%ghost'ing)
 




More information about the fedora-extras-commits mailing list