osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bootstrap revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=74
This commit is contained in:
parent
f03a090704
commit
c86f7a4bf5
@ -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
|
||||||
@ -66,7 +63,6 @@ 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 +80,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 +110,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…
Reference in New Issue
Block a user