From 012f1784464f671d360adca4c0f32c1712d844de Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Jun 2011 14:56:34 +0900 Subject: [PATCH] drop ghc_check_bootstrap for now until work out why failing in koji --- ghc.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc.spec b/ghc.spec index c9e9dae..28142b0 100644 --- a/ghc.spec +++ b/ghc.spec @@ -54,7 +54,7 @@ Obsoletes: ghc-dph-prim-seq < 0.5, ghc-dph-prim-seq-devel < 0.5, ghc-dph-prim-se Obsoletes: ghc-dph-seq < 0.5, ghc-dph-seq-devel < 0.5, ghc-dph-seq-prof < 0.5 Obsoletes: ghc-feldspar-language < 0.4, ghc-feldspar-language-devel < 0.4, ghc-feldspar-language-prof < 0.4 BuildRequires: ghc %{!?ghc_bootstrap: = %{version}} -BuildRequires: ghc-rpm-macros >= 0.13.4 +BuildRequires: ghc-rpm-macros >= 0.13 BuildRequires: gmp-devel, libffi-devel BuildRequires: ghc-directory-devel, ghc-process-devel, ghc-pretty-devel, ghc-containers-devel, ghc-haskell98-devel, ghc-bytestring-devel # for internal terminfo @@ -179,8 +179,6 @@ rm -r ghc-tarballs/libffi %build -%ghc_check_bootstrap - # http://hackage.haskell.org/trac/ghc/wiki/Platforms # cf https://github.com/gentoo-haskell/gentoo-haskell/tree/master/dev-lang/ghc cat > mk/build.mk << EOF @@ -390,7 +388,6 @@ fi - add ghc_bootstrap build mode using: ghc_without_shared, without_prof, without_haddock, without_manual, without_testsuite - add libffi_archs -- use ghc-rpm-macros-0.13.4 for ghc_check_bootstrap - drop the quick build profile * Thu Jun 16 2011 Jens Petersen - 7.0.4-25