rpms/system-config-lvm/devel system-config-lvm.spec,1.29,1.30

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 9 16:25:33 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/system-config-lvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2949

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



Index: system-config-lvm.spec
===================================================================
RCS file: /cvs/extras/rpms/system-config-lvm/devel/system-config-lvm.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- system-config-lvm.spec	8 Apr 2008 20:16:53 -0000	1.29
+++ system-config-lvm.spec	9 Oct 2008 16:25:03 -0000	1.30
@@ -2,7 +2,7 @@
 Summary: A utility for graphically configuring Logical Volumes
 Name: system-config-lvm
 Version: 1.1.4
-Release: 1.0%{?dist}
+Release: 2.0%{?dist}
 URL: http://www.redhat.com/ 
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2
@@ -31,7 +31,15 @@
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 
-#Uncomment this when translations are done
+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
+
 %find_lang %name
 
 %clean
@@ -53,6 +61,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-lvm
 
 %changelog
+* Thu Oct  9 2008 Matthias Clasen  <mclasen at redhat.com> 1.1.4-2.0
+- Properly install the desktop file (#442910)
+
 * Tue Apr 25 2008 Jim Parsons <jparsons at redhat.com> 1.1.4-1.0
 - Build for fedora
 




More information about the scm-commits mailing list