rpms/lucidlife/devel lucidlife.spec,1.14,1.15

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Mon Mar 12 05:35:31 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/lucidlife/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25704

Modified Files:
	lucidlife.spec 
Log Message:
Add LogicGames category and rework patch calls a bit for more readability.


Index: lucidlife.spec
===================================================================
RCS file: /cvs/extras/rpms/lucidlife/devel/lucidlife.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lucidlife.spec	29 Oct 2006 03:22:18 -0000	1.14
+++ lucidlife.spec	12 Mar 2007 05:34:59 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           lucidlife
 Version:        0.9.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Conway's Life simulator
 
 Group:          Amusements/Games
@@ -29,8 +29,8 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .old
-%patch1 -p0 -b .old
+%patch0 -p0 -b .make-docs-use-proper-dir
+%patch1 -p0 -b .add-.desktop-encoding
 
 
 %build
@@ -46,6 +46,7 @@
 	--dir %{buildroot}%{_datadir}/applications	\
 	--delete-original	\
 	--remove-category=Application	\
+	--add-category=LogicGame
 	%{buildroot}%{_datadir}/applications/lucidlife.desktop
  
 
@@ -64,6 +65,11 @@
 
 
 %changelog
+* Sun Mar 11 2007 Peter Gordon <peter at thecodergeek.com> - 0.9.1-2
+- Add LogicGame to the categories of the installed .desktop file for improved
+  organization with games-menus.
+- Rework patch calls for more readability.
+
 * Sat Oct 28 2006 Peter Gordon <peter at thecodergeek.com> - 0.9.1-1
 - Update to new upstream release (0.9.1)
 - Drop X-Fedora and Application categories in installed .desktop file




More information about the scm-commits mailing list