rpms/PyQt/devel PyQt.spec,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 16 10:11:21 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/PyQt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6744

Modified Files:
	PyQt.spec 
Log Message:
Comparing a mock build with the regular build revealed some missing
build requirements:
rpmdiff PyQt-3.16-1.x86_64.rpm
removed    REQUIRES libGL.so.1()(64bit)  
removed    REQUIRES libGLU.so.1()(64bit)  
removed    REQUIRES libXmu.so.6()(64bit)  
removed    PROVIDES qtgl.so()(64bit)  
removed    /usr/lib64/python2.4/site-packages/qtgl.so
rpmdiff PyQt-devel-3.16-1.x86_64.rpm
removed    /usr/share/sip/qtgl
removed    /usr/share/sip/qtgl/copying.sip
removed    /usr/share/sip/qtgl/qgl.sip
removed    /usr/share/sip/qtgl/qglcolormap.sip
removed    /usr/share/sip/qtgl/qtglmod.sip



Index: PyQt.spec
===================================================================
RCS file: /cvs/dist/rpms/PyQt/devel/PyQt.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- PyQt.spec	27 Apr 2006 10:17:03 -0000	1.28
+++ PyQt.spec	16 May 2006 10:11:18 -0000	1.29
@@ -16,7 +16,7 @@
 Summary: Python bindings for Qt
 Name: PyQt
 Version: 3.16
-Release: 1
+Release: 2
 License: GPL
 Group: Development/Languages
 Url: http://www.riverbankcomputing.co.uk/pyqt/
@@ -30,6 +30,10 @@
 BuildPrereq: sip-devel >= %{sip_version}
 BuildPrereq: qt-devel >= %{qtversion}
 BuildPrereq: %{pythonpkg}-devel >= %{pythonver}%{minor}
+BuildPrereq: libGL-devel
+BuildPrereq: libGLU-devel
+BuildPrereq: libXmu-devel
+
 
 Requires: %{pythonpkg} >= %{pythonver}%{minor}
 Requires: qt >= %{qtversion}
@@ -95,6 +99,9 @@
 %doc examples/*.png examples/*.gif examples/*.bmp
 
 %changelog
+* Tue May 16 2006 Karsten Hopp <karsten at redhat.de> 3.16-2
+- add some buildrequirements.
+
 * Thu Apr 27 2006 Than Ngo <than at redhat.com> 3.16-1
 - update to 3.16
 - built with %%{optflags}




More information about the fedora-cvs-commits mailing list