Andy Southgate ed23cd5
# Spec file for Mandriva Linux
Andy Southgate ed23cd5
# $Id: adanaxisgpl.spec,v 1.1 2007/11/26 23:17:32 southa Exp $
Andy Southgate ed23cd5
# $Log: adanaxisgpl.spec,v $
Andy Southgate ed23cd5
# Revision 1.1  2007/11/26 23:17:32  southa
Andy Southgate ed23cd5
# Initial F-7 import
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.4  2007/10/18 00:04:13  southa
Andy Southgate ed23cd5
# Fedora packaging review comments
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.3  2007/10/17 23:44:50  southa
Andy Southgate ed23cd5
# Fedora packaging review comments
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.2  2007/09/27 12:10:09  southa
Andy Southgate ed23cd5
# Fixed changelog
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.1  2007/09/27 11:52:44  southa
Andy Southgate ed23cd5
# Fedora release
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.1  2007/06/30 16:02:14  southa
Andy Southgate ed23cd5
# Generic packaging
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.3  2007/06/29 16:48:30  southa
Andy Southgate ed23cd5
# Mandriva build
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.2  2007/06/29 14:41:54  southa
Andy Southgate ed23cd5
# Mandriva release
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
# Revision 1.1  2007/06/29 12:05:04  southa
Andy Southgate ed23cd5
# Mandriva packaging
Andy Southgate ed23cd5
#
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%define title     Adanaxis GPL
Andy Southgate ed23cd5
%define longtitle Adanaxis GPL - an action game in four spatial dimensions
Andy Southgate ed23cd5
Andy Southgate ed23cd5
Summary:        Action game in four spatial dimensions
Andy Southgate ed23cd5
Name:           adanaxisgpl
Andy Southgate ed23cd5
Version:        1.2.4
Andy Southgate ed23cd5
Release:        1%{?dist}
Andy Southgate ed23cd5
License:        GPLv2
Andy Southgate ed23cd5
Group:          Amusements/Games
Andy Southgate ed23cd5
URL:            http://www.mushware.com/
Andy Southgate ed23cd5
Andy Southgate ed23cd5
Source0:        http://www.mushware.com/files/%{name}-1.2.4.tar.gz
Andy Southgate ed23cd5
Andy Southgate ed23cd5
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Andy Southgate ed23cd5
Andy Southgate ed23cd5
BuildRequires:       desktop-file-utils
Andy Southgate ed23cd5
BuildRequires:       freeglut-devel
Andy Southgate ed23cd5
BuildRequires:       expat-devel
Andy Southgate ed23cd5
BuildRequires:       libjpeg-devel
Andy Southgate ed23cd5
BuildRequires:       libtiff-devel
Andy Southgate ed23cd5
BuildRequires:       libvorbis-devel
Andy Southgate ed23cd5
BuildRequires:       pcre-devel
Andy Southgate ed23cd5
BuildRequires:       SDL_mixer-devel
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%description
Andy Southgate ed23cd5
Adanaxis is a fast-moving first person shooter set in deep space, where the
Andy Southgate ed23cd5
fundamentals of space itself are changed.  By adding another dimension to
Andy Southgate ed23cd5
space this game provides an environment with movement in four directions
Andy Southgate ed23cd5
and six planes of rotation.  Initially the game explains the 4D control
Andy Southgate ed23cd5
system via a graphical sequence, before moving on to 30 levels of gameplay
Andy Southgate ed23cd5
with numerous enemy, ally, weapon and mission types.  Features include
Andy Southgate ed23cd5
simulated 4D texturing, mouse and joystick control, and original music.
Andy Southgate ed23cd5
Screenshots, movies and further information are available at
Andy Southgate ed23cd5
http://www.mushware.com/.
Andy Southgate ed23cd5
Andy Southgate ed23cd5
Hardware-accelerated 3D is recommended, ideally with support for OpenGL
Andy Southgate ed23cd5
Shading Language.
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%prep
Andy Southgate ed23cd5
%setup -q
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%build
Andy Southgate ed23cd5
%configure
Andy Southgate ed23cd5
make %{?_smp_mflags}
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%install
Andy Southgate ed23cd5
rm -rf %{buildroot}
Andy Southgate ed23cd5
make DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p" install
Andy Southgate ed23cd5
Andy Southgate ed23cd5
# Build .desktop files
Andy Southgate ed23cd5
Andy Southgate ed23cd5
cat > %{name}.desktop <
Andy Southgate ed23cd5
[Desktop Entry]
Andy Southgate ed23cd5
Encoding=UTF-8
Andy Southgate ed23cd5
Name=%{title}
Andy Southgate ed23cd5
Comment=%{longtitle}
Andy Southgate ed23cd5
Exec=%{_bindir}/%{name} 
Andy Southgate ed23cd5
Icon=%{name}
Andy Southgate ed23cd5
Terminal=false
Andy Southgate ed23cd5
Type=Application
Andy Southgate ed23cd5
StartupNotify=false
Andy Southgate ed23cd5
Categories=Game;ActionGame;
Andy Southgate ed23cd5
EOF
Andy Southgate ed23cd5
Andy Southgate ed23cd5
cat > %{name}-recover.desktop <
Andy Southgate ed23cd5
[Desktop Entry]
Andy Southgate ed23cd5
Encoding=UTF-8
Andy Southgate ed23cd5
Name=%{title} (Recovery Mode)
Andy Southgate ed23cd5
Comment=%{longtitle} (Launch in Recovery Mode)
Andy Southgate ed23cd5
Exec=%{_bindir}/%{name} --recover
Andy Southgate ed23cd5
Icon=%{name}
Andy Southgate ed23cd5
Terminal=false
Andy Southgate ed23cd5
Type=Application
Andy Southgate ed23cd5
StartupNotify=false
Andy Southgate ed23cd5
Categories=Game;ActionGame;
Andy Southgate ed23cd5
EOF
Andy Southgate ed23cd5
Andy Southgate ed23cd5
# Install desktop files
Andy Southgate ed23cd5
Andy Southgate ed23cd5
mkdir -p %{buildroot}%{_datadir}/applications
Andy Southgate ed23cd5
desktop-file-install --vendor=mushware         \
Andy Southgate ed23cd5
  --dir %{buildroot}%{_datadir}/applications   \
Andy Southgate ed23cd5
  %{name}.desktop
Andy Southgate ed23cd5
desktop-file-install --vendor=mushware         \
Andy Southgate ed23cd5
  --dir %{buildroot}%{_datadir}/applications   \
Andy Southgate ed23cd5
  %{name}-recover.desktop
Andy Southgate ed23cd5
Andy Southgate ed23cd5
# Icons
Andy Southgate ed23cd5
mkdir -p -m 755 %{buildroot}%{_datadir}/icons/hicolor/16x16/apps
Andy Southgate ed23cd5
mkdir -p -m 755 %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
Andy Southgate ed23cd5
mkdir -p -m 755 %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
Andy Southgate ed23cd5
install -p -m 644 x11/icons/%{name}-16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
Andy Southgate ed23cd5
install -p -m 644 x11/icons/%{name}-32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
Andy Southgate ed23cd5
install -p -m 644 x11/icons/%{name}-48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%post
Andy Southgate ed23cd5
touch --no-create %{_datadir}/icons/hicolor
Andy Southgate ed23cd5
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
Andy Southgate ed23cd5
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
Andy Southgate ed23cd5
fi
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%postun
Andy Southgate ed23cd5
touch --no-create %{_datadir}/icons/hicolor
Andy Southgate ed23cd5
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
Andy Southgate ed23cd5
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
Andy Southgate ed23cd5
fi
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%clean
Andy Southgate ed23cd5
rm -rf %{buildroot}
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%files
Andy Southgate ed23cd5
%defattr(0755,root,root,0755)
Andy Southgate ed23cd5
%_bindir/*
Andy Southgate ed23cd5
%defattr(0644,root,root,0755)
Andy Southgate ed23cd5
%doc COPYING README INSTALL ChangeLog AUTHORS
Andy Southgate ed23cd5
%dir %{_datadir}/%{name}
Andy Southgate ed23cd5
%{_datadir}/applications/*
Andy Southgate ed23cd5
%{_datadir}/%{name}/*
Andy Southgate ed23cd5
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
Andy Southgate ed23cd5
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
Andy Southgate ed23cd5
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
Andy Southgate ed23cd5
%_mandir/man6/%{name}*.6*
Andy Southgate ed23cd5
Andy Southgate ed23cd5
%changelog
Andy Southgate ed23cd5
* Thu Oct 25 2007 Andy Southgate <andy.southgate@mushware.com> 1.2.4-1
Andy Southgate ed23cd5
- Updates following further review (bugzilla #309061)
Andy Southgate ed23cd5
Andy Southgate ed23cd5
* Wed Oct 17 2007 Andy Southgate <andy.southgate@mushware.com> 1.2.3-1
Andy Southgate ed23cd5
- Updates following review (bugzilla #309061)
Andy Southgate ed23cd5
Andy Southgate ed23cd5
* Thu Sep 27 2007 Andy Southgate <andy.southgate@mushware.com> 1.2.1-1
Andy Southgate ed23cd5
- Created from Mandriva .spec