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