diff --git a/PyKDE.spec b/PyKDE.spec index 2084d82..3791203 100644 --- a/PyKDE.spec +++ b/PyKDE.spec @@ -2,7 +2,7 @@ Summary: Python bindings for KDE Name: PyKDE Version: 3.16.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.riverbankcomputing.co.uk/pykde/ @@ -11,6 +11,7 @@ Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: PyKDE-3.16.0-konsolepart.patch +Patch2: PyKDE-3.16.0-kmimetype.patch BuildRequires: python-devel >= 2.3 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]") @@ -43,6 +44,7 @@ These are the Python bindings for KDE. Summary: %{name} SIP files Group: Development/Languages Requires: %{name} = %{version}-%{release} +Requires: sip-devel #Obsoletes: %{name}-docs < %{version}-%{release} Provides: %{name}-docs = %{version}-%{release} %description devel @@ -53,6 +55,7 @@ Sip files and documentation needed for developing with %{name} %setup -q %{?snapshot:-n %{name}-snapshot%{snapshot}} %patch1 -p1 -b .konsolepart +%patch2 -p1 -b .kmimetype %build @@ -60,7 +63,7 @@ unset QTDIR || : ; source /etc/profile.d/qt.sh %{__python} configure.py -L %{_lib} -d %{python_sitedir} -# smp broken +# smp broken, do the best we can make -k %{?_smp_mflags} || make @@ -85,12 +88,14 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) %doc doc/* examples -# %_datadir/sip should be owned by sip-devel (#206633) -#dir %{_datadir}/sip %{_datadir}/sip/* %changelog +* Thu Nov 09 2006 Rex Dieter 3.16.0-4 +- kmimetype patch +- devel: Requires: sip-devel + * Wed Nov 08 2006 Rex Dieter 3.16.0-3 - (unversioned) Requires: PyQt - rebuild for PyQt-3.17 (fc7+)