From 78c7038f81ef3b44d678462a81dd93e2e255a6ab Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 21 Jan 2011 02:26:54 +0100 Subject: [PATCH] Small fix: BRs only needed if html docs are build. --- waf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waf.spec b/waf.spec index ca30352..6e483bb 100644 --- a/waf.spec +++ b/waf.spec @@ -22,9 +22,9 @@ BuildArch: noarch BuildRequires: python-devel %if 0%{?with_docs} BuildRequires: python-sphinx -%endif # with_docs BuildRequires: graphviz BuildRequires: ImageMagick +%endif # with_docs # Seems like automatic ABI dependency is not detected since the files are # going to a non-standard location Requires: python(abi) %(%{__python} -c "import sys ; print \"=\", sys.version[:3]")