rpms/PyQt4/devel .cvsignore, 1.8, 1.9 PyQt4.spec, 1.22, 1.23 sources, 1.8, 1.9

Rex Dieter rdieter at fedoraproject.org
Thu May 21 14:21:58 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/PyQt4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32352

Modified Files:
	.cvsignore PyQt4.spec sources 
Log Message:
* Thu May 21 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.5-0.1.20050520
- PyQt-4.5-snapshot-20090520



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	17 Nov 2008 16:38:57 -0000	1.8
+++ .cvsignore	21 May 2009 14:21:56 -0000	1.9
@@ -1 +1 @@
-PyQt-x11-gpl-4.4.4.tar.gz
+PyQt-x11-gpl-4.5-snapshot-20090520.tar.gz


Index: PyQt4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/PyQt4.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- PyQt4.spec	26 Apr 2009 17:26:56 -0000	1.22
+++ PyQt4.spec	21 May 2009 14:21:56 -0000	1.23
@@ -1,16 +1,19 @@
 
 # Fedora review: http://bugzilla.redhat.com/190189
 
+%define snap 20090520
+
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
-Version: 4.4.4
-Release: 6%{?dist}
+Version: 4.5
+Release: 0.1.%{snap}%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: GPLv3 or GPLv2 with exceptions
 Group: 	 Development/Languages
 Url:     http://www.riverbankcomputing.com/software/pyqt/
-Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}.tar.gz
+#Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}.tar.gz
+Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}-snapshot-%{snap}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1:  PyQt-x11-gpl-4.4.4-64bit.patch
@@ -21,6 +24,8 @@ BuildRequires: chrpath
 BuildRequires: dbus-devel dbus-python-devel
 BuildRequires: findutils
 BuildRequires: phonon-devel
+# beware of PyQt4/qscintilla bootstap issues
+BuildRequires: qscintilla
 BuildRequires: qt4-devel >= 4.5.0-7
 
 BuildRequires: python-devel
@@ -28,7 +33,7 @@ BuildRequires: python-devel
 %global python_sitelib  %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 
-BuildRequires: sip-devel >= 4.7.9
+BuildRequires: sip-devel >= 4.8
 %global sip_ver %(sip -V 2>/dev/null | cut -d' ' -f1)
 %if "x%{?sip_ver}" != "x"
 # To be paranoid, could change >= to = -- Rex
@@ -53,7 +58,7 @@ of the Qt4 classes (e.g. KDE or your own
 
 
 %prep
-%setup -q -n PyQt-x11-gpl-%{version}
+%setup -q -n PyQt-x11-gpl-%{version}%{?snap:-snapshot-%{snap}}
 
 %patch1 -p1 -b .64bit
 %patch2 -p1 -b .QT_SHARED
@@ -79,7 +84,14 @@ rm -rf %{buildroot}
 
 make install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
 
-# fix/remove rpath
+# fix/remove rpaths
+
+chrpath --list   %{buildroot}%{python_sitearch}/PyQt4/QtCore.so
+chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/QtCore.so
+
+chrpath --list   %{buildroot}%{python_sitearch}/PyQt4/QtGui.so
+chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/QtGui.so
+
 chrpath --list   %{buildroot}%{python_sitearch}/PyQt4/QtDesigner.so
 chrpath --delete %{buildroot}%{python_sitearch}/PyQt4/QtDesigner.so
 
@@ -120,9 +132,13 @@ rm -rf %{buildroot}
 %doc examples/
 %{_bindir}/*
 %{_datadir}/sip/PyQt4/
+%{_qt4_prefix}/qsci/api/python/PyQt4.api
 
 
 %changelog
+* Thu May 21 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.5-0.1.20050520
+- PyQt-4.5-snapshot-20090520
+
 * Sun Apr 26 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.4.4-6
 - rebuild for phonon bindings (#497680)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	17 Nov 2008 16:38:57 -0000	1.8
+++ sources	21 May 2009 14:21:57 -0000	1.9
@@ -1 +1 @@
-4bd346d56d10452e47ac71e2cbe04229  PyQt-x11-gpl-4.4.4.tar.gz
+3cc41b04afee218462b9f7ac44dab358  PyQt-x11-gpl-4.5-snapshot-20090520.tar.gz




More information about the fedora-extras-commits mailing list