Enable libappindicator on all, including EL 9.

epel9
Phil Wyett 3 years ago
parent c2fe8e1859
commit 9f6e82ea7a

@ -5,7 +5,7 @@
Name: remmina Name: remmina
Version: 1.4.27 Version: 1.4.27
Release: 2%{?dist} Release: 3%{?dist}
Summary: Remote Desktop Client Summary: Remote Desktop Client
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: https://remmina.org URL: https://remmina.org
@ -34,9 +34,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: libsodium-devel BuildRequires: libsodium-devel
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: xdg-utils BuildRequires: xdg-utils
%if 0%{?fedora} || 0%{?rhel} == 8
BuildRequires: pkgconfig(appindicator3-0.1) BuildRequires: pkgconfig(appindicator3-0.1)
%endif
%if 0%{?fedora} || 0%{?rhel} == 8 %if 0%{?fedora} || 0%{?rhel} == 8
BuildRequires: pkgconfig(avahi-ui) BuildRequires: pkgconfig(avahi-ui)
BuildRequires: pkgconfig(avahi-ui-gtk3) BuildRequires: pkgconfig(avahi-ui-gtk3)
@ -225,11 +223,7 @@ export CFLAGS="%{optflags} -I%{_includedir}/harfbuzz"
%cmake . \ %cmake . \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
%if 0%{?fedora} || 0%{?rhel} == 8
-DHAVE_LIBAPPINDICATOR=ON \ -DHAVE_LIBAPPINDICATOR=ON \
%else
-DHAVE_LIBAPPINDICATOR=OFF \
%endif
%if 0%{?fedora} || 0%{?rhel} == 8 %if 0%{?fedora} || 0%{?rhel} == 8
-DWITH_AVAHI=ON \ -DWITH_AVAHI=ON \
%else %else
@ -343,6 +337,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
%{_mandir}/man1/remmina-gnome.1.* %{_mandir}/man1/remmina-gnome.1.*
%changelog %changelog
* Wed Jun 29 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.27-3
- Enable libappindicator on all, including EL 9.
* Sat Jun 25 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.27-2 * Sat Jun 25 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.27-2
- Add patch: various_rdp_fixes_from_upstream.patch - Add patch: various_rdp_fixes_from_upstream.patch

Loading…
Cancel
Save