packages: python-PyQt4/python-PyQt4.spec - up to 4.5 - small hack to build ...

cactus cactus at pld-linux.org
Thu Jun 11 13:49:04 CEST 2009


Author: cactus                       Date: Thu Jun 11 11:49:04 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 4.5
- small hack to build for shared qt libs

---- Files affected:
packages/python-PyQt4:
   python-PyQt4.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: packages/python-PyQt4/python-PyQt4.spec
diff -u packages/python-PyQt4/python-PyQt4.spec:1.38 packages/python-PyQt4/python-PyQt4.spec:1.39
--- packages/python-PyQt4/python-PyQt4.spec:1.38	Sat Mar 14 14:01:19 2009
+++ packages/python-PyQt4/python-PyQt4.spec	Thu Jun 11 13:48:58 2009
@@ -4,17 +4,17 @@
 #  - better place for %{py_sitedir}/dbus{,/mainloop} dirs ?
 
 %define		module	PyQt4
-%define		sipver  2:4.7.8
+%define		sipver  2:4.8
 
 Summary:	Python bindings for the Qt4 toolkit
 Summary(pl.UTF-8):	Dowiązania do toolkitu Qt4 dla Pythona
 Name:		python-%{module}
-Version:	4.4.4
-Release:	2
+Version:	4.5
+Release:	1
 License:	GPL v2
 Group:		Libraries/Python
 Source0:	http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}.tar.gz
-# Source0-md5:	4bd346d56d10452e47ac71e2cbe04229
+# Source0-md5:	9bba5583fda4c74000acb1123a29def7
 Patch0:		%{name}-dbuspath.patch
 Patch1:		%{name}-64bit.patch
 URL:		http://www.riverbankcomputing.com/software/pyqt/
@@ -106,6 +106,8 @@
 %prep
 %setup -q -n PyQt-x11-gpl-%{version}
 %{__sed} -i 's,pyuic.py,pyuic.pyc,' configure.py
+# small hack to build for shared libs - symbol QT_SHARED not defined anymore?
+%{__sed} -i 's/qt_shared = lines\[8\]/qt_shared = "y"/' configure.py
 %patch0 -p1
 %patch1 -p1
 
@@ -172,6 +174,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2009/06/11 11:48:58  cactus
+- up to 4.5
+- small hack to build for shared qt libs
+
 Revision 1.38  2009/03/14 13:01:19  hawk
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-PyQt4/python-PyQt4.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list