From d1aafa4a1a8ac92a8054a59643f694aa928c8676 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Nov 15 2012 14:04:40 +0000 Subject: Irrlicht final. --- diff --git a/supertuxkart.spec b/supertuxkart.spec index 4de1986..28b3c45 100644 --- a/supertuxkart.spec +++ b/supertuxkart.spec @@ -1,6 +1,6 @@ Name: supertuxkart Version: 0.7.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Kids 3D go-kart racing game featuring Tux Group: Amusements/Games License: GPLv2+ and GPLv3 and CC-BY-SA @@ -9,12 +9,12 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src. Source1: %{name}.6 Patch0: supertuxkart-fhs.patch Patch1: supertuxkart-0.7.3-desktop.patch -Patch2: supertuxkart-0.7.3-irrlicht.patch +#Patch2: supertuxkart-0.7.3-irrlicht.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: plib-devel SDL-devel mikmod-devel BuildRequires: libvorbis-devel freeglut-devel desktop-file-utils BuildRequires: openal-soft-devel freealut-devel >= 1.1.0-10 -BuildRequires: irrlicht18-devel libcurl-devel +BuildRequires: irrlicht-devel libcurl-devel Requires: hicolor-icon-theme opengl-games-utils # Provide so that yum install tuxkart will work, obsolete for auto upgrade Provides: tuxkart = 0.4.0-6 @@ -41,7 +41,7 @@ This package contains the data files for SuperTuxKart. %setup -q %patch0 -p0 -z .fhs %patch1 -p0 -z .desktop -%patch2 -p0 -z .irrlicht +#%patch2 -p0 -z .irrlicht # some cleanups chmod -x AUTHORS COPYING ChangeLog README TODO chmod -x `find -name "*.cpp" -o -name "*.hpp"` @@ -50,9 +50,9 @@ rm -fr data/karts/*/.svn data/karts/.svn touch src/Makefile.in %build -CPPFLAGS="${CPPFLAGS} -I $with_irrlicht/include -I $with_irrlicht/include/irrlicht18" +CPPFLAGS="${CPPFLAGS} -I $with_irrlicht/include -I $with_irrlicht/include/irrlicht" %configure -make %{?_smp_mflags} LDFLAGS=-lGLU irrlicht_LIBS="-lIrrlicht18 -lIrrXML18 -lpthread" +make %{?_smp_mflags} LDFLAGS=-lGLU irrlicht_LIBS="-lIrrlicht -lIrrXML -lpthread" %install @@ -116,6 +116,9 @@ fi %changelog +* Thu Nov 15 2012 Jon Ciesla - 0.7.3-3 +- Use irrlicht 1.8 final. + * Fri Aug 24 2012 Jon Ciesla - 0.7.3-2 - Post cleanup.