2014-09-14 19:43:08 +02:00
|
|
|
#
|
|
|
|
# spec file for package ghc-bootstrap
|
|
|
|
#
|
2020-05-06 15:42:13 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2014-09-14 19:43:08 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-01-10 03:01:32 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-09-14 19:43:08 +02:00
|
|
|
#
|
|
|
|
|
2015-05-02 13:04:35 +02:00
|
|
|
|
2014-09-14 19:43:08 +02:00
|
|
|
%ifarch %{ix86}
|
|
|
|
%define longarch i386
|
|
|
|
%endif
|
|
|
|
%ifarch ppc
|
|
|
|
%define longarch powerpc
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64
|
|
|
|
%define longarch powerpc64
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64le
|
|
|
|
%define longarch powerpc64le
|
|
|
|
%endif
|
2015-05-22 09:14:54 +02:00
|
|
|
%ifarch s390
|
|
|
|
%define longarch s390
|
|
|
|
%endif
|
|
|
|
%ifarch s390x
|
|
|
|
%define longarch s390x
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
%define longarch aarch64
|
|
|
|
%endif
|
2018-02-09 03:18:11 +01:00
|
|
|
%ifarch %{arm}
|
2018-10-18 11:47:59 +02:00
|
|
|
%define longarch arm
|
2018-02-09 03:18:11 +01:00
|
|
|
%endif
|
2014-09-14 19:43:08 +02:00
|
|
|
%ifarch x86_64
|
|
|
|
%define longarch x86_64
|
2015-05-22 09:14:54 +02:00
|
|
|
%endif
|
2020-01-24 15:04:19 +01:00
|
|
|
%ifarch riscv64
|
|
|
|
%define longarch riscv64
|
|
|
|
%endif
|
2015-05-22 09:14:54 +02:00
|
|
|
%ifarch s390 s390x
|
|
|
|
%define sysname ibm
|
2018-10-18 11:47:59 +02:00
|
|
|
%endif
|
2020-01-10 03:01:32 +01:00
|
|
|
%ifarch x86_64
|
2018-02-09 03:18:11 +01:00
|
|
|
%define sysname deb8
|
|
|
|
%endif
|
2020-01-10 03:01:32 +01:00
|
|
|
%ifarch %{ix86}
|
|
|
|
%define sysname deb9
|
|
|
|
%endif
|
2020-05-06 16:04:05 +02:00
|
|
|
%ifarch ppc64 ppc64le %{arm} aarch64 riscv64
|
2015-05-22 09:14:54 +02:00
|
|
|
%define sysname unknown
|
|
|
|
%endif
|
2014-09-14 19:43:08 +02:00
|
|
|
|
|
|
|
Name: ghc-bootstrap
|
2020-01-10 03:01:32 +01:00
|
|
|
Version: 8.6.5
|
2014-09-14 19:43:08 +02:00
|
|
|
Release: 0
|
2020-01-24 15:04:19 +01:00
|
|
|
URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
|
2014-09-14 19:43:08 +02:00
|
|
|
Summary: Binary distributions of The Glorious Glasgow Haskell Compiler
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: Development/Languages/Other
|
|
|
|
Source1: README.openSUSE
|
2014-09-22 09:46:05 +02:00
|
|
|
Source2: LICENSE
|
2020-01-10 03:01:32 +01:00
|
|
|
Source10: ghc-8.6.5-i386-deb9-linux.tar.xz
|
|
|
|
Source12: ghc-8.6.5-powerpc64-unknown-linux.tar.xz
|
|
|
|
Source13: ghc-8.6.5-powerpc64le-unknown-linux.tar.xz
|
|
|
|
Source14: ghc-8.6.5-x86_64-deb8-linux.tar.xz
|
|
|
|
Source16: ghc-8.6.5-s390x-ibm-linux.tar.xz
|
|
|
|
Source17: ghc-8.6.5-aarch64-unknown-linux.tar.xz
|
|
|
|
Source18: ghc-8.6.5-arm-unknown-linux.tar.xz
|
|
|
|
Source19: ghc-8.6.5-riscv64-unknown-linux.tar.xz
|
2015-03-27 08:12:51 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2015-04-29 15:11:32 +02:00
|
|
|
BuildRequires: fdupes
|
2015-05-02 13:04:35 +02:00
|
|
|
BuildRequires: gmp-devel
|
2017-02-06 23:15:06 +01:00
|
|
|
BuildRequires: libncurses5
|
2018-10-18 11:47:59 +02:00
|
|
|
%ifnarch %{arm} s390x
|
|
|
|
BuildRequires: libnuma-devel
|
|
|
|
%endif
|
2018-02-09 03:18:11 +01:00
|
|
|
%ifarch aarch64 %{arm}
|
|
|
|
BuildRequires: binutils-gold
|
|
|
|
Requires: binutils-gold
|
2020-02-27 19:23:48 +01:00
|
|
|
%endif
|
2020-01-24 15:04:19 +01:00
|
|
|
%ifarch s390x riscv64
|
2018-10-18 11:47:59 +02:00
|
|
|
BuildRequires: libffi-devel
|
|
|
|
%endif
|
2018-02-08 12:47:58 +01:00
|
|
|
Requires: gmp-devel
|
2018-02-09 03:18:11 +01:00
|
|
|
Requires: libncurses5
|
2018-11-03 03:01:22 +01:00
|
|
|
# This package is not meant to be used outside OBS
|
|
|
|
Requires: this-is-only-for-build-envs
|
2014-09-14 19:43:08 +02:00
|
|
|
|
2020-01-24 15:04:19 +01:00
|
|
|
ExclusiveArch: %{ix86} ppc64 ppc64le x86_64 s390x aarch64 %{arm} riscv64
|
2015-04-29 15:11:32 +02:00
|
|
|
Provides: ghc-bootstrap-devel
|
|
|
|
|
2014-09-14 19:43:08 +02:00
|
|
|
AutoReq: off
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a binary distribution of "The Glorious Glasgow
|
|
|
|
Haskell Compilation System". See README.openSUSE on how the tarballs
|
|
|
|
were produced.
|
|
|
|
|
2019-01-15 03:01:23 +01:00
|
|
|
Do not install this package! Install 'ghc' instead.
|
2014-09-14 19:43:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
cp %SOURCE1 .
|
2014-09-22 09:46:05 +02:00
|
|
|
cp %SOURCE2 .
|
2015-05-22 09:14:54 +02:00
|
|
|
cp %SOURCE10 .
|
|
|
|
cp %SOURCE12 .
|
|
|
|
cp %SOURCE13 .
|
|
|
|
cp %SOURCE14 .
|
|
|
|
cp %SOURCE16 .
|
|
|
|
cp %SOURCE17 .
|
2018-02-09 03:18:11 +01:00
|
|
|
cp %SOURCE18 .
|
2020-01-10 03:01:32 +01:00
|
|
|
cp %SOURCE19 .
|
2014-09-14 19:43:08 +02:00
|
|
|
|
|
|
|
%build
|
2018-02-09 03:18:11 +01:00
|
|
|
tar Jxf ghc-%{version}-%{longarch}-%{sysname}-linux.tar.xz
|
|
|
|
cd ghc-%{version}
|
2019-01-15 03:01:23 +01:00
|
|
|
./configure --prefix=/opt
|
2014-09-14 19:43:08 +02:00
|
|
|
|
|
|
|
%install
|
2018-02-09 03:18:11 +01:00
|
|
|
cd ghc-%{version}
|
2014-09-14 19:43:08 +02:00
|
|
|
%makeinstall
|
2015-04-29 15:11:32 +02:00
|
|
|
%fdupes -s %{buildroot}
|
2014-09-14 19:43:08 +02:00
|
|
|
|
|
|
|
%post
|
2019-01-15 03:01:23 +01:00
|
|
|
/opt/bin/ghc-pkg recache
|
2014-09-14 19:43:08 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README.openSUSE
|
2014-09-22 09:46:05 +02:00
|
|
|
%doc LICENSE
|
2019-01-15 03:01:23 +01:00
|
|
|
/opt
|
2014-09-14 19:43:08 +02:00
|
|
|
|
|
|
|
%changelog
|