From 6426ee751eb042b987c4c3ac719673dfb97676b7 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7x64builder0 Date: Wed, 28 Nov 2018 17:12:23 +0100 Subject: [PATCH] cmake3 package update Signed-off-by: basebuilder_pel7x64builder0 --- SPECS/cmake3.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/SPECS/cmake3.spec b/SPECS/cmake3.spec index 4a852b83..ea244cef 100644 --- a/SPECS/cmake3.spec +++ b/SPECS/cmake3.spec @@ -6,11 +6,11 @@ %bcond_without gui # Setting the Python-version used by default -%if 0%{?rhel} && 0%{?rhel} < 8 +# %if 0%{?rhel} && 0%{?rhel} < 8 %bcond_with python3 -%else -%bcond_without python3 -%endif +# %else +# %bcond_without python3 +# %endif # Do we add appdata-files? %if 0%{?fedora} || 0%{?rhel} > 7 @@ -20,11 +20,11 @@ %endif # Sphinx-build cannot import CMakeLexer on EPEL <= 6 -%if 0%{?fedora} || 0%{?rhel} >= 7 +## %if 0%{?fedora} || 0%{?rhel} >= 7 %bcond_without sphinx -%else -%bcond_with sphinx -%endif +## %else +## %bcond_with sphinx +## %endif # Run tests %bcond_without test @@ -84,7 +84,7 @@ BuildRequires: expat-devel BuildRequires: jsoncpp-devel %if 0%{?fedora} || 0%{?rhel} >= 7 BuildRequires: libarchive-devel -BuildRequires: /usr/bin/sphinx-build +#BuildRequires: /usr/bin/sphinx-build BuildRequires: rhash-devel BuildRequires: libuv-devel %else