[hscolour] condition ghc_bootstrap and set global without_hscolour

Jens Petersen petersen at fedoraproject.org
Fri Jun 17 08:43:01 UTC 2011


commit 5fb9aa4eedb1023c2dfcd5c7b1f4edbd9177b551
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jun 17 17:42:44 2011 +0900

    condition ghc_bootstrap and set global without_hscolour

 hscolour.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/hscolour.spec b/hscolour.spec
index 82e3e98..f7431ea 100644
--- a/hscolour.spec
+++ b/hscolour.spec
@@ -1,7 +1,8 @@
 %global pkg_name hscolour
 
-# use this to bootstrap after building a new ghc version
-%ghc_bootstrap
+# use following to bootstrap after building a new ghc version:
+%{?ghc_bootstrap}
+%global without_hscolour 1
 
 %global common_summary Haskell %{pkg_name} library
 


More information about the scm-commits mailing list