2013-11-26 20:11:02 +00:00
committed by Git OBS Bridge
parent 53cb477d03
commit 1cdb2fd53b
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ Tue Nov 26 18:14:30 UTC 2013 - dimstar@opensuse.org
+ Added ability to save and resume Grand Prix. + Added ability to save and resume Grand Prix.
+ Improved skid marks and particle effects. + Improved skid marks and particle effects.
- Drop supertuxkart-desktop.patch: fixed upstream. - Drop supertuxkart-desktop.patch: fixed upstream.
- Add bluez-devel BuildRequires: new dependency.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 20 16:21:05 UTC 2013 - cfarrell@suse.com Wed Feb 20 16:21:05 UTC 2013 - cfarrell@suse.com

View File

@@ -26,6 +26,7 @@ Url: http://supertuxkart.sourceforge.net/
Source: http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.bz2 Source: http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.bz2
# Geeko kart add-on (CC-BY 3.0) # Geeko kart add-on (CC-BY 3.0)
Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip
BuildRequires: bluez-devel
BuildRequires: cmake BuildRequires: cmake
BuildRequires: curl-devel BuildRequires: curl-devel
BuildRequires: fdupes BuildRequires: fdupes
@@ -76,7 +77,7 @@ popd
mkdir cmake_build mkdir cmake_build
cd cmake_build cd cmake_build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .. cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
make %{?_smp_mflags} VERBOSE=1 make %{?_smp_mflags}
%install %install
cd cmake_build cd cmake_build