From 045b7d92029143afcbd0cfc28728ef9fbb5ff0ca Mon Sep 17 00:00:00 2001 From: Andy Southgate Date: Nov 26 2007 22:24:33 +0000 Subject: Initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..0256f3d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +adanaxisgpl-1.2.4.tar.gz diff --git a/adanaxisgpl.spec b/adanaxisgpl.spec new file mode 100644 index 0000000..b30c7bb --- /dev/null +++ b/adanaxisgpl.spec @@ -0,0 +1,163 @@ +# Spec file for Mandriva Linux +# $Id: adanaxisgpl.spec,v 1.1 2007/11/26 22:24:33 southa Exp $ +# $Log: adanaxisgpl.spec,v $ +# Revision 1.1 2007/11/26 22:24:33 southa +# Initial import +# +# Revision 1.4 2007/10/18 00:04:13 southa +# Fedora packaging review comments +# +# Revision 1.3 2007/10/17 23:44:50 southa +# Fedora packaging review comments +# +# Revision 1.2 2007/09/27 12:10:09 southa +# Fixed changelog +# +# Revision 1.1 2007/09/27 11:52:44 southa +# Fedora release +# +# Revision 1.1 2007/06/30 16:02:14 southa +# Generic packaging +# +# Revision 1.3 2007/06/29 16:48:30 southa +# Mandriva build +# +# Revision 1.2 2007/06/29 14:41:54 southa +# Mandriva release +# +# Revision 1.1 2007/06/29 12:05:04 southa +# Mandriva packaging +# + +%define title Adanaxis GPL +%define longtitle Adanaxis GPL - an action game in four spatial dimensions + +Summary: Action game in four spatial dimensions +Name: adanaxisgpl +Version: 1.2.4 +Release: 1%{?dist} +License: GPLv2 +Group: Amusements/Games +URL: http://www.mushware.com/ + +Source0: http://www.mushware.com/files/%{name}-1.2.4.tar.gz + +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildRequires: desktop-file-utils +BuildRequires: freeglut-devel +BuildRequires: expat-devel +BuildRequires: libjpeg-devel +BuildRequires: libtiff-devel +BuildRequires: libvorbis-devel +BuildRequires: pcre-devel +BuildRequires: SDL_mixer-devel + +%description +Adanaxis is a fast-moving first person shooter set in deep space, where the +fundamentals of space itself are changed. By adding another dimension to +space this game provides an environment with movement in four directions +and six planes of rotation. Initially the game explains the 4D control +system via a graphical sequence, before moving on to 30 levels of gameplay +with numerous enemy, ally, weapon and mission types. Features include +simulated 4D texturing, mouse and joystick control, and original music. +Screenshots, movies and further information are available at +http://www.mushware.com/. + +Hardware-accelerated 3D is recommended, ideally with support for OpenGL +Shading Language. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p" install + +# Build .desktop files + +cat > %{name}.desktop < %{name}-recover.desktop < 1.2.4-1 +- Updates following further review (bugzilla #309061) + +* Wed Oct 17 2007 Andy Southgate 1.2.3-1 +- Updates following review (bugzilla #309061) + +* Thu Sep 27 2007 Andy Southgate 1.2.1-1 +- Created from Mandriva .spec diff --git a/sources b/sources index e69de29..0f904c8 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ae3e323d1fcefbd58c24f4a6adc9b625 adanaxisgpl-1.2.4.tar.gz