|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
#%%global without_hscolour 1
|
|
|
|
|
|
|
|
|
|
Name: ghc-rpm-macros
|
|
|
|
|
Version: 1.4.6
|
|
|
|
|
Version: 1.4.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: RPM macros for building packages for GHC
|
|
|
|
|
|
|
|
|
@ -73,7 +73,7 @@ install -p -D -m 0755 %{SOURCE4} %{buildroot}/%{_bindir}/cabal-tweak-dep-ver
|
|
|
|
|
install -p -D -m 0755 %{SOURCE5} %{buildroot}/%{_bindir}/cabal-tweak-flag
|
|
|
|
|
|
|
|
|
|
# turn off shared libs and dynamic linking on secondary archs
|
|
|
|
|
%ifarch archv7hl
|
|
|
|
|
%ifarch armv7hl
|
|
|
|
|
cat >> %{buildroot}/%{macros_dir}/macros.ghc <<EOF
|
|
|
|
|
|
|
|
|
|
# tests failing on arm
|
|
|
|
@ -98,6 +98,10 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 31 2015 Jens Petersen <petersen@redhat.com> - 1.4.7-1
|
|
|
|
|
- fix arch for cabal_tests_not_working
|
|
|
|
|
- add cabal_test macro which uses it
|
|
|
|
|
|
|
|
|
|
* Sat Jan 31 2015 Jens Petersen <petersen@redhat.com> - 1.4.6-1
|
|
|
|
|
- disable Cabal tests on armv7 since they give an internal error
|
|
|
|
|
https://ghc.haskell.org/trac/ghc/ticket/10029
|
|
|
|
|