Disable mingw in RHEL builds

The mingw build is unwanted in RHEL and requires other unwanted
dependencies.
This commit is contained in:
Yaakov Selkowitz 2023-04-21 18:12:00 -04:00
parent 1fc2276d8e
commit 9b6370c6cd

View File

@ -1,8 +1,12 @@
# trim changelog included in binary rpms
%global _changelog_trimtime %(date +%s -d "1 year ago")
# MinGW is enabled by default, to disable use '--without mingw'
# MinGW is enabled by default (except for RHEL), to disable use '--without mingw'
%if 0%{?rhel}
%bcond_with mingw
%else
%bcond_without mingw
%endif
Name: fltk
Version: 1.3.8