SPECS (AC-branch): kdelibs.spec - KDE 3.5.5

glen glen at pld-linux.org
Wed Oct 11 00:15:16 CEST 2006


Author: glen                         Date: Tue Oct 10 22:15:16 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- KDE 3.5.5

---- Files affected:
SPECS:
   kdelibs.spec (1.448.2.8 -> 1.448.2.9) 

---- Diffs:

================================================================
Index: SPECS/kdelibs.spec
diff -u SPECS/kdelibs.spec:1.448.2.8 SPECS/kdelibs.spec:1.448.2.9
--- SPECS/kdelibs.spec:1.448.2.8	Mon Sep 18 21:44:02 2006
+++ SPECS/kdelibs.spec	Wed Oct 11 00:15:11 2006
@@ -1,4 +1,5 @@
 # $Revision$, $Date$
+#
 # Conditional build:
 %bcond_without	alsa		# build without ALSA support
 %bcond_without	apidocs		# don't prepare API documentation
@@ -10,7 +11,7 @@
 					# to g++
 #
 %define		_state		stable
-%define		artsver		13:1.5.4
+%define		artsver		13:1.5.5
 
 Summary:	K Desktop Environment - libraries
 Summary(es):	K Desktop Environment - bibliotecas
@@ -20,13 +21,13 @@
 Summary(ru):	K Desktop Environment - âÉÂĚÉĎÔĹËÉ
 Summary(uk):	K Desktop Environment - âŚÂĚŚĎÔĹËÉ
 Name:		kdelibs
-Version:	3.5.4
-Release:	1
+Version:	3.5.5
+Release:	0.5
 Epoch:		9
 License:	LGPL
 Group:		X11/Libraries
 Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5:	979d056ca0e21c12caed270126e60e3e
+# Source0-md5:	2cba792e3b0a766431b837c8ef924117
 Source1:	%{name}-wmfplugin.tar.bz2
 # Source1-md5:	df0d7c2a13bb68fe25e1d6c009df5b8d
 Source2:	pnm.protocol
@@ -35,13 +36,12 @@
 Patch100:	%{name}-branch.diff
 Patch0:		kde-common-PLD.patch
 Patch1:		%{name}-kstandarddirs.patch
-Patch2:		%{name}-defaultfonts.patch
 Patch3:		%{name}-use_system_sgml.patch
 Patch4:		%{name}-fileshareset.patch
 Patch5:		%{name}-appicon_themable.patch
 Patch6:		%{name}-kbugreport-https.patch
 Patch7:		%{name}-xgl.patch
-Patch8:		%{name}-tango.patch
+Patch8:		kde-ac260-lt.patch
 URL:		http://www.kde.org/
 BuildRequires:	OpenEXR-devel >= 1.2.2
 BuildRequires:	acl-devel
@@ -333,16 +333,15 @@
 
 %prep
 %setup -q -a1
-#%patch100 -p0
+%patch100 -p0
 %patch0 -p1
 %patch1 -p1
-#%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
-%patch8 -p0
+%patch8 -p1
 
 %build
 cp %{_datadir}/automake/config.sub admin
@@ -351,7 +350,7 @@
 export kde_libs_htmldir=%{_kdedocdir}
 %{__make} -f admin/Makefile.common cvs
 
-CPPFLAGS="-I$(pwd)/kdecore/network"
+export path_sudo=/usr/bin/sudo
 %configure \
 	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
 	%{!?debug:--disable-rpath} \
@@ -361,11 +360,11 @@
 	--enable-libsuffix=64 \
 %endif
 	--enable-mitshm \
-	--with-ldap=no \
 	--with%{!?with_alsa:out}-alsa \
-	--with-qt-libraries=%{_libdir} \
+	--with-distribution="PLD Linux Distribution" \
+	--with-ldap=no \
 	--with-lua-includes=%{_includedir}/lua50 \
-	--with-distribution="PLD Linux Distribution"
+	--with-qt-libraries=%{_libdir}
 
 %{__make}
 %{?with_apidocs:%{__make} apidox}
@@ -394,20 +393,6 @@
 	$RPM_BUILD_ROOT%{_datadir}/services/kconfiguredialog \
 	$RPM_BUILD_ROOT%{_iconsdir}/crystalsvg/{16x16,22x22,32x32,48x48,64x64,128x128}/apps
 
-# Debian manpages
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
-#cd debian/man
-#%{__perl} -pi -e 's/ksendbugemail/ksendbugmail/;s/KSENDBUGEMAIL/KSENDBUGMAIL/' \
-#	ksendbugmail.sgml
-#
-#for f in *.sgml ; do
-#	base="$(basename $f .sgml)"
-#	upper="$(echo ${base} | tr a-z A-Z)"
-#	db2man $f
-#	install ${upper}.1 $RPM_BUILD_ROOT%{_mandir}/man1/${base}.1
-#done
-#cd -
-
 # For fileshare
 touch $RPM_BUILD_ROOT/etc/security/fileshare.conf
 %{__sed} -i -e "s|/etc/init.d|/etc/rc.d/init.d|g" $RPM_BUILD_ROOT%{_bindir}/fileshare*
@@ -485,6 +470,7 @@
 %attr(755,root,root) %{_bindir}/makekdewidgets
 %attr(755,root,root) %{_bindir}/meinproc
 %attr(755,root,root) %{_bindir}/preparetips
+%attr(755,root,root) %{_bindir}/start_kdeinit
 
 %dir %{_datadir}/apps
 %{_datadir}/apps/LICENSES
@@ -1006,6 +992,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.448.2.9  2006/10/10 22:15:11  glen
+- KDE 3.5.5
+
 Revision 1.448.2.8  2006/09/18 19:44:02  glen
 - korrect artsver
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdelibs.spec?r1=1.448.2.8&r2=1.448.2.9&f=u



More information about the pld-cvs-commit mailing list