]> git.pld-linux.org Git - packages/python-PyQt4.git/commitdiff
- up to 4.5.4 auto/th/python-PyQt4-4_5_4-1 auto/ti/python-PyQt4-4_5_4-1
authorwitekfl <witekfl@pld-linux.org>
Thu, 6 Aug 2009 19:05:47 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-PyQt4.spec -> 1.42

python-PyQt4.spec

index ebe6aeb0def265ef9da9132056352d0c3f22ca53..1b9663e416c07c1b9cc2ccabdcd5c7b893502cf0 100644 (file)
@@ -3,20 +3,19 @@
 #  - better place for %{py_sitedir}/dbus{,/mainloop} dirs ?
 
 %define                module  PyQt4
-%define                sipver  2:4.8.1
+%define                sipver  2:4.8.2
 
 Summary:       Python bindings for the Qt4 toolkit
 Summary(pl.UTF-8):     Dowiązania do toolkitu Qt4 dla Pythona
 Name:          python-%{module}
-Version:       4.5.1
-Release:       2
+Version:       4.5.4
+Release:       1
 License:       GPL v2
 Group:         Libraries/Python
 Source0:       http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}.tar.gz
-# Source0-md5: 80e877799ae8fb82f137c43fda18bff5
+# Source0-md5: b721266d14c450dd7045025e042819ec
 Patch0:                %{name}-dbuspath.patch
 Patch1:                %{name}-64bit.patch
-Patch2:                %{name}-configure.patch
 URL:           http://www.riverbankcomputing.com/software/pyqt/
 BuildRequires: QtAssistant-devel
 BuildRequires: QtDesigner-devel
@@ -107,10 +106,9 @@ kodu wykorzystującego PyQt4.
 %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
+%{__sed} -i 's/qt_shared = lines\[.*\]/qt_shared = "y"/' configure.py
 %patch0 -p1
 %patch1 -p1
-%patch2 -p0
 
 %build
 echo 'yes' | python configure.py \
This page took 0.107272 seconds and 4 git commands to generate.