rpms/nazghul/devel .cvsignore, 1.2, 1.3 nazghul.spec, 1.4, 1.5 sources, 1.2, 1.3 nazghul-0.5.3-64bit.patch, 1.2, NONE nazghul-0.5.3-diagonalattackfix.patch, 1.1, NONE nazghul-haxima-startup.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Wed Jun 28 17:14:20 UTC 2006


Author: tibbs

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

Modified Files:
	.cvsignore nazghul.spec sources 
Removed Files:
	nazghul-0.5.3-64bit.patch 
	nazghul-0.5.3-diagonalattackfix.patch 
	nazghul-haxima-startup.patch 
Log Message:
* Wed Jun 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.3-6
- Update to CVS snapshot in preparation for the new release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nazghul/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Feb 2006 15:37:20 -0000	1.2
+++ .cvsignore	28 Jun 2006 17:14:19 -0000	1.3
@@ -1 +1 @@
-nazghul-0.5.3.tar.gz
+nazghul-20060627cvs.tar.gz


Index: nazghul.spec
===================================================================
RCS file: /cvs/extras/rpms/nazghul/devel/nazghul.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nazghul.spec	8 Jun 2006 13:56:11 -0000	1.4
+++ nazghul.spec	28 Jun 2006 17:14:19 -0000	1.5
@@ -1,20 +1,25 @@
+%define snap 20060627cvs
+%define alphatag .%{snap}
+
 Name:           nazghul
 Version:        0.5.3
-Release:        5%{?dist}
+Release:        6%{?alphatag}%{?dist}
 Summary:        A computer role-playing game (CRPG) engine
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://myweb.cableone.net/gmcnutt/nazghul.html
-Source0:        http://dl.sourceforge.net/nazghul/nazghul-%{version}.tar.gz
+
+#Source0:        http://dl.sourceforge.net/nazghul/nazghul-%{version}.tar.gz
+Source0:	nazghul-%{snap}.tar.gz
+
 Source1:	haxima.desktop
 Source2:	haxima.png
-Patch0:		nazghul-haxima-startup.patch
-Patch1:		nazghul-0.5.3-64bit.patch
-Patch2:		nazghul-0.5.3-diagonalattackfix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	SDL_image-devel, desktop-file-utils
+# Only for CVS snapshots
+BuildRequires:	autoconf, automake
 
 %description
 Nazghul is an old-school RPG engine modeled after those made in the
@@ -35,14 +40,12 @@
 
 
 %prep
-%setup -q
-%patch0
-%patch1 -b .64bit
-%patch2 -p1 -b .diagonalattackfix
+%setup -q -n nazghul
 mv doc/* .
 
 
 %build
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 
@@ -83,6 +86,9 @@
 
 
 %changelog
+* Wed Jun 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.3-6
+- Update to CVS snapshot in preparation for the new release.
+
 * Thu Jun  8 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.3-5
 - Add fix for crash when attacking diagonally in the wilderness.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nazghul/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Feb 2006 15:37:20 -0000	1.2
+++ sources	28 Jun 2006 17:14:19 -0000	1.3
@@ -1 +1 @@
-a78342489f494eeb2c4755a293ed8a1c  nazghul-0.5.3.tar.gz
+c9cd201d7a2d6d2e71d9f25f73a3cfe7  nazghul-20060627cvs.tar.gz


--- nazghul-0.5.3-64bit.patch DELETED ---


--- nazghul-0.5.3-diagonalattackfix.patch DELETED ---


--- nazghul-haxima-startup.patch DELETED ---




More information about the fedora-extras-commits mailing list