diff --git a/.cvsignore b/.cvsignore index 825fcc1..8c12c36 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfce4-taskmanager-0.5.91.tar.bz2 +xfce4-taskmanager-0.5.92.tar.bz2 diff --git a/sources b/sources index 12d4b2c..9d65358 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f2f8e0248d298126d69b785fd49818d xfce4-taskmanager-0.5.91.tar.bz2 +4d725c1e5df70867684f6078d185e46c xfce4-taskmanager-0.5.92.tar.bz2 diff --git a/xfce4-taskmanager.spec b/xfce4-taskmanager.spec index 9a56eb1..e0cdade 100644 --- a/xfce4-taskmanager.spec +++ b/xfce4-taskmanager.spec @@ -1,13 +1,14 @@ +%global majorversion 0.5 + Name: xfce4-taskmanager -Version: 0.5.91 +Version: 0.5.92 Release: 1%{?dist} Summary: Taskmanager for the Xfce desktop environment Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/applications/%{name} -# This will be hosted at xfce.org again once it is stable -Source0: http://dl.dropbox.com/u/2670286/taskmgr/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxfcegui4-devel >= 4.4 @@ -19,12 +20,6 @@ A simple taskmanager for the Xfce desktop environment. %prep %setup -q -# convert ChangeLog and THANKS to UTF-8 to make rpmlint happy -for file in ChangeLog THANKS; do - mv $file timestamp - iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp - touch -r timestamp $file -done %build @@ -39,11 +34,9 @@ make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --remove-key Encoding \ --add-category GTK \ --add-category Monitor \ --add-category X-Xfce \ - --remove-category Application \ --remove-category Utility \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop @@ -61,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 06 2010 Christoph Wickert - 0.5.92-1 +- Update to 0.5.91 (0.6 Beta 3) + * Tue May 25 2010 Christoph Wickert - 0.5.91-1 - Update to 0.5.91 (0.6 Beta 2)