Enable building for EPEL8

Now the only thing needed to get a successful build on EPEL8 is to turn
off Qt4 and Qt6 subpackages there by default.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
epel9
Ondrej Mosnacek 3 years ago
parent a870e56457
commit ce2e771ccb

@ -1,8 +1,16 @@
%undefine __cmake_in_source_build
%bcond_without qt4
%bcond_without qt5
%bcond_without qt6
%if 0%{?rhel}
# EPEL - only Qt5 packages
%bcond_with qt4
%bcond_without qt5
%bcond_with qt6
%else
# Fedora - build everything
%bcond_without qt4
%bcond_without qt5
%bcond_without qt6
%endif
%bcond_without test

Loading…
Cancel
Save