rpms/nazghul/devel nazghul-desktop.patch, NONE, 1.1 nazghul.spec, 1.14, 1.15

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Wed Aug 22 17:13:46 UTC 2007


Author: tibbs

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

Modified Files:
	nazghul.spec 
Added Files:
	nazghul-desktop.patch 
Log Message:
* Wed Aug 22 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.6-4
- Patch upstream .desktop file for proper use of Version.
- Remove some errant CVS directories.
- Fix an end-of-line encoding.
- Minor spec cleanup.


nazghul-desktop.patch:

--- NEW FILE nazghul-desktop.patch ---
--- haxima.desktop-orig	2007-08-22 11:44:08.000000000 -0500
+++ haxima.desktop	2007-08-22 11:44:26.000000000 -0500
@@ -8,4 +8,4 @@
 Terminal=false
 Type=Application
 Categories=Application;Game;
-Version=1.002
+Version=1.0


Index: nazghul.spec
===================================================================
RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- nazghul.spec	21 Aug 2007 19:58:00 -0000	1.14
+++ nazghul.spec	22 Aug 2007 17:13:13 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           nazghul
 Version:        0.5.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A computer role-playing game (CRPG) engine
 
 Group:          Amusements/Games
@@ -8,10 +8,10 @@
 URL:            http://myweb.cableone.net/gmcnutt/nazghul.html
 
 Source0:        http://dl.sourceforge.net/nazghul/nazghul-%{version}.tar.gz
+Patch0:         nazghul-desktop.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	SDL_image-devel, desktop-file-utils, libpng-devel
+BuildRequires:  SDL_image-devel, desktop-file-utils, libpng-devel
 
 %description
 Nazghul is an old-school RPG engine modeled after those made in the
@@ -20,9 +20,9 @@
 
 
 %package haxima
-Summary:	A full-featured role-playing game for the Nazghul engine
-Group:		Amusements/Games
-Requires:	nazghul = %{version}
+Summary:        A full-featured role-playing game for the Nazghul engine
+Group:          Amusements/Games
+Requires:       nazghul = %{version}
 
 %description haxima
 A complete, playable and full-featured role playing game which runs
@@ -33,6 +33,14 @@
 
 %prep
 %setup -q
+%patch0
+
+# clean up CVS directories left in the source tarball
+find . -depth -type d -name CVS -exec rm -rf {} \;
+
+# Fix line endings
+sed -i -e 's/\r//' doc/engine_extension_and_design/my_TODO.2004.05.05.txt
+
 mv doc/* .
 
 
@@ -77,6 +85,12 @@
 
 
 %changelog
+* Wed Aug 22 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.6-4
+- Patch upstream .desktop file for proper use of Version.
+- Remove some errant CVS directories.
+- Fix an end-of-line encoding.
+- Minor spec cleanup.
+
 * Tue Aug 21 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.6-3
 - License is GPLv2+.
 - Bump for rebuild.




More information about the fedora-extras-commits mailing list