From 738c5271dab8801c8907e5da98f70c46ecd3ceac Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Apr 05 2008 21:19:32 +0000 Subject: New upstream release --- diff --git a/.cvsignore b/.cvsignore index ce50afe..1bd8d40 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yakuake-2.9-beta1.tar.bz2 +yakuake-2.9.1.tar.bz2 diff --git a/sources b/sources index 6baf9ba..da32228 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25cd18e6ad58164111c12c8164366d72 yakuake-2.9-beta1.tar.bz2 +71245dd82ab238ad0a117275f4c455ad yakuake-2.9.1.tar.bz2 diff --git a/yakuake.spec b/yakuake.spec index 98ad0d0..a8993ee 100644 --- a/yakuake.spec +++ b/yakuake.spec @@ -1,12 +1,12 @@ Name: yakuake -Version: 2.9 -Release: 2.beta1%{?dist} +Version: 2.9.1 +Release: 1%{?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}-beta1.tar.bz2 +Source0: http://download.berlios.de/yakuake/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -20,13 +20,11 @@ Yakuake is a "Quake console" like terminal emulator. %prep -%setup -q -n %{name}-%{version}-beta1 +%setup -q %build -# consider using %%{cmake_kde4} macro from /etc/rpm/macros.kde4 -- Rex - -cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} . +%{cmake_kde4} make %{?_smp_mflags} @@ -34,10 +32,6 @@ make %{?_smp_mflags} rm -rf %{buildroot} make install DESTDIR=%{buildroot} -# fix/remove rpath -chrpath --list %{buildroot}%{_bindir}/%{name} -chrpath --delete %{buildroot}%{_bindir}/%{name} - desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category Application \ @@ -78,6 +72,11 @@ rm -rf %{buildroot} %changelog +* Sat Apr 05 2008 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//