add MIPS to ghc_arches_with_ghci (#1294874)

This commit is contained in:
Jens Petersen 2016-03-07 23:34:12 +09:00
parent 018a4cde2f
commit 254a5ce5de
2 changed files with 7 additions and 4 deletions

View File

@ -5,7 +5,7 @@
Name: ghc-srpm-macros
Version: 1.4.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: RPM macros for building Haskell source packages
License: GPLv2+
@ -35,6 +35,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
%changelog
* Mon Mar 7 2016 Michal Toman <mtoman@fedoraproject.org> - 1.4.2-4
- add MIPS to ghc_arches_with_ghci (#1294874)
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1,9 +1,9 @@
# Macros needed for building srpms of Haskell packages
# from ghc-7.8 ghci is supported on all arch's
# old archs: armv5tel ppc sparcv9
%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
# 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
# old archs: alpha ppc sparcv9 armv5tel
# former archs: alpha ppc sparcv9 armv5tel
%ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x