SPECS: python-PyQt4.spec - 4.1.1, seems to work nicely with Qt 4.2.2
prism
prism at pld-linux.org
Fri Dec 15 22:43:47 CET 2006
Author: prism Date: Fri Dec 15 21:43:47 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 4.1.1, seems to work nicely with Qt 4.2.2
---- Files affected:
SPECS:
python-PyQt4.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/python-PyQt4.spec
diff -u SPECS/python-PyQt4.spec:1.4 SPECS/python-PyQt4.spec:1.5
--- SPECS/python-PyQt4.spec:1.4 Wed Feb 22 07:19:23 2006
+++ SPECS/python-PyQt4.spec Fri Dec 15 22:43:42 2006
@@ -1,17 +1,16 @@
# $Revision$, $Date$
%define module PyQt4
-%define snap 20060221
-%define sipver 2:4.4-0.%{snap}
+%define sipver 2:4.5.1-1
Summary: Python bindings for the Qt4 toolkit
Summary(pl): Dowiązania do toolkitu Qt4 dla Pythona
Name: python-%{module}
-Version: 4.0
-Release: 0.%{snap}.1
+Version: 4.1.1
+Release: 1
License: GPL v2
Group: Libraries/Python
-Source0: http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt4/%{module}-gpl-snapshot-%{snap}.tar.gz
-# Source0-md5: a4bdf1046c4ae686c7769fa3cfd0445f
+Source0: http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-x11-gpl-%{version}.tar.gz
+# Source0-md5: 0e7cb6191603cd18f6f4767e1867f7bc
URL: http://www.riverbankcomputing.co.uk/pyqt/index.php
BuildRequires: QtAssistant-devel
BuildRequires: QtGui-devel
@@ -71,16 +70,16 @@
Przykładowy kod demonstrujący jak używać PyQt4.
%prep
-%setup -q -n %{module}-gpl-snapshot-%{snap}
+%setup -q -n PyQt-x11-gpl-%{version}
%{__sed} -i 's,pyuic.py,pyuic.pyc,' configure.py
%build
echo 'yes' | python configure.py \
-c -j 3 \
-b %{_bindir} \
- -d %{py_sitedir} \
- -q "%{_libdir}/qt4" \
- -v %{_sipfilesdir} \
+ -d %{py_sitedir}/%{module} \
+ -q "%{_bindir}/qt4-qmake" \
+ -v %{_sipfilesdir}/%{module} \
LIBDIR_QT="%{_libdir}"
%{__make}
@@ -125,6 +124,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2006/12/15 21:43:42 prism
+- 4.1.1, seems to work nicely with Qt 4.2.2
+
Revision 1.4 2006/02/22 06:19:23 charles
- snap 20060221
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-PyQt4.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list