Accepting request 116193 from home:worldcitizen:branches:games
Corrected links is now hosted on sourceforge Added missing BuildRequires automake OBS-URL: https://build.opensuse.org/request/show/116193 OBS-URL: https://build.opensuse.org/package/show/games/supertuxkart?expand=0&rev=35
This commit is contained in:
committed by
Git OBS Bridge
parent
41e39302a7
commit
67ab035d7e
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a47a709f3c0789e0a8be83150992c9d8a2d5109f49e8cbea6d59bca2ab258acd
|
||||
size 1031
|
||||
oid sha256:07fb5463e671859d879821c5e06eacbc418ba8065da689f56a382ee8b1d0595a
|
||||
size 109494448
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 1 22:28:40 UTC 2012 - joop.boonen@opensuse.org
|
||||
|
||||
- Corrected links is now hosted on sourceforge
|
||||
- Added missing BuildRequires automake
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 14 21:34:47 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -22,11 +22,13 @@ Release: 0
|
||||
Summary: A 3D kart racing game
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/3D/Race
|
||||
Url: http://supertuxkart.berlios.de/
|
||||
Source: http://download.berlios.de/supertuxkart/%{name}-%{version}-src.tar.bz2
|
||||
Url: http://supertuxkart.sourceforge.net/
|
||||
Source: http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.bz2
|
||||
# Geeko kart add-on (CC-BY 3.0)
|
||||
Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip
|
||||
# PATCH-FIX-OPENSUSE supertuxkart-pthread.patch
|
||||
Patch0: supertuxkart-pthread.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -54,12 +56,12 @@ on your own, play battle mode against your friends, and more!
|
||||
|
||||
%package data
|
||||
Summary: Data files for SuperTuxKart
|
||||
Group: Amusement/Games/3D/Race
|
||||
Group: Amusements/Games/3D/Race
|
||||
Requires: %{name} = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description data
|
||||
Data files for SuperTuxKart.
|
||||
Data files for SuperTuxKart a Free 3d kart racing game.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -71,23 +73,13 @@ autoreconf -fi
|
||||
make %{?_smp_fmlags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
mkdir -p %{buildroot}%{_datadir}/games/supertuxkart/data/karts/geeko/
|
||||
cd %{buildroot}%{_datadir}/games/supertuxkart/data/karts/geeko/
|
||||
unzip %{SOURCE1}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
%suse_update_desktop_file supertuxkart
|
||||
|
||||
# minor cleanup after install... these files do not belong there!
|
||||
rm %{buildroot}%{_datadir}/supertuxkart/CFontTool.cpp
|
||||
rm %{buildroot}%{_datadir}/supertuxkart/CFontTool.h
|
||||
rm %{buildroot}%{_datadir}/supertuxkart/CVectorFontTool.h
|
||||
rm %{buildroot}%{_datadir}/supertuxkart/irrFontTool_v9.sln
|
||||
rm %{buildroot}%{_datadir}/supertuxkart/irrFontTool_v9.vcproj
|
||||
rm %{buildroot}%{_datadir}/supertuxkart/main.cpp
|
||||
rm %{buildroot}%{_datadir}/supertuxkart/po_list
|
||||
#end clean
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README TODO ChangeLog
|
||||
|
Reference in New Issue
Block a user