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

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


Author: rdieter

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

Modified Files:
	PyQt4.spec 
Log Message:
use %%python_sitelib (instead of sitearch) for dbus bits



Index: PyQt4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/PyQt4.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PyQt4.spec	22 Nov 2007 19:19:55 -0000	1.5
+++ PyQt4.spec	22 Nov 2007 20:06:18 -0000	1.6
@@ -4,7 +4,7 @@
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
 Version: 4.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 Group: 	 Development/Languages
@@ -114,7 +114,7 @@
 %defattr(-,root,root,-)
 %doc LICENSE NEWS README
 %{python_sitearch}/PyQt4/
-%{python_sitearch}/dbus/
+%{python_sitelib}/dbus/mainloop/qt.so
 
 %files devel
 %defattr(-,root,root,-)
@@ -126,7 +126,7 @@
 
 
 %changelog
-* Thu Nov 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.1-2
+* 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




More information about the fedora-extras-commits mailing list