add MIPS to ghc_arches_with_ghci (#1294874)
This commit is contained in:
parent
018a4cde2f
commit
254a5ce5de
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: ghc-srpm-macros
|
Name: ghc-srpm-macros
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: RPM macros for building Haskell source packages
|
Summary: RPM macros for building Haskell source packages
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -35,6 +35,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# Macros needed for building srpms of Haskell packages
|
# Macros needed for building srpms of Haskell packages
|
||||||
|
|
||||||
# from ghc-7.8 ghci is supported on all arch's
|
# from ghc-7.8 ghci is supported on all arch's
|
||||||
# old archs: armv5tel ppc sparcv9
|
# former archs: armv5tel ppc sparcv9
|
||||||
%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
|
%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
|
# 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
|
%ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
|
||||||
|
Loading…
Reference in New Issue
Block a user