rpms/lucidlife/FC-4 lucidlife.spec,1.6,1.7

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Apr 9 05:10:55 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/lucidlife/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6314/FC-4

Modified Files:
	lucidlife.spec 
Log Message:

Use desktop-file-install's "--delete-original" option instead of doing it
manually.




Index: lucidlife.spec
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/FC-4/lucidlife.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lucidlife.spec	29 Mar 2006 06:18:33 -0000	1.6
+++ lucidlife.spec	9 Apr 2006 05:10:55 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           lucidlife
 Version:        0.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A Conway's Life simulator
 
 Group:          Amusements/Games
@@ -41,8 +41,8 @@
 desktop-file-install --vendor fedora	\
 	--dir %{buildroot}%{_datadir}/applications	\
 	--add-category X-Fedora	\
+	--delete-original	\
 	%{buildroot}%{_datadir}/applications/lucidlife.desktop
-rm -f %{buildroot}%{_datadir}/applications/lucidlife.desktop
 
 %clean
 rm -rf %{buildroot}
@@ -59,6 +59,10 @@
 
 
 %changelog
+* Sat Apr 8 2006 Peter Gordon <peter at thecodergeek.com> - 0.9-6
+- Use desktop-file-install's "--delete-original" option instead pf doing
+  it manually.
+
 * Tue Mar 28 2006 Peter Gordon <peter at thecodergeek.com> - 0.9-5
 - Add patch to put the documentation and %%doc stuff in the same directory.
 




More information about the fedora-extras-commits mailing list