From 03af0b5916d767be322a9cb498719b18bafef5aa Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Feb 20 2009 23:36:00 +0000 Subject: - Rebuild for i586 and SHA 256 hashes in RPM - Rework categories of desktop file to allow nested menus --- diff --git a/noautobuild b/noautobuild new file mode 100644 index 0000000..2e2785f --- /dev/null +++ b/noautobuild @@ -0,0 +1,2 @@ +I will do the review myself because I also want to fix a cosmetic issue in the +spec (add another category to desktop-file-install). \ No newline at end of file diff --git a/xfce4-taskmanager.spec b/xfce4-taskmanager.spec index 3cb5998..13fe0de 100644 --- a/xfce4-taskmanager.spec +++ b/xfce4-taskmanager.spec @@ -19,8 +19,11 @@ A simple taskmanager for the Xfce desktop environment. %prep %setup -q # convert ChangeLog and THANKS to UTF-8 to make rpmlint happy -iconv -f ISO88591 -t UTF8 ChangeLog -o ChangeLog -iconv -f ISO88591 -t UTF8 THANKS -o THANKS +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 @@ -36,7 +39,10 @@ make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --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 @@ -53,11 +59,15 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Sep 30 2008 Christoph Wickert - 0.4.1-1 +* Sat Feb 21 2009 Christoph Wickert - 0.4.1-2 +- Rebuild for i586 and SHA 256 hashes in RPM +- Rework categories of desktop file to allow nested menus + +* Tue Sep 30 2008 Christoph Wickert - 0.4.1-1 - Update to 0.4.1 - Remove patches (fixed upstream) -* Sat May 24 2008 Christoph Wickert - 0.4.0-1 +* Sat May 24 2008 Christoph Wickert - 0.4.0-1 - Update to 0.4.0 stable which has finally been released - Add patch to fix 0%-CPU bug (rebased version of Enrico Tröger's patch) - Add patch to fix some compiler warnings (also based on Enrico's work) @@ -66,17 +76,17 @@ rm -rf $RPM_BUILD_ROOT * Mon Feb 18 2008 Fedora Release Engineering - 0.4.0-0.3.rc2 - Autorebuild for GCC 4.3 -* Thu Oct 05 2006 Christoph Wickert - 0.4.0-0.2.rc2 +* Thu Oct 05 2006 Christoph Wickert - 0.4.0-0.2.rc2 - Bump release for devel checkin. -* Tue Oct 03 2006 Christoph Wickert - 0.4.0-0.1.rc2 +* Tue Oct 03 2006 Christoph Wickert - 0.4.0-0.1.rc2 - Update to 0.4-rc2. - Add BR on perl(XML::Parser), drop intltool. -* Mon Oct 02 2006 Christoph Wickert - 0.3.1-6 +* Mon Oct 02 2006 Christoph Wickert - 0.3.1-6 - Rebuild for XFCE 4.4. -* Mon Sep 04 2006 Christoph Wickert - 0.3.1-5 +* Mon Sep 04 2006 Christoph Wickert - 0.3.1-5 - Mass rebuild for Fedora Core 6. - Fix %%defattr.