rpms/PyQt4/F-8 PyQt4.spec,1.3,1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Nov 22 20:40:50 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/PyQt4/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10433

Modified Files:
	PyQt4.spec 
Log Message:
* Thu Nov 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.1-3
- dbus support (#395741)



Index: PyQt4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/F-8/PyQt4.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PyQt4.spec	12 Nov 2007 20:00:59 -0000	1.3
+++ PyQt4.spec	22 Nov 2007 20:40:16 -0000	1.4
@@ -4,7 +4,7 @@
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
 Version: 4.3.1
-Release: 1%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 Group: 	 Development/Languages
@@ -19,11 +19,12 @@
 
 BuildRequires: qt4-devel
 BuildRequires: chrpath
+BuildRequires: dbus-devel dbus-python-devel
 BuildRequires: findutils
 
 BuildRequires: python-devel
 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
-#global python_sitelib  %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
+%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.1
@@ -33,6 +34,8 @@
 Requires: sip >= %{sip_ver}
 %endif
 
+Requires: dbus-python
+
 %description
 These are Python bindings for Qt4.
 
@@ -111,6 +114,7 @@
 %defattr(-,root,root,-)
 %doc LICENSE NEWS README
 %{python_sitearch}/PyQt4/
+%{python_sitelib}/dbus/mainloop/qt.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -122,6 +126,9 @@
 
 
 %changelog
+* Thu Nov 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.1-3
+- dbus support (#395741)
+
 * Mon Nov 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.1-1
 - PyQt-4.3.1
 




More information about the fedora-extras-commits mailing list