rpms/xfce4-taskmanager/devel noautobuild, NONE, 1.1 xfce4-taskmanager.spec, 1.11, 1.12

Christoph Wickert cwickert at fedoraproject.org
Fri Feb 20 23:36:30 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-taskmanager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21830

Modified Files:
	xfce4-taskmanager.spec 
Added Files:
	noautobuild 
Log Message:
* Sat Feb 21 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
- Rebuild for i586 and SHA 256 hashes in RPM
- Rework categories of desktop file to allow nested menus



--- NEW FILE noautobuild ---
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).

Index: xfce4-taskmanager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-taskmanager/devel/xfce4-taskmanager.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xfce4-taskmanager.spec	2 Oct 2008 21:43:53 -0000	1.11
+++ xfce4-taskmanager.spec	20 Feb 2009 23:36:00 -0000	1.12
@@ -19,8 +19,11 @@
 %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 @@
 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 @@
 
 
 %changelog
-* Tue Sep 30 2008 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-1
+* Sat Feb 21 2009 Christoph Wickert <cwickert at fedoraproject.org> - 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 <cwickert at fedoraproject.org> - 0.4.1-1
 - Update to 0.4.1
 - Remove patches (fixed upstream)
 
-* Sat May 24 2008 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
+* Sat May 24 2008 Christoph Wickert <cwickert at fedoraproject.org> - 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 @@
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.0-0.3.rc2
 - Autorebuild for GCC 4.3
 
-* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-0.2.rc2
+* Thu Oct 05 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-0.2.rc2
 - Bump release for devel checkin.
 
-* Tue Oct 03 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-0.1.rc2
+* Tue Oct 03 2006 Christoph Wickert <cwickert at fedoraproject.org> - 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 <fedora christoph-wickert de> - 0.3.1-6
+* Mon Oct 02 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.1-6
 - Rebuild for XFCE 4.4.
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.1-5
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.1-5
 - Mass rebuild for Fedora Core 6.
 - Fix %%defattr.
 




More information about the fedora-extras-commits mailing list