rpms/PyQt4/devel PyQt4.spec,1.4,1.5

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


Author: rdieter

Update of /cvs/pkgs/rpms/PyQt4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29475

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



Index: PyQt4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/PyQt4.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PyQt4.spec	12 Nov 2007 16:58:57 -0000	1.4
+++ PyQt4.spec	22 Nov 2007 19:19:55 -0000	1.5
@@ -4,7 +4,7 @@
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
 Version: 4.3.1
-Release: 1%{?dist}
+Release: 2%{?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_sitearch}/dbus/
 
 %files devel
 %defattr(-,root,root,-)
@@ -122,6 +126,9 @@
 
 
 %changelog
+* Thu Nov 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.1-2
+- 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