Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 345a4d1f5c3f4b8437221f60d0e0e3f1 > files > 3

python-qt-3.17.4-1mdv2009.0.src.rpm

Name: python-qt
Summary: Set of Python bindings for Trolltech's Qt application framework
Version: 3.17.4
Release: %mkrel 1
Epoch: 1
Group: Development/KDE and Qt
URL: http://www.riverbankcomputing.co.uk/pyqt/index.php
Source0: http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-%{version}.tar.gz
Patch0: PyQt-x11-gpl-3.17.3-mandriva-multiarch.patch
License: GPLv2+
Provides: PyQt = %epoch:%version-%release
Requires: python-sip >= 1:4.7
BuildRoot: %_tmppath/%name-%version-%release-root
BuildRequires: qt3-devel 
BuildRequires: python-sip >= 1:4.7
%py_requires -d

%description
PyQt is a set of Python bindings for Trolltech's Qt application framework and
runs on all platforms supported by Qt including Windows, MacOS/X and Linux.

%files 
%defattr(-,root,root)
%_bindir/pyuic
%_bindir/pylupdate
%py_platsitedir/q*
%py_platsitedir/pyqtconfig.py
%_datadir/sip/*

#------------------------------------------------------------

%prep
%setup -q -n PyQt-x11-gpl-%version
%patch0 -p1

%build
export QTDIR=%qt3dir
echo "yes" | python ./configure.py \
    -y qt-mt

%make

%install
rm -rf %buildroot
make DESTDIR=%buildroot install

%clean
rm -rf %buildroot



%changelog
* Thu May 22 2008 Funda Wang <fundawang@mandriva.org> 1:3.17.4-1mdv2009.0
+ Revision: 209968
- New version 3.17.4

  + Thierry Vignaud <tvignaud@mandriva.com>
    - rebuild
    - fix "foobar is blabla" summary (=> "blabla") so that it looks nice in rpmdrake
    - fix description-line-too-long
    - kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Helio Chissini de Castro <helio@mandriva.com>
    - Rebuild to kick old revisions

* Mon Aug 20 2007 Helio Chissini de Castro <helio@mandriva.com> 1:3.17.3-2mdv2008.0
+ Revision: 68049
- Fix description
- Scintilla bindings isn't generated inside python-qt package, but inside new scintilla package

* Mon Aug 20 2007 Helio Chissini de Castro <helio@mandriva.com> 1:3.17.3-1mdv2008.0
+ Revision: 67993
- Restored external python-qt. kde 3 will not be updated with current releases sooner, and proper
  updates will appears directly on Riverbank official tarball, so we will drop the kebindings build
  in favor of external one. Same will happens with python-kde. The old move to kdebindings makes no
  sense anymore. This move back will help creation of qt4 ( and future kde4 ) python bindings.
- import python-qt-3.17.3-1mdv2008.0