[waf] Small fix: BRs only needed if html docs are build.

Thomas Moschny thm at fedoraproject.org
Fri Jan 21 22:46:00 UTC 2011


commit 78c7038f81ef3b44d678462a81dd93e2e255a6ab
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Jan 21 02:26:54 2011 +0100

    Small fix: BRs only needed if html docs are build.

 waf.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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]")


More information about the scm-commits mailing list