osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bootstrap revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=58
This commit is contained in:
Peter Simons 2020-05-06 13:42:13 +00:00 committed by Git OBS Bridge
parent 7a1e92f0a3
commit d3ac5c4fa4
2 changed files with 11 additions and 12 deletions

View File

@ -25,6 +25,11 @@ Fri Jan 17 19:00:28 UTC 2020 - Peter Trommler <ptrommler@icloud.com>
- Add requires tags
* needed for ghc-bootstrap-helpers
-------------------------------------------------------------------
Wed Jan 8 23:28:25 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Enable build on riscv64
-------------------------------------------------------------------
Tue Nov 26 19:02:42 UTC 2019 - Peter Trommler <ptrommler@icloud.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-bootstrap
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -55,7 +55,7 @@
%ifarch %{ix86}
%define sysname deb9
%endif
%ifarch ppc64 ppc64le %{arm} aarch64 riscv64
%ifarch ppc64 ppc64le %{arm} aarch64 %{ix86} riscv64
%define sysname unknown
%endif
@ -82,19 +82,13 @@ BuildRequires: gmp-devel
BuildRequires: libncurses5
%ifnarch %{arm} s390x
BuildRequires: libnuma-devel
Requires: libnuma-devel
%endif
%ifarch aarch64 %{arm}
BuildRequires: binutils-gold
Requires: binutils-gold
BuildRequires: llvm
Requires: llvm
%endif
%ifarch s390x riscv64
BuildRequires: libffi-devel
Requires: libffi-devel
%endif
Requires: gmp-devel
Requires: libncurses5