[ghc] don't need to condition ghc_check_bootstrap

Jens Petersen petersen at fedoraproject.org
Fri Jun 17 05:33:07 UTC 2011


commit 0e85ce156f866d28a8b88638e990d5e8dfa18db2
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jun 17 14:32:54 2011 +0900

    don't need to condition ghc_check_bootstrap

 ghc.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index 440adf2..c9e9dae 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -179,9 +179,7 @@ rm -r ghc-tarballs/libffi
 
 
 %build
-%if %{undefined ghc_bootstrap}
 %ghc_check_bootstrap
-%endif
 
 # http://hackage.haskell.org/trac/ghc/wiki/Platforms
 # cf https://github.com/gentoo-haskell/gentoo-haskell/tree/master/dev-lang/ghc
@@ -389,7 +387,6 @@ fi
 
 %changelog
 * Fri Jun 17 2011 Jens Petersen <petersen at redhat.com> - 7.0.4-26
-- packaging cleanup:
 - add ghc_bootstrap build mode using: ghc_without_shared, without_prof,
   without_haddock, without_manual, without_testsuite
 - add libffi_archs


More information about the scm-commits mailing list