Cleanup spec file conditionals
Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
This commit is contained in:
parent
d2b29ceb2f
commit
cc79fb3837
@ -16,10 +16,10 @@ BuildRequires: cmake
|
||||
BuildRequires: qt-devel
|
||||
BuildRequires: qt5-devel
|
||||
BuildRequires: SDL_sound-devel
|
||||
%if 0%{?fedora} >= 22
|
||||
%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7
|
||||
BuildRequires: fluidsynth-devel
|
||||
%endif
|
||||
%if 0%{?fedora} >= 23
|
||||
%if 0%{?fedora} >= 23 || 0%{?rhel} >= 7
|
||||
BuildRequires: SDL2-devel SDL2_mixer-devel
|
||||
%endif
|
||||
Obsoletes: openal <= 0.0.10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user