Update STK to 0.6.2

OBS-URL: https://build.opensuse.org/package/show/games/supertuxkart?expand=0&rev=18
This commit is contained in:
2009-09-03 15:43:01 +00:00
committed by Git OBS Bridge
parent f01e66c475
commit 2f9b05f390
5 changed files with 41 additions and 8 deletions

View File

@@ -7,16 +7,19 @@
# norootforbuild
Name: supertuxkart
Version: 0.6.1
Version: 0.6.2
Release: 1
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Amusements/Games/3D/Race
Summary: An enhanced version of TuxKart, a kart racing game
Source: http://download.berlios.de/supertuxkart/%{name}-%{version}.tar.bz2
Source: http://download.berlios.de/supertuxkart/%{name}-%{version}-src.tar.bz2
Patch0: stk-asneeded.patch
Patch1: stk-am111.patch
URL: http://supertuxkart.berlios.de/
BuildRequires: Mesa-devel gcc-c++ plib-devel update-desktop-files SDL-devel freealut-devel openal-devel libmikmod-devel tcsh freeglut-devel
BuildRequires: libvorbis-devel
BuildRequires: fdupes
%description
SuperTuxKart is an enhanced version of TuxKart, a kart racing game,
@@ -24,16 +27,19 @@ originally done by Steve Baker, featuring Tux and a bunch of his
friends.
%prep
%setup -q
%setup -q
%patch0 -p1
%patch1 -p1
chmod ugo-x AUTHORS COPYING NEWS README TODO
%build
#./autogen.sh
autoreconf -f -i
%configure
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=$RPM_BUILD_ROOT install
%fdupes %{buildroot}%{_datadir}
%suse_update_desktop_file -i -r supertuxkart Game ArcadeGame
%clean