Only build SDL_sound support on Fedora and rhel < 9
Resolves: rhbz#1989141
This commit is contained in:
parent
4b7982a5f8
commit
043d805e9d
@ -2,7 +2,7 @@
|
||||
|
||||
Name: openal-soft
|
||||
Version: 1.19.1
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Open Audio Library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -20,10 +20,12 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: fluidsynth-devel
|
||||
BuildRequires: portaudio-devel
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel} < 9
|
||||
BuildRequires: SDL_sound-devel
|
||||
%endif
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: SDL2-devel
|
||||
BuildRequires: SDL_sound-devel
|
||||
Obsoletes: openal <= 0.0.10
|
||||
Provides: openal = %{version}
|
||||
|
||||
@ -113,6 +115,10 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
||||
%{_bindir}/alsoft-config
|
||||
|
||||
%changelog
|
||||
* Mon Aug 02 2021 Wim Taymans <wtaymans@redhat.com> - 1.19.1-14
|
||||
- Only build SDL_sound support on Fedora and rhel < 9
|
||||
- Resolves: rhbz#1989141
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.1-13
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user