|
|
|
@ -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 <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
|
|
|
|
|
- Add patch: various_rdp_fixes_from_upstream.patch
|
|
|
|
|
|
|
|
|
|