rpms/PyKDE/devel PyKDE.spec,1.6,1.7

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Nov 9 21:03:18 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/PyKDE/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27300

Modified Files:
	PyKDE.spec 
Log Message:
* Thu Nov 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16.0-4
- kmimetype patch
- devel: Requires: sip-devel



Index: PyKDE.spec
===================================================================
RCS file: /cvs/extras/rpms/PyKDE/devel/PyKDE.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PyKDE.spec	8 Nov 2006 19:42:30 -0000	1.6
+++ PyKDE.spec	9 Nov 2006 21:02:47 -0000	1.7
@@ -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 @@
 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 @@
 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 @@
 %setup -q %{?snapshot:-n %{name}-snapshot%{snapshot}}
 
 %patch1 -p1 -b .konsolepart
+%patch2 -p1 -b .kmimetype
 
 
 %build
@@ -60,7 +63,7 @@
 
 %{__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 @@
 %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 <rexdieter[AT]users.sf.net> 3.16.0-4
+- kmimetype patch
+- devel: Requires: sip-devel
+
 * Wed Nov 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16.0-3
 - (unversioned) Requires: PyQt
 - rebuild for PyQt-3.17 (fc7+)




More information about the scm-commits mailing list