invert logic to be forward-looking
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
4b3510c3d9
commit
5a3317177d
@ -35,10 +35,10 @@
|
|||||||
%bcond_without cmake_enables_rpm
|
%bcond_without cmake_enables_rpm
|
||||||
|
|
||||||
# Sphinx-build cannot import CMakeLexer on EPEL <= 6
|
# Sphinx-build cannot import CMakeLexer on EPEL <= 6
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||||
%bcond_without cmake_enables_sphinx
|
%bcond_with cmake_enables_sphin
|
||||||
%else
|
%else
|
||||||
%bcond_with cmake_enables_sphinx
|
%bcond_without cmake_enables_sphinx
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user