From 51c85f632b264c99ebf6b0a5a364939f4d6a4d14 Mon Sep 17 00:00:00 2001 From: Oliver Haessler Date: Aug 07 2015 09:09:18 +0000 Subject: only build x86_64 on EPEL as minetest needs luajit and this has no ppc64 support Signed-off-by: Igor Gnatenko --- diff --git a/minetest.spec b/minetest.spec index 25dfa70..c1cde47 100644 --- a/minetest.spec +++ b/minetest.spec @@ -1,6 +1,6 @@ Name: minetest Version: 0.4.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Multiplayer infinite-world block sandbox with survival mode # bundled(jthread) uses MIT license @@ -17,6 +17,10 @@ Source6: https://github.com/minetest/minetest_game/archive/%{version}/%{name}_g Source7: http://www.gnu.org/licenses/lgpl-2.1.txt Source8: default.conf +%if 0%{?rhel} + ExclusiveArch: %{ix86} x86_64 +%endif + # https://github.com/minetest/minetest/pull/954 Patch0: 0001-FindJson.cmake-now-will-correctly-find-system-module.patch # Shared irrlicht (patch from gentoo) @@ -169,6 +173,9 @@ exit 0 %{_mandir}/man6/minetestserver.* %changelog +* Fri Aug 07 2015 Oliver Haessler - 0.4.12-5 +- only build x86_64 on EPEL as minetest needs luajit and this has no ppc64 support + * Wed Jun 17 2015 Fedora Release Engineering - 0.4.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild