From 4c2e6b9f241b41209edef86f5022d5462b81ce1c Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Sun, 1 Aug 2010 12:47:19 +0200 Subject: [PATCH] * Sun Aug 01 2010 Christoph Wickert - 0.4.1-3 - Initial Build for EL-5 --- .gitignore | 2 +- sources | 2 +- xfce4-taskmanager.spec | 28 ++++++++++++---------------- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 2fab4f9..49e383d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -xfce4-taskmanager-1.0.0.tar.bz2 +xfce4-taskmanager-0.4.1.tar.bz2 diff --git a/sources b/sources index b9709d9..f3c2268 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd205366ae771d2cbe72b5ca7b1257b0 xfce4-taskmanager-1.0.0.tar.bz2 +4ed599faf6b734b2d2e7be16adf0b2d9 xfce4-taskmanager-0.4.1.tar.bz2 diff --git a/xfce4-taskmanager.spec b/xfce4-taskmanager.spec index ef8005b..c1f68bf 100644 --- a/xfce4-taskmanager.spec +++ b/xfce4-taskmanager.spec @@ -1,14 +1,12 @@ -%global majorversion 1.0 - Name: xfce4-taskmanager -Version: 1.0.0 -Release: 1%{?dist} +Version: 0.4.1 +Release: 3%{?dist} Summary: Taskmanager for the Xfce desktop environment Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/applications/%{name} -Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2 +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxfcegui4-devel >= 4.4 @@ -20,6 +18,12 @@ 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 @@ -37,6 +41,7 @@ desktop-file-install --vendor fedora \ --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 @@ -54,17 +59,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Jun 15 2010 Christoph Wickert - 1.0.0-1 -- Update to 1.0.0 final - -* 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) - -* Thu Jul 30 2009 Christoph Wickert - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Sun Aug 01 2010 Christoph Wickert - 0.4.1-3 +- Initial Build for EL-5 * Sat Feb 21 2009 Christoph Wickert - 0.4.1-2 - Rebuild for i586 and SHA 256 hashes in RPM