From c7e4928edd0fe066936978c2e8390f65dc3e59f3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 26 Aug 2021 11:40:56 +0200 Subject: [PATCH] Disable libdecor until it is added Resolves: rhbz#1989083 --- SDL2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SDL2.spec b/SDL2.spec index 577c1c5..0c5931f 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,6 +1,6 @@ Name: SDL2 Version: 2.0.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform multimedia library License: zlib and MIT URL: http://www.libsdl.org/ @@ -45,7 +45,7 @@ BuildRequires: pkgconfig(dbus-1) # IBus BuildRequires: pkgconfig(ibus-1.0) # Wayland -BuildRequires: pkgconfig(libdecor-0) +#BuildRequires: pkgconfig(libdecor-0) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-cursor) @@ -141,6 +141,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/SDL2/SDL_config.h %{_libdir}/lib*.a %changelog +* Thu Aug 26 2021 Wim Taymans - 2.0.16-2 +- Disable libdecor until it is added to centos/RHEL9 + * Thu Aug 26 2021 Neal Gompa - 2.0.16-1 - Update to 2.0.16