SPECS: python-PyQt.spec - merge update to 3.16 from DEVEL
charles
charles at pld-linux.org
Mon Apr 3 22:59:48 CEST 2006
Author: charles Date: Mon Apr 3 20:59:48 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- merge update to 3.16 from DEVEL
---- Files affected:
SPECS:
python-PyQt.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/python-PyQt.spec
diff -u SPECS/python-PyQt.spec:1.58 SPECS/python-PyQt.spec:1.59
--- SPECS/python-PyQt.spec:1.58 Sat Feb 18 11:21:48 2006
+++ SPECS/python-PyQt.spec Mon Apr 3 22:59:43 2006
@@ -1,21 +1,21 @@
# $Revision$, $Date$
%define module PyQt
-%define sipver 2:4.3
+%define sipver 2:4.4
Summary: Python bindings for the Qt toolkit
Summary(ko): QtŔÇ ĆÄŔ̽㠸đľâ
Summary(pl): Dowiązania do toolkitu Qt dla Pythona
Name: python-%{module}
-Version: 3.15.1
-Release: 2
+Version: 3.16
+Release: 1
License: GPL v2
Group: Libraries/Python
-Source0: http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-%{version}.tar.gz
-# Source0-md5: 835d49f219b3c0b7f60bf6b2b47c5320
-Patch0: %{name}-pyuic_accel.patch
+Source0: http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-%{version}.tar.gz
+# Source0-md5: 5f7a32a15bf8afe17c0d0a0cc46de690
URL: http://www.riverbankcomputing.co.uk/pyqt/index.php
BuildRequires: OpenGL-devel
BuildRequires: python-devel >= 2.2.2
BuildRequires: python-sip-devel >= %{sipver}
+BuildRequires: qmake
BuildRequires: qscintilla-devel >= 1:1.5
BuildRequires: qt-designer-libs >= 3.3.0
BuildRequires: qt-devel >= 3.3.0
@@ -72,21 +72,19 @@
%prep
%setup -q -n %{module}-x11-gpl-%{version}
-%patch0 -p1
%build
+export QMAKESPEC="%{_datadir}/qt/mkspecs/default"
echo 'yes' | python configure.py \
-c -j 3 \
-b %{_bindir} \
-d %{py_sitedir} \
-n %{_includedir}/qt \
-o %{_libdir} \
+ -q %{_prefix} \
-v %{_sipfilesdir}
-%{__make} \
- CXX="%{__cxx}" \
- CXXFLAGS="%{rpmcflags} -fPIC -pipe -w -D_REENTRANT" \
- LINK="%{__cxx}"
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -129,6 +127,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2006/04/03 20:59:43 charles
+- merge update to 3.16 from DEVEL
+
Revision 1.58 2006/02/18 10:21:48 qboosh
- typos
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-PyQt.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list