[python-simplemediawiki/el6/master] Fix our sphinx conditional

Luke Macken lmacken at fedoraproject.org
Mon Feb 28 22:49:20 UTC 2011


commit 7b360a7c04a3703c6a3de6a0a1a4edcf8b42ab43
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Feb 28 17:49:08 2011 -0500

    Fix our sphinx conditional

 python-simplemediawiki.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-simplemediawiki.spec b/python-simplemediawiki.spec
index 896b16e..ea17670 100644
--- a/python-simplemediawiki.spec
+++ b/python-simplemediawiki.spec
@@ -19,7 +19,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel python-iso8601 python-simplejson
 
-%if ! (0%{?fedora} < 14 || 0%{?rhel} >= 5)
+%if 0%{?fedora} < 14 || 0%{?rhel} >= 5
 BuildRequires:  python-sphinx10
 %else
 BuildRequires:  python-sphinx


More information about the scm-commits mailing list