Name: yakuake Version: 2.9.4 Release: 2%{?dist} Summary: Terminal emulator Group: User Interface/Desktops License: GPLv2+ URL: http://extragear.kde.org/apps/yakuake/ Source0: http://download.berlios.de/yakuake/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: yakuake-2.9.4-qt4.5.patch Requires: kdebase BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: kdelibs-devel BuildRequires: cmake BuildRequires: chrpath %description Yakuake is a "Quake console" like terminal emulator. %prep %setup -q %patch0 -p4 %build %{cmake_kde4} make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category Application \ --add-category Utility \ --add-category KDE \ --add-category Qt \ --delete-original \ %{buildroot}%{_datadir}/applications/kde4/yakuake.desktop %find_lang %{name} %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x ${_bindir}/gtk-update-icon-cache ] ; then ${_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x ${_bindir}/gtk-update-icon-cache ] ; then ${_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog TODO %{_bindir}/yakuake %{_datadir}/applications/*yakuake.desktop %{_datadir}/kde4/apps/yakuake %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %{_datadir}/icons/hicolor/128x128/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz %changelog * Sat Apr 17 2009 Johan Cwiklinski 2.9.4-2 - Fix crash with QT 4.5 * Thu Sep 4 2008 Johan Cwiklinski - 2.9.4-1 - 2.9.4 - change BR from kdelibs4-devel to kdelibs-devel * Fri Jun 20 2008 Johan Cwiklinski - 2.9.3-1 - 2.9.3 * Sat May 17 2008 Johan Cwiklinski - 2.9.1-2 - kdebase is required * Sat Apr 05 2008 Johan Cwiklinski - 2.9.1-1 - 2.9.1 - use of %%{cmake_kde4} macro - remove no longer needeed chrpath * Wed Apr 02 2008 Rex Dieter - 2.9-2.beta1 - BR: kdelibs4-devel - description/summary: s/for KDE// * Mon Feb 11 2008 Johan Cwiklinski - 2.9-1.beta1 - upstream release for KDE4 * Mon Oct 30 2006 Dawid Gajownik - 2.7.5-4 - Add support for KonsoleScripts (#212862) * Fri Sep 15 2006 Dawid Gajownik - 2.7.5-3 - Rebuild for FE6 - Update e-mail address - Fix mixed-use-of-spaces-and-tabs rpmlint warning * Sat May 20 2006 Dawid Gajownik - 2.7.5-2 - Add dist tag * Sat May 20 2006 Dawid Gajownik - 2.7.5-1 - Update to 2.7.5 - Add `--disable-dependency-tracking' and `--enable-final' options - Include translations * Mon Oct 24 2005 Mickael - initial release