Ana Guerrero 2024-02-01 17:06:08 +00:00 committed by Git OBS Bridge
commit 7382edcaca
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 1 09:20:38 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
- Explict require higher version of gcc on SLE/Leap.
-------------------------------------------------------------------
Sun Oct 22 17:39:54 UTC 2023 - bjorn.lie@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-remote-desktop
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -42,6 +42,10 @@ BuildRequires: pkgconfig(freerdp-client2) >= %{freerdp_version}
BuildRequires: pkgconfig(freerdp-server2) >= %{freerdp_version}
BuildRequires: pkgconfig(freerdp2) >= %{freerdp_version}
BuildRequires: pkgconfig(fuse3) >= 3.9.1
%if 0%{?sle_version} && 0%{?sle_version} < 160000
BuildRequires: gcc13
BuildRequires: gcc13-c++
%endif
BuildRequires: pkgconfig(gbm)
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
@ -78,6 +82,9 @@ GNOME desktop environment.
%autosetup -p1
%build
%if 0%{?sle_version} && 0%{?sle_version} < 160000
export CC=gcc-13
%endif
%meson \
-D vnc=true \
-D tests=false \