rpms/system-config-lvm/devel system-config-lvm.spec,1.26,1.27

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun Sep 16 21:01:02 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/system-config-lvm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8734

Modified Files:
	system-config-lvm.spec 
Log Message:
fix desktop file categories



Index: system-config-lvm.spec
===================================================================
RCS file: /cvs/extras/rpms/system-config-lvm/devel/system-config-lvm.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- system-config-lvm.spec	1 May 2007 16:05:49 -0000	1.26
+++ system-config-lvm.spec	16 Sep 2007 21:00:29 -0000	1.27
@@ -2,7 +2,7 @@
 Summary: A utility for graphically configuring Logical Volumes.
 Name: system-config-lvm
 Version: 1.1.1
-Release: 1.0%{?dist}
+Release: 2.0%{?dist}
 URL: http://www.redhat.com/ 
 Source0: %{name}-%{version}.tar.gz
 License: GPL
@@ -31,6 +31,15 @@
 rm -rf %{buildroot}
 %makeinstall
 
+desktop-file-install --vendor system --delete-original		\
+  --dir %{buildroot}%{_datadir}/applications			\
+  --remove-category Application					\
+  --remove-category SystemSetup					\
+  --remove-category X-Red-Hat-Base				\
+  --add-category Settings					\
+  --add-category System						\
+  %{buildroot}%{_datadir}/applications/system-config-lvm.desktop
+
 #Uncomment this when translations are done
 %find_lang %name
 
@@ -53,6 +62,10 @@
 %config %{_sysconfdir}/security/console.apps/system-config-lvm
 
 %changelog
+* Sun Sep 16 2007 Matthias Clasen <mclasen at redhat.com> 1.1.1-2.0
+- Use desktop-file-install to install the desktop file
+- Move the application to the right spot in the menus
+
 * Tue May 01 2007 Stanko Kupcevic <kupcevic at redhat.com> 1.1.1-1.0
   - Update pam file
   - Update translation files




More information about the fedora-extras-commits mailing list