From 03f30c40efacf736b1f15a8bdbbd6fb18bbc34d9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 2 May 2011 20:34:56 +0900 Subject: [PATCH] replace hscolour bcond by without_hscolour like in ghc-rpm-macros --- ghc.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ghc.spec b/ghc.spec index 8b38d0a..87fca2b 100644 --- a/ghc.spec +++ b/ghc.spec @@ -10,8 +10,6 @@ %bcond_without manual # run testsuite %bcond_with testsuite -# include colored html src -%bcond_without hscolour # use system libffi %ifarch %{ix86} x86_64 %bcond_without libffi @@ -76,7 +74,7 @@ Requires: ghc-base-devel %if %{with manual} BuildRequires: libxslt, docbook-style-xsl %endif -%if %{with hscolour} +%if %{undefined without_hscolour} BuildRequires: hscolour %endif %if %{with testsuite} @@ -203,7 +201,7 @@ GhcStage2HcOpts = -O0 -fasm GhcLibHcOpts = -O0 -fasm SplitObjs = NO %endif -%if %{without hscolour} +%if %{undefined without_hscolour} HSCOLOUR_SRCS = NO %endif %if %{with libffi}