diff --git a/clisp.changes b/clisp.changes index e7cb3c0..3d831b9 100644 --- a/clisp.changes +++ b/clisp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 14 12:53:11 UTC 2015 - normand@linux.vnet.ibm.com + +- add ppc64le to list of ExcludeArch + related to src/lispbibl.d "CLISP not ported to this platform" + ------------------------------------------------------------------- Sat Jun 15 14:27:43 UTC 2013 - jengelh@inai.de diff --git a/clisp.spec b/clisp.spec index 5399f50..68fe361 100644 --- a/clisp.spec +++ b/clisp.spec @@ -1,7 +1,7 @@ # # spec file for package clisp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,7 +58,8 @@ Patch16: clisp-db6.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %global vimdir %{_datadir}/vim/site/after/syntax -ExcludeArch: ppc64 s390x armv4l +# exclude from src/lispbibl.d "CLISP not ported to this platform" +ExcludeArch: ppc64 ppc64le s390x armv4l BuildRequires: db-devel BuildRequires: ffcall BuildRequires: gdbm-devel