SPECS: python-PyKDE.spec - needs PyQt >= 3.17 to build - move kdep...

glen glen at pld-linux.org
Tue Nov 14 12:23:29 CET 2006


Author: glen                         Date: Tue Nov 14 11:23:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- needs PyQt >= 3.17 to build
- move kdepyuic to -devel

---- Files affected:
SPECS:
   python-PyKDE.spec (1.42 -> 1.43) 

---- Diffs:

================================================================
Index: SPECS/python-PyKDE.spec
diff -u SPECS/python-PyKDE.spec:1.42 SPECS/python-PyKDE.spec:1.43
--- SPECS/python-PyKDE.spec:1.42	Tue Nov 14 09:53:51 2006
+++ SPECS/python-PyKDE.spec	Tue Nov 14 12:23:23 2006
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 %define		module		PyKDE
-
 Summary:	Python bindings for KDE
 Summary(pl):	Dowiązania do KDE dla Pythona
 Name:		python-%{module}
@@ -15,12 +14,12 @@
 URL:		http://www.riverbankcomputing.co.uk/pykde/index.php
 BuildRequires:	kdebase-common-filemanagement
 BuildRequires:	kdelibs-devel >= 9:3.5.0
-BuildRequires:	python-PyQt-devel >= 3.16
+BuildRequires:	python-PyQt-devel >= 3.17
 BuildRequires:	rpm-pythonprov
 BuildRequires:	sip >= 2:4.4.1
 %pyrequires_eq	python-libs
 Requires:	OpenGL
-Requires:	python-PyQt >= 3.13
+Requires:	python-PyQt >= 3.17
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_sipfilesdir		%{_datadir}/sip
@@ -75,12 +74,11 @@
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
-ln -sf $RPM_BUILD_ROOT%{_libdir}/kde3/libkonsolepart.so $RPM_BUILD_ROOT%{_libdir}/libkonsolepart.so
+ln -sf kde3/libkonsolepart.so $RPM_BUILD_ROOT%{_libdir}/libkonsolepart.so
 
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 
-# maybe create -devel package with this?
 install contrib/kdepyuic $RPM_BUILD_ROOT%{_bindir}
 
 %clean
@@ -90,12 +88,14 @@
 %defattr(644,root,root,755)
 %doc doc/*
 %attr(755,root,root) %{_bindir}/*
+%exclude %{_bindir}/kdepyuic
 %{py_sitedir}/*.py[co]
 %{py_sitedir}/*.so
 
 %files devel
 %defattr(644,root,root,755)
 %{_sipfilesdir}/*
+%attr(755,root,root) %{_bindir}/kdepyuic
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -103,6 +103,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43  2006/11/14 11:23:23  glen
+- needs PyQt >= 3.17 to build
+- move kdepyuic to -devel
+
 Revision 1.42  2006/11/14 08:53:51  matkor
 - Release 1. STBR for Ac.
 
@@ -170,7 +174,7 @@
 - Version 3.11.3-1.
 
 Revision 1.23  2004/07/28 08:03:17  troll
-- removed %%include /usr/lib/rpm/macros.python
+- removed %include /usr/lib/rpm/macros.python
 
 Revision 1.22  2004/06/17 15:44:28  matkor
 - Version 3.11.1-1
@@ -246,4 +250,4 @@
 - remove_modules_from_sipnames.patch added, but still not builds.
 
 Revision 1.2  2003/04/15 14:20:58  matkor
- - Initial spec. Still doesn't build.
+- Initial spec. Still doesn't build.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-PyKDE.spec?r1=1.42&r2=1.43&f=u



More information about the pld-cvs-commit mailing list