ghc-srpm-macros/macros.ghc-srpm
Petr Šabata 07640a30c7 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/ghc-srpm-macros#44e8d03945bd45cdc860aa93af14cadcdcc799d4
2020-10-15 01:24:21 +02:00

14 lines
535 B
Plaintext

# Macros needed for building srpms of Haskell packages
# from ghc-7.8 ghci is supported on all arch's
# former archs: armv5tel ppc sparcv9
%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x %{mips}
# ghc_arches is not used in current packages but still here for back compat
# former archs: alpha ppc sparcv9 armv5tel
%ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
# control whether to BR devel or prof library packages
# (prof subpackages were introduced in F31)
%ghc_devel_prof prof