SPECS: kdeedu.spec - rel 4; fix python detection for KIG

arekm arekm at pld-linux.org
Fri Jan 5 21:38:35 CET 2007


Author: arekm                        Date: Fri Jan  5 20:38:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 4; fix python detection for KIG

---- Files affected:
SPECS:
   kdeedu.spec (1.108 -> 1.109) 

---- Diffs:

================================================================
Index: SPECS/kdeedu.spec
diff -u SPECS/kdeedu.spec:1.108 SPECS/kdeedu.spec:1.109
--- SPECS/kdeedu.spec:1.108	Fri Jan  5 20:07:32 2007
+++ SPECS/kdeedu.spec	Fri Jan  5 21:38:29 2007
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO
-# - odd, doesn't exist in ppc: /usr/share/apps/katepart/syntax/python-kig.xml
 %define		_state		stable
 %define		_minlibsevr	9:%{version}
 %define		_minbaseevr	9:%{version}
@@ -9,7 +7,7 @@
 Summary(pl):	K Desktop Environment - edukacja i rozrywka
 Name:		kdeedu
 Version:	3.5.5
-Release:	3
+Release:	4
 Epoch:		8
 License:	GPL
 Group:		X11/Applications/Science
@@ -20,9 +18,11 @@
 Patch1:		%{name}-pport.patch
 Patch2:		kde-ac260-lt.patch
 Patch3:		kde-am.patch
+Patch4:		%{name}-python.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	boost-python-devel
+BuildRequires:	python-devel
 BuildRequires:	gettext-devel
 BuildRequires:	kdelibs-devel >= %{_minlibsevr}
 BuildRequires:	libjpeg-devel
@@ -574,6 +574,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;Education;Science;Chemistry;/' \
 ./kalzium/src/kalzium.desktop
@@ -609,7 +610,9 @@
 %if "%{_lib}" == "lib64"
 	--enable-libsuffix=64 \
 %endif
-	--with-qt-libraries=%{_libdir}
+	--with-qt-libraries=%{_libdir} \
+	--enable-kig-python-scripting \
+	--enable-kig-compressed-files
 
 %{__make}
 
@@ -747,9 +750,7 @@
 %{_libdir}/kde3/kfile_kig.la
 %attr(755,root,root) %{_libdir}/kde3/kfile_kig.so
 %{_datadir}/apps/kig*
-%ifnarch ppc
 %{_datadir}/apps/katepart/syntax/python-kig.xml
-%endif
 %{_datadir}/config/magic/cabri.magic
 %{_datadir}/config/magic/drgeo.magic
 %{_datadir}/mimelnk/application/x-kgeo.desktop
@@ -939,6 +940,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.109  2007/01/05 20:38:29  arekm
+- rel 4; fix python detection for KIG
+
 Revision 1.108  2007/01/05 19:07:32  arekm
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdeedu.spec?r1=1.108&r2=1.109&f=u



More information about the pld-cvs-commit mailing list