bootstrap for secondary arches, with bindir/ghci

epel9
Jens Petersen 10 years ago
parent 49bc24eee0
commit c5e919bbca

@ -1,12 +1,12 @@
# To bootstrap build a new version of ghc, uncomment the following: # To bootstrap build a new version of ghc, uncomment the following:
#%%global ghc_bootstrapping 1 %global ghc_bootstrapping 1
#%%global without_testsuite 1 %global without_testsuite 1
#%%global without_prof 1 %global without_prof 1
#%%if 0%{?fedora} >= 22 %if 0%{?fedora} >= 22
#%%{?ghc_bootstrap} %{?ghc_bootstrap}
#%%else %else
#%%{?ghc_test} %{?ghc_test}
#%%endif %endif
### uncomment to generate haddocks for bootstrap ### uncomment to generate haddocks for bootstrap
#%%undefine without_haddock #%%undefine without_haddock
@ -28,7 +28,7 @@ Version: 7.8.4
# (sometimes after a major release) # (sometimes after a major release)
# - minor release numbers for a branch should be incremented monotonically # - minor release numbers for a branch should be incremented monotonically
# xhtml moved from haskell-platform to ghc-7.8.3 # xhtml moved from haskell-platform to ghc-7.8.3
Release: 40%{?dist} Release: 39.1%{?dist}
Summary: Glasgow Haskell Compiler Summary: Glasgow Haskell Compiler
License: %BSDHaskellReport License: %BSDHaskellReport
@ -468,10 +468,8 @@ fi
%{_bindir}/ghc-%{version} %{_bindir}/ghc-%{version}
%{_bindir}/ghc-pkg %{_bindir}/ghc-pkg
%{_bindir}/ghc-pkg-%{version} %{_bindir}/ghc-pkg-%{version}
%ifarch %ghc_arches_with_ghci
%{_bindir}/ghci %{_bindir}/ghci
%{_bindir}/ghci-%{version} %{_bindir}/ghci-%{version}
%endif
%{_bindir}/hp2ps %{_bindir}/hp2ps
%{_bindir}/hpc %{_bindir}/hpc
%ghost %{_bindir}/hsc2hs %ghost %{_bindir}/hsc2hs
@ -539,9 +537,9 @@ fi
%changelog %changelog
* Sun Jan 18 2015 Jens Petersen <petersen@redhat.com> - 7.8.4-40 * Sat Feb 7 2015 Jens Petersen <petersen@redhat.com> - 7.8.4-39.1
- production build
- version doc htmldirs again - version doc htmldirs again
- all archs have bindir/ghci
* Sat Jan 17 2015 Jens Petersen <petersen@redhat.com> - 7.8.4-39 * Sat Jan 17 2015 Jens Petersen <petersen@redhat.com> - 7.8.4-39
- update to 7.8.4 - update to 7.8.4

Loading…
Cancel
Save