From 429577ab716c0abc6089a53ca90d3c54bd255905 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 3 May 2007 19:29:45 +0000 Subject: [PATCH] exclude ppc64 --- clisp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clisp.spec b/clisp.spec index 41b4492..b1989bc 100644 --- a/clisp.spec +++ b/clisp.spec @@ -1,7 +1,7 @@ Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.41 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Languages License: GPL @@ -27,7 +27,7 @@ BuildRequires: libXmu-devel BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: imake - +ExcludeArch: ppc64 %description ANSI Common Lisp is a high-level, general-purpose programming @@ -139,6 +139,9 @@ rm -fr $RPM_BUILD_ROOT %changelog +* Mon May 3 2007 David Woodhouse - 2.41-5 +- Exclude ppc64 for now + * Mon Apr 30 2007 David Woodhouse - 2.41-4 - Fix stack size in configure, restore ppc build