From ef020378d1513c2aa36f354c4a1b210f156a2a0b Mon Sep 17 00:00:00 2001 From: Mystro256 Date: May 03 2018 18:34:39 +0000 Subject: Exclude big endian systems, as they are not supported by love 11.1 --- diff --git a/love.spec b/love.spec index cfe5d25..c8bd3dc 100644 --- a/love.spec +++ b/love.spec @@ -50,6 +50,9 @@ Provides: bundled(luasocket) = 3.0 Provides: bundled(lz4) = 1.8.0 Provides: bundled(physfs) = 3.0.1 +#Big endian systems are not yet supported by love 11+ +ExcludeArch: ppc ppc64 s390x + %description LOVE is an open source, cross platform 2D game engine which uses the Lua scripting language. LOVE can be used to make games of any license