From 50df14e4bf9ff20ca2a4093df0f620468f2dff40 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sun, 22 Sep 2024 21:44:58 +0200 Subject: [PATCH] Remove EPEL 7 build-time support --- libopenmpt.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libopenmpt.spec b/libopenmpt.spec index 83d94d0..3f0424d 100644 --- a/libopenmpt.spec +++ b/libopenmpt.spec @@ -28,10 +28,6 @@ BuildRequires: pulseaudio-libs-devel #BuildRequires: SDL-devel #BuildRequires: SDL2-devel -%if 0%{?rhel} && 0%{?rhel} < 8 -BuildRequires: devtoolset-8-toolchain -%endif - %description libopenmpt is a cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream. @@ -66,10 +62,6 @@ sed -i 's/\r$//' LICENSE %build -%if 0%{?rhel} && 0%{?rhel} < 8 -. /opt/rh/devtoolset-8/enable -%endif - %configure \ --disable-static \ --without-sdl --without-sdl2 \