Merge pull request #4287 from dachary/wip-sphinx

spec.in: sphinx -b man needs sphinx > 1.0 (part 2)

Reviewed-by: Owen Synge <osynge@suse.com>
This commit is contained in:
Loic Dachary 2015-04-07 14:36:00 +02:00
commit eaeada55a7

View File

@ -75,10 +75,10 @@ BuildRequires: python
BuildRequires: python-argparse
BuildRequires: python-nose
BuildRequires: python-requests
%if 0%{?rhel} >= 7 || 0%{?fedora}
BuildRequires: python-sphinx
%else
%if ( 0%{?rhel} > 0 && 0%{?rhel} < 7 ) || ( 0%{?centos} > 0 && 0%{?centos} < 7 )
BuildRequires: python-sphinx10
%else
BuildRequires: python-sphinx
%endif
BuildRequires: python-virtualenv
BuildRequires: util-linux