From 0d06f92d747fc491141c2d258a711ad24464e6ef Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Nov 2007 17:23:02 +0000 Subject: [PATCH 1/4] Initialize branch F-7 for adanaxisgpl --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From ed23cd587c449b731b59016b3063d76a89b62a59 Mon Sep 17 00:00:00 2001 From: Andy Southgate Date: Mon, 26 Nov 2007 23:17:32 +0000 Subject: [PATCH 2/4] Initial F-7 import --- .cvsignore | 1 + adanaxisgpl.spec | 163 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 165 insertions(+) create mode 100644 adanaxisgpl.spec 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..d6f486f --- /dev/null +++ b/adanaxisgpl.spec @@ -0,0 +1,163 @@ +# Spec file for Mandriva Linux +# $Id: adanaxisgpl.spec,v 1.1 2007/11/26 23:17:32 southa Exp $ +# $Log: adanaxisgpl.spec,v $ +# Revision 1.1 2007/11/26 23:17:32 southa +# Initial F-7 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 From b10b6c9f520177e10f5266f06fa2ddcf22b140eb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:24:56 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58994d6..941b592 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := adanaxisgpl SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 713fc86c3083775e698e35f7b353495333af3bee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:35:29 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 941b592..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: adanaxisgpl -# $Id$ -NAME := adanaxisgpl -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7