From 403b7c95781599fd64549635d393cd512f254f77 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Fri, 30 Mar 2012 10:44:17 +0700 Subject: [PATCH] Disable ppc64 target for now; broken since 4.6.4 --- gambit-c.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gambit-c.spec b/gambit-c.spec index 0b9bbe6..a1b96ad 100644 --- a/gambit-c.spec +++ b/gambit-c.spec @@ -1,5 +1,9 @@ %global dirname gambc-v4_6_5-devel +# ppc64 support is broken at the moment. +# use with --with ppc64 to test +%bcond_with ppc64 + Name: gambit-c Version: 4.6.5 Release: 1%{?dist} @@ -12,6 +16,11 @@ Source0: http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/ Source1: gambit-init.el Patch0: gambc-v4_2_8-modtime.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=808285 +%if ! %{with ppc64} +ExcludeArch: ppc64 +%endif + BuildRequires: emacs Requires: gcc @@ -167,6 +176,7 @@ fi * Thu Mar 29 2012 Michel Salim - 4.6.5-1 - Update to 4.6.5 - Drop termite subpackages, they have been disabled for many releases +- Disable ppc64 target for now; broken since 4.6.4 * Wed Feb 15 2012 Michel Salim - 4.6.4-1 - Update to 4.6.4