diff --git a/supertuxkart.spec b/supertuxkart.spec index 46ccc11..6909e11 100644 --- a/supertuxkart.spec +++ b/supertuxkart.spec @@ -1,6 +1,6 @@ Name: supertuxkart Version: 0.8.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Kids 3D go-kart racing game featuring Tux Group: Amusements/Games License: GPLv2+ and GPLv3 and CC-BY-SA @@ -64,6 +64,8 @@ rm -rf lib/enet lib/wiiuse %build mkdir -p build cd build +LDFLAGS="$LDFLAGS -lX11" +export LDFLAGS %cmake ../ make %{?_smp_mflags} @@ -158,6 +160,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*%{name}.desktop %{_datadir}/%{name} %changelog +* Mon Apr 06 2015 Jon Ciesla - 0.8.1-11 +- Fix FTBFS. + * Thu Mar 26 2015 Richard Hughes - 0.8.1-10 - Add an AppData file for the software center