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:
@@ -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
|
||||
|
Reference in New Issue
Block a user