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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=49
This commit is contained in:
Peter Simons 2020-01-24 02:01:42 +00:00 committed by Git OBS Bridge
parent 3c706a7308
commit bf973dc832
2 changed files with 5 additions and 13 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed Jan 22 22:39:11 UTC 2020 - Andreas Schwab <schwab@suse.de>
- Add support for riscv64
-------------------------------------------------------------------
Fri Jan 17 19:00:28 UTC 2020 - Peter Trommler <ptrommler@icloud.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-bootstrap
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 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
@ -43,9 +43,6 @@
%ifarch x86_64
%define longarch x86_64
%endif
%ifarch riscv64
%define longarch riscv64
%endif
%ifarch s390 s390x
%define sysname ibm
%endif
@ -55,14 +52,14 @@
%ifarch %{ix86}
%define sysname deb9
%endif
%ifarch ppc64 ppc64le %{arm} aarch64 riscv64
%ifarch ppc64 ppc64le %{arm} aarch64
%define sysname unknown
%endif
Name: ghc-bootstrap
Version: 8.6.5
Release: 0
URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
Url: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
Summary: Binary distributions of The Glorious Glasgow Haskell Compiler
License: BSD-3-Clause
Group: Development/Languages/Other
@ -89,7 +86,7 @@ BuildRequires: binutils-gold
Requires: binutils-gold
Requires: llvm6-devel
%endif
%ifarch s390x riscv64
%ifarch s390x
BuildRequires: libffi-devel
Requires: libffi-devel
%endif
@ -98,7 +95,7 @@ Requires: libncurses5
# This package is not meant to be used outside OBS
Requires: this-is-only-for-build-envs
ExclusiveArch: %{ix86} ppc64 ppc64le x86_64 s390x aarch64 %{arm} riscv64
ExclusiveArch: %{ix86} ppc64 ppc64le x86_64 s390x aarch64 %{arm}
Provides: ghc-bootstrap-devel
AutoReq: off