SPECS: yakuake.spec - 2.9

shadzik shadzik at pld-linux.org
Wed Mar 5 02:16:40 CET 2008


Author: shadzik                      Date: Wed Mar  5 01:16:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.9

---- Files affected:
SPECS:
   yakuake.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/yakuake.spec
diff -u SPECS/yakuake.spec:1.20 SPECS/yakuake.spec:1.21
--- SPECS/yakuake.spec:1.20	Sat Jan 19 22:31:47 2008
+++ SPECS/yakuake.spec	Wed Mar  5 02:16:35 2008
@@ -3,17 +3,15 @@
 Summary(de.UTF-8):	Ein Quake ähnlicher Konsole Emulator
 Summary(pl.UTF-8):	Rozbudowany emulator terminala w stylu Quake
 Name:		yakuake
-Version:	2.8.1
+Version:	2.9
 Release:	1
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://download.berlios.de/yakuake/%{name}-%{version}.tar.bz2
-# Source0-md5:	b638dd6ec3d7ca50ed28cbe5f15cc56b
-Patch0:		%{name}-desktop.patch
+# Source0-md5:	e7d101b4e0e63f28ed7999d2ce271f5e
 URL:		http://extragear.kde.org/apps/yakuake/
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	kdelibs-devel >= 9:3.2.0
+BuildRequires:	cmake
+BuildRequires:	kde4-kdelibs-devel
 BuildRequires:	rpmbuild(macros) >= 1.129
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,22 +28,18 @@
 %setup -q
 
 %build
-cp -f /usr/share/automake/config.sub admin
-%{__make} -f admin/Makefile.common cvs
-%configure \
-%if "%{_lib}" == "lib64"
-		--enable-libsuffix=64 \
-%endif
-		--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
-		--with-qt-libraries=%{_libdir}
+install -d build
+cd build
+%cmake \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	../
 
 %{__make}
 
 %install
 
 rm -rf $RPM_BUILD_ROOT
-%{__make} install \
-	xdg_appsdir=%{_desktopdir} \
+%{__make} -C build install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
@@ -57,17 +51,8 @@
 %defattr(644,root,root,755)
 %doc AUTHORS
 %attr(755,root,root) %{_bindir}/yakuake
-%{_desktopdir}/*.desktop
-%dir %{_datadir}/apps/yakuake
-%dir %{_datadir}/apps/yakuake/*
-%{_datadir}/apps/yakuake/*/tabs.skin
-%{_datadir}/apps/yakuake/*/icon.png
-%dir %{_datadir}/apps/yakuake/*/tabs
-%{_datadir}/apps/yakuake/*/tabs/*.png
-%{_datadir}/apps/yakuake/*/title.skin
-%dir %{_datadir}/apps/yakuake/*/title
-%{_datadir}/apps/yakuake/*/title/*.png
-%{_datadir}/config.kcfg/*.kcfg
+%{_desktopdir}/kde4/*.desktop
+%{_datadir}/apps/yakuake
 %{_iconsdir}/hicolor/*x*/apps/yakuake.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -76,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2008-03-05 01:16:35  shadzik
+- 2.9
+
 Revision 1.20  2008-01-19 21:31:47  rotom
 - 2.8.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/yakuake.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list