From c5e919bbca9a7773ec5ab74d535fb3d000745741 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 7 Feb 2015 16:55:30 +0100 Subject: [PATCH] bootstrap for secondary arches, with bindir/ghci --- ghc.spec | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/ghc.spec b/ghc.spec index 9307a0e..3fc18c3 100644 --- a/ghc.spec +++ b/ghc.spec @@ -1,12 +1,12 @@ # To bootstrap build a new version of ghc, uncomment the following: -#%%global ghc_bootstrapping 1 -#%%global without_testsuite 1 -#%%global without_prof 1 -#%%if 0%{?fedora} >= 22 -#%%{?ghc_bootstrap} -#%%else -#%%{?ghc_test} -#%%endif +%global ghc_bootstrapping 1 +%global without_testsuite 1 +%global without_prof 1 +%if 0%{?fedora} >= 22 +%{?ghc_bootstrap} +%else +%{?ghc_test} +%endif ### uncomment to generate haddocks for bootstrap #%%undefine without_haddock @@ -28,7 +28,7 @@ Version: 7.8.4 # (sometimes after a major release) # - minor release numbers for a branch should be incremented monotonically # xhtml moved from haskell-platform to ghc-7.8.3 -Release: 40%{?dist} +Release: 39.1%{?dist} Summary: Glasgow Haskell Compiler License: %BSDHaskellReport @@ -468,10 +468,8 @@ fi %{_bindir}/ghc-%{version} %{_bindir}/ghc-pkg %{_bindir}/ghc-pkg-%{version} -%ifarch %ghc_arches_with_ghci %{_bindir}/ghci %{_bindir}/ghci-%{version} -%endif %{_bindir}/hp2ps %{_bindir}/hpc %ghost %{_bindir}/hsc2hs @@ -539,9 +537,9 @@ fi %changelog -* Sun Jan 18 2015 Jens Petersen - 7.8.4-40 -- production build +* Sat Feb 7 2015 Jens Petersen - 7.8.4-39.1 - version doc htmldirs again +- all archs have bindir/ghci * Sat Jan 17 2015 Jens Petersen - 7.8.4-39 - update to 7.8.4