Accepting request 857261 from devel:languages:haskell
update haskell stack in openSUS OBS-URL: https://build.opensuse.org/request/show/857261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-bootstrap?expand=0&rev=24
This commit is contained in:
commit
ceff09d5cb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74af326ca02c34e23978c9da455e4b35e8041960a6a4ebbba7cf4d763359b93a
|
|
||||||
size 87289948
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 19 18:55:21 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- drop 32bit intel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 3 15:57:01 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Sat Oct 3 15:57:01 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -16,9 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%ifarch %{ix86}
|
|
||||||
%define longarch i386
|
|
||||||
%endif
|
|
||||||
%ifarch ppc
|
%ifarch ppc
|
||||||
%define longarch powerpc
|
%define longarch powerpc
|
||||||
%endif
|
%endif
|
||||||
@ -62,11 +59,9 @@ Name: ghc-bootstrap
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Binary distributions of The Glorious Glasgow Haskell Compiler
|
Summary: Binary distributions of The Glorious Glasgow Haskell Compiler
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Other
|
|
||||||
URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
|
URL: https://build.opensuse.org/package/view_file/devel:languages:haskell:bootstrap
|
||||||
Source1: README.openSUSE
|
Source1: README.openSUSE
|
||||||
Source2: LICENSE
|
Source2: LICENSE
|
||||||
Source10: ghc-8.10.1-i386-unknown-linux.tar.xz
|
|
||||||
Source12: ghc-8.10.1-powerpc64-unknown-linux.tar.xz
|
Source12: ghc-8.10.1-powerpc64-unknown-linux.tar.xz
|
||||||
Source13: ghc-8.10.1-powerpc64le-unknown-linux.tar.xz
|
Source13: ghc-8.10.1-powerpc64le-unknown-linux.tar.xz
|
||||||
Source14: ghc-8.10.1-x86_64-unknown-linux.tar.xz
|
Source14: ghc-8.10.1-x86_64-unknown-linux.tar.xz
|
||||||
@ -84,7 +79,7 @@ Requires: pkgconfig(libffi)
|
|||||||
# This package is not meant to be used outside OBS
|
# This package is not meant to be used outside OBS
|
||||||
Requires: this-is-only-for-build-envs
|
Requires: this-is-only-for-build-envs
|
||||||
Provides: ghc-bootstrap-devel
|
Provides: ghc-bootstrap-devel
|
||||||
ExclusiveArch: %{ix86} ppc64 ppc64le x86_64 s390x aarch64 %{arm} riscv64
|
ExclusiveArch: ppc64 ppc64le x86_64 s390x aarch64 %{arm} riscv64
|
||||||
AutoReq: off
|
AutoReq: off
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
Version: 8.10.1
|
Version: 8.10.1
|
||||||
@ -114,7 +109,6 @@ Do not install this package! Install 'ghc' instead.
|
|||||||
%prep
|
%prep
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
cp %{SOURCE10} .
|
|
||||||
cp %{SOURCE12} .
|
cp %{SOURCE12} .
|
||||||
cp %{SOURCE13} .
|
cp %{SOURCE13} .
|
||||||
cp %{SOURCE14} .
|
cp %{SOURCE14} .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user