From 9f6e82ea7acae868019aac7351af0f6e24bc4c89 Mon Sep 17 00:00:00 2001 From: Phil Wyett Date: Wed, 29 Jun 2022 06:12:45 +0100 Subject: [PATCH] Enable libappindicator on all, including EL 9. --- remmina.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/remmina.spec b/remmina.spec index 5e3c058..f5a2574 100644 --- a/remmina.spec +++ b/remmina.spec @@ -5,7 +5,7 @@ Name: remmina Version: 1.4.27 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Remote Desktop Client License: GPLv2+ and MIT URL: https://remmina.org @@ -34,9 +34,7 @@ BuildRequires: libgcrypt-devel BuildRequires: libsodium-devel BuildRequires: python3-devel BuildRequires: xdg-utils -%if 0%{?fedora} || 0%{?rhel} == 8 BuildRequires: pkgconfig(appindicator3-0.1) -%endif %if 0%{?fedora} || 0%{?rhel} == 8 BuildRequires: pkgconfig(avahi-ui) BuildRequires: pkgconfig(avahi-ui-gtk3) @@ -225,11 +223,7 @@ export CFLAGS="%{optflags} -I%{_includedir}/harfbuzz" %cmake . \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -%if 0%{?fedora} || 0%{?rhel} == 8 -DHAVE_LIBAPPINDICATOR=ON \ -%else - -DHAVE_LIBAPPINDICATOR=OFF \ -%endif %if 0%{?fedora} || 0%{?rhel} == 8 -DWITH_AVAHI=ON \ %else @@ -343,6 +337,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat %{_mandir}/man1/remmina-gnome.1.* %changelog +* Wed Jun 29 2022 Phil Wyett - 1.4.27-3 +- Enable libappindicator on all, including EL 9. + * Sat Jun 25 2022 Phil Wyett - 1.4.27-2 - Add patch: various_rdp_fixes_from_upstream.patch