forked from pool/ghc-data-default
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-data-default revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-default?expand=0&rev=45
This commit is contained in:
parent
6d325c96e8
commit
c90f0d4b93
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- force i686 arch on i586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:44:34 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -30,6 +30,12 @@ BuildRequires: ghc-data-default-instances-containers-devel
|
||||
BuildRequires: ghc-data-default-instances-dlist-devel
|
||||
BuildRequires: ghc-data-default-instances-old-locale-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
# GHC dont support i586
|
||||
%ifarch %{ix86}
|
||||
ExclusiveArch: i586 i686
|
||||
ExclusiveArch: i686
|
||||
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||
%endif
|
||||
|
||||
%description
|
||||
A class for types with a default value.
|
||||
|
Loading…
Reference in New Issue
Block a user