diff --git a/love.spec b/love.spec index 30dc9e8..dfc8a53 100644 --- a/love.spec +++ b/love.spec @@ -1,6 +1,6 @@ Name: love Version: 0.8.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A free 2D game engine which enables easy game creation in Lua #All is licensed as zlib with one exception: @@ -20,7 +20,7 @@ Patch0: %{name}-optional_mpg123.patch BuildRequires: DevIL-devel BuildRequires: libtiff-devel BuildRequires: freetype-devel -BuildRequires: lua-devel +BuildRequires: luajit-devel BuildRequires: physfs-devel BuildRequires: SDL-devel BuildRequires: openal-soft-devel @@ -47,7 +47,7 @@ chmod -x license.txt src/libraries/*/*/*.* src/libraries/Box2D/*/*/*.* %build platform/unix/automagic -%configure --prefix=/usr +%configure --prefix=/usr --with-luajit make %install @@ -86,6 +86,9 @@ fi %{_mandir}/man1/%{name}.* %changelog +* Sun Jan 5 2014 Jeremy Newton - 0.8.0-6 +- Temporary fix to love to get it build before 0.9.0 + * Sat Aug 03 2013 Fedora Release Engineering - 0.8.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild