diff --git a/.gitignore b/.gitignore index 088f91a..87adb9f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /rude-love-e0f98d53debb.tar.gz /0.9.0.tar.gz /love-0.9.1-linux-src.tar.gz +/0.9.1.tar.gz diff --git a/love.spec b/love.spec index 782fb81..1865c14 100644 --- a/love.spec +++ b/love.spec @@ -7,7 +7,7 @@ Summary: A free 2D game engine which enables easy game creation in Lua #SOURCE/platform/unix/ltmain.sh is public domain License: zlib and Public Domain URL: http://love2d.org -Source0: https://bitbucket.org/rude/%{name}/downloads/%{name}-%{version}-linux-src.tar.gz +Source0: https://bitbucket.org/rude/%{name}/get/%{version}.tar.bz2 BuildRequires: DevIL-devel BuildRequires: mesa-libGL @@ -42,14 +42,14 @@ Lua scripting language. LOVE can be used to make games of any license allowing it to be used for both free and non-free projects. %prep -%setup -q +%setup -q -n rude-%{name}-8b113c345e97 #Fixing line encoding: sed -i 's/\r//' license.txt src/libraries/Box2D/*/*.* src/libraries/Box2D/*/*/*.* #Fixing permissions: chmod -x license.txt src/libraries/*/*/*.* src/libraries/Box2D/*/*/*.* %build -#platform/unix/automagic +platform/unix/automagic %configure --prefix=/usr --disable-mpg123 --enable-static=no make %{?_smp_mflags} diff --git a/sources b/sources index 9253937..ac28068 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a4b6b98a8c6e85ddb217d58b2e05e4d love-0.9.1-linux-src.tar.gz +4b9a4815a69d04b4140ef398c592788b 0.9.1.tar.gz