osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-file-embed revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-file-embed?expand=0&rev=48
This commit is contained in:
parent
7dc741218e
commit
3dea43c770
@ -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:51 UTC 2020 - Peter Simons <psimons@suse.com>
|
Tue Aug 18 10:44:51 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -31,6 +31,12 @@ BuildRequires: ghc-directory-devel
|
|||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-template-haskell-devel
|
BuildRequires: ghc-template-haskell-devel
|
||||||
|
# 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
|
%description
|
||||||
Use Template Haskell to read a file or all the files in a directory, and turn
|
Use Template Haskell to read a file or all the files in a directory, and turn
|
||||||
|
Loading…
Reference in New Issue
Block a user