Accepting request 323130 from home:michel_mno:branches:devel:languages:misc

- add ppc64le to list of ExcludeArch
  related to src/lispbibl.d "CLISP not ported to this platform"

OBS-URL: https://build.opensuse.org/request/show/323130
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=49
This commit is contained in:
Matthias Mailänder 2015-08-15 06:45:25 +00:00 committed by Git OBS Bridge
parent e174156060
commit 65421f05a4
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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