rpms/nazghul/devel haxima.desktop, NONE, 1.1 haxima.png, NONE, 1.1 nazghul-haxima-startup.patch, NONE, 1.1 nazghul.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Mon Feb 13 15:37:20 UTC 2006


Author: tibbs

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

Modified Files:
	.cvsignore sources 
Added Files:
	haxima.desktop haxima.png nazghul-haxima-startup.patch 
	nazghul.spec 
Log Message:
auto-import nazghul-0.5.3-2 on branch devel from nazghul-0.5.3-2.src.rpm


--- NEW FILE haxima.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Haxima
GenericName=Role Playing Game
Comment=An old school role playing game
Exec=haxima
Icon=haxima.png
Terminal=false
Type=Application
Categories=Application;Game;
Version=1.002

nazghul-haxima-startup.patch:

--- NEW FILE nazghul-haxima-startup.patch ---
--- worlds/haxima-1.002/Makefile.in.orig	2006-02-07 08:49:40.643978022 -0600
+++ worlds/haxima-1.002/Makefile.in	2006-02-07 08:50:17.740819277 -0600
@@ -398,7 +398,7 @@
 
 haxima.sh: Makefile
 	echo '#!/bin/sh' > $@ 
-	echo '"@bindir@/nazghul" -I "@datadir@/nazghul/haxima" -G "$(HOME)/.haxima" "$$@"' >> $@
+	echo '"@bindir@/nazghul" -I "@datadir@/nazghul/haxima" -G "$$HOME/.haxima" "$$@"' >> $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:


--- NEW FILE nazghul.spec ---
Name:           nazghul
Version:        0.5.3
Release:        2%{?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
Source1:	haxima.desktop
Source2:	haxima.png
Patch0:		nazghul-haxima-startup.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	SDL_image-devel, desktop-file-utils

%description
Nazghul is an old-school RPG engine modeled after those made in the
heyday of top-down, 2d tile-based graphics. It is specifically modeled
after Ultima V.


%package haxima
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
under the Nazghul CRPG engine.

You must install Nazghul in order to play Haxima.


%prep
%setup -q
%patch0


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

mv $RPM_BUILD_ROOT/%{_bindir}/haxima.sh $RPM_BUILD_ROOT/%{_bindir}/haxima

desktop-file-install --vendor fedora                            \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
        %{SOURCE1}

install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/haxima.png


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/nazghul
%dir %{_datadir}/nazghul
%doc AUTHORS ChangeLog COPYING INSTALL NEWS


%files haxima
%defattr(-,root,root,-)
%{_bindir}/haxima
%{_datadir}/nazghul/haxima
%{_datadir}/applications/fedora-haxima.desktop
%{_datadir}/pixmaps/haxima.png


%changelog
* Tue Feb  7 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.3-2
- Incorporate some review suggestions
- Patch bug with generation of haxima.sh.

* Sun Feb  5 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.3-1
- Update to 0.5.3

* Sat Jan 28 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.2-1
- Initial attempt


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nazghul/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2006 15:36:38 -0000	1.1
+++ .cvsignore	13 Feb 2006 15:37:20 -0000	1.2
@@ -0,0 +1 @@
+nazghul-0.5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nazghul/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2006 15:36:38 -0000	1.1
+++ sources	13 Feb 2006 15:37:20 -0000	1.2
@@ -0,0 +1 @@
+a78342489f494eeb2c4755a293ed8a1c  nazghul-0.5.3.tar.gz




More information about the scm-commits mailing list