rpms/lxtask/devel noautobuild,NONE,1.1 lxtask.spec,1.1,1.2

Christoph Wickert cwickert at fedoraproject.org
Mon Feb 23 00:27:13 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/lxtask/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14411

Modified Files:
	lxtask.spec 
Added Files:
	noautobuild 
Log Message:
* Mon Feb 23 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1-2
- Fix categories in desktop file



--- 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: lxtask.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lxtask/devel/lxtask.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxtask.spec	11 Jun 2008 23:08:08 -0000	1.1
+++ lxtask.spec	23 Feb 2009 00:26:40 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           lxtask
 Version:        0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lightweight and desktop independent task manager
 
 Group:          User Interface/Desktops
@@ -33,7 +33,10 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 desktop-file-install --vendor="fedora"                     \
   --delete-original                                        \
+  --add-category=Monitor                                   \
+  --add-category=GTK                                       \
   --remove-category=Application                            \
+  --remove-category=Utility                                \
   --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 %find_lang %{name}
@@ -51,5 +54,8 @@
 
 
 %changelog
-* Sun May 04 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
+* Mon Feb 23 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.1-2
+- Fix categories in desktop file
+
+* Sun May 04 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.1-1
 - Initial Fedora RPM




More information about the scm-commits mailing list