From 9e89042f574ac7bb3437d947b6f88c3a311bd07f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Nov 20 2009 14:33:48 +0000 Subject: - PyKDE-3.16.6 - Requires: sip-api(%_sip_api_major) >= %_sip_api --- diff --git a/.cvsignore b/.cvsignore index 5bbd916..1ab5d16 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -PyKDE-3.16.2.tar.bz2 -PyKDE-3.16.3.tar.bz2 +PyKDE-3.16.6.tar.bz2 diff --git a/PyKDE.spec b/PyKDE.spec index 8f058ed..ffb0c62 100644 --- a/PyKDE.spec +++ b/PyKDE.spec @@ -1,6 +1,5 @@ -# Fedora review: -# http://bugzilla.redhat.com/190367 +# Fedora review: http://bugzilla.redhat.com/190367 %if 0%{?fedora} > 6 %define kdelibs3 kdelibs3 @@ -13,8 +12,8 @@ BuildRequires: libutempter-devel Summary: Python bindings for KDE3 Name: PyKDE -Version: 3.16.3 -Release: 2%{?dist} +Version: 3.16.6 +Release: 1%{?dist} License: GPLv2 URL: http://www.riverbankcomputing.com/software/pykde/intro @@ -28,24 +27,18 @@ Patch2: PyKDE-3.16.0-kmimetype.patch ## upstream patches BuildRequires: python-devel >= 2.3 -%global python_ver %(%{__python} -c "import sys ; print sys.version[:3]") %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") - -BuildRequires: sip-devel >= 4.8 BuildRequires: %{PyQt3}-devel >= 3.18 +BuildRequires: sip-devel >= 4.9.2 Provides: PyKDE3 = %{version}-%{release} -## try to leave this unversioned, for now -- Rex Requires: %{PyQt3} -#global pyqt_ver %(pyuic -version 2>&1 | cut -d' ' -f5) -#if 0%{?pyqt_ver} > 2 -#Requires: PyQt3 = %{pyqt_ver} -#endif BuildRequires: %{kdelibs3}-devel -%global kdelibs3_ver %((kde-config --version 2>/dev/null || echo KDE 3.5.8) | grep '^KDE' | cut -d' ' -f2 | cut -d'-' -f1) +%global kdelibs3_ver %((kde-config --version 2>/dev/null || echo KDE 3.5.10) | grep '^KDE' | cut -d' ' -f2 | cut -d'-' -f1) Requires: %{kdelibs3} >= %{kdelibs3_ver} +%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} %description These are the Python bindings for KDE3. @@ -56,6 +49,7 @@ Group: Development/Languages Provides: PyKDE3-devel = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: %{PyQt3}-devel +Requires: sip-devel #Obsoletes: %{name}-docs < %{version}-%{release} Provides: %{name}-docs = %{version}-%{release} %description devel @@ -103,6 +97,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 20 2009 Rex Dieter - 3.16.6-1 +- PyKDE-3.16.6 +- Requires: sip-api(%%_sip_api_major) >= %%_sip_api + * Fri Jul 24 2009 Fedora Release Engineering - 3.16.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 9c9cb84..a97871a 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -5f5e13ce3c9ca78f7c214b5399e7b81d PyKDE-3.16.2.tar.bz2 -f313813d8a025ae36a81dc6c4760b713 PyKDE-3.16.3.tar.bz2 +9613c2e70ba43520861910637145bff5 PyKDE-3.16.6.tar.bz2