Alphabetize conditionals
Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
c17bd62a32
commit
cd3c894a26
@ -33,13 +33,13 @@
|
|||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
# Disable dependencies not available or wanted on RHEL/EPEL
|
# Disable dependencies not available or wanted on RHEL/EPEL
|
||||||
%bcond flite 0
|
|
||||||
%bcond chromaprint 0
|
%bcond chromaprint 0
|
||||||
|
%bcond flite 0
|
||||||
%else
|
%else
|
||||||
%bcond flite 1
|
|
||||||
# Break chromaprint dependency cycle (Fedora-only):
|
# Break chromaprint dependency cycle (Fedora-only):
|
||||||
# ffmpeg (libavcodec-free) → chromaprint → ffmpeg
|
# ffmpeg (libavcodec-free) → chromaprint → ffmpeg
|
||||||
%bcond chromaprint %{?_with_bootstrap:0}%{!?_with_bootstrap:1}
|
%bcond chromaprint %{?_with_bootstrap:0}%{!?_with_bootstrap:1}
|
||||||
|
%bcond flite 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 9
|
%if 0%{?rhel} && 0%{?rhel} <= 9
|
||||||
|
Loading…
Reference in New Issue
Block a user