- Fix FTBFS (rhbz#1865148) due to missing BRs
- Define %__cmake_in_source_build - BR qt5-qtbase-devel to keep the GUI frontend
This commit is contained in:
parent
75976ba0d9
commit
2bf84de7ad
@ -1,6 +1,8 @@
|
|||||||
|
%define __cmake_in_source_build 1
|
||||||
|
|
||||||
Name: openal-soft
|
Name: openal-soft
|
||||||
Version: 1.19.1
|
Version: 1.19.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Open Audio Library
|
Summary: Open Audio Library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -12,8 +14,11 @@ Patch1: openal-soft-fcommon-fix.patch
|
|||||||
BuildRequires: alsa-lib-devel
|
BuildRequires: alsa-lib-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fluidsynth-devel
|
BuildRequires: fluidsynth-devel
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: portaudio-devel
|
BuildRequires: portaudio-devel
|
||||||
BuildRequires: pulseaudio-libs-devel
|
BuildRequires: pulseaudio-libs-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: SDL2-devel
|
BuildRequires: SDL2-devel
|
||||||
BuildRequires: SDL_sound-devel
|
BuildRequires: SDL_sound-devel
|
||||||
Obsoletes: openal <= 0.0.10
|
Obsoletes: openal <= 0.0.10
|
||||||
@ -105,6 +110,11 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
|||||||
%{_bindir}/alsoft-config
|
%{_bindir}/alsoft-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 04 2020 François Cami <fcami@fedoraproject.org> - 1.19.1-9
|
||||||
|
- Fix FTBFS (rhbz#1865148)
|
||||||
|
- Set %__cmake_in_source_build
|
||||||
|
- BR qt5-qtbase-devel to keep the GUI frontend
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-8
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-8
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user