[xfce4-taskmanager/el5/master] * Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-3 - Initial Build for EL-5

Christoph Wickert cwickert at fedoraproject.org
Sun Aug 1 10:47:27 UTC 2010


commit 4c2e6b9f241b41209edef86f5022d5462b81ce1c
Author: Christoph Wickert <fedora at christoph-wickert.de>
Date:   Sun Aug 1 12:47:19 2010 +0200

    * Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 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 <cwickert at fedoraproject.org> - 1.0.0-1
-- Update to 1.0.0 final
-
-* Sun Jun 06 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.92-1
-- Update to 0.5.91 (0.6 Beta 3)
-
-* Tue May 25 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.91-1
-- Update to 0.5.91 (0.6 Beta 2)
-
-* Thu Jul 30 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-3
+- Initial Build for EL-5
 
 * Sat Feb 21 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
 - Rebuild for i586 and SHA 256 hashes in RPM


More information about the scm-commits mailing list