rpms/system-config-display/devel system-config-display.spec, 1.51, 1.52

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Jun 27 05:23:08 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/system-config-display/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31745

Modified Files:
	system-config-display.spec 
Log Message:
Fix up desktop file categories



Index: system-config-display.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-display/devel/system-config-display.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- system-config-display.spec	11 Apr 2007 17:22:57 -0000	1.51
+++ system-config-display.spec	27 Jun 2007 05:22:32 -0000	1.52
@@ -1,7 +1,7 @@
 Summary: A graphical interface for configuring the X Window System display
 Name: system-config-display
 Version: 1.0.51
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/Tools
 License: GPL
 ExclusiveOS: Linux
@@ -45,9 +45,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make INSTROOT=$RPM_BUILD_ROOT install
-desktop-file-install --vendor system --delete-original       \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
-  --add-category X-Red-Hat-Base                             \
+desktop-file-install --vendor system --delete-original 	\
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications 	\
+  --remove-category Application 			\
+  --remove-category SystemSetup 			\
+  --add-category Settings 				\
   $RPM_BUILD_ROOT%{_datadir}/applications/system-config-display.desktop
 
 %find_lang %name
@@ -78,6 +80,9 @@
 %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-display.png
 
 %changelog
+* Wed Jun 27 2007 Matthias Clasen <mclasen at redhat.com> 1.0.51-2
+- Fix up categories in desktop file
+
 * Wed Apr 11 2007 Adam Jackson <ajax at redhat.com> 1.0.51-1
 - Load the mouse and keyboard configs from the config file, so as not to
   clobber them. (#145316)




More information about the fedora-extras-commits mailing list