[gambit-c] Disable ppc64 target for now; broken since 4.6.4

Michel Alexandre Salim salimma at fedoraproject.org
Fri Mar 30 09:42:41 UTC 2012


commit 403b7c95781599fd64549635d393cd512f254f77
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Mar 30 10:44:17 2012 +0700

    Disable ppc64 target for now; broken since 4.6.4

 gambit-c.spec |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
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 <salimma at fedoraproject.org> - 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 <salimma at fedoraproject.org> - 4.6.4-1
 - Update to 4.6.4


More information about the scm-commits mailing list