|
|
|
@ -2,16 +2,16 @@
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.4.24
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.org
|
|
|
|
|
URL: https://remmina.org
|
|
|
|
|
|
|
|
|
|
Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# Exclude el7 from building on aarch64.
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
|
ExcludeArch: aarch64
|
|
|
|
|
ExcludeArch: aarch64
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Cmake helper file to easy build plugins outside remmina source tree
|
|
|
|
@ -35,9 +35,6 @@ BuildRequires: kf5-kwallet-devel
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
|
|
# pyhoca-cli needed as build dep for x2go plugin to be built when actually
|
|
|
|
|
# only a runtime dep. Has a FIXME on it in upstream tarball.
|
|
|
|
|
BuildRequires: pyhoca-cli
|
|
|
|
|
BuildRequires: xdg-utils
|
|
|
|
|
BuildRequires: pkgconfig(appindicator3-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
|
|
|
|
@ -77,7 +74,7 @@ system administrators and travelers, who need to work with lots of remote
|
|
|
|
|
computers in front of either large monitors or tiny net-books.
|
|
|
|
|
|
|
|
|
|
Remmina supports multiple network protocols in an integrated and consistent
|
|
|
|
|
user interface. Currently RDP, VNC, XDMCP and SSH are supported.
|
|
|
|
|
user interface. Currently RDP, VNC and SSH are supported.
|
|
|
|
|
|
|
|
|
|
Please don't forget to install the plugins for the protocols you want to use.
|
|
|
|
|
|
|
|
|
@ -250,6 +247,7 @@ cp -p %{SOURCE1} %{buildroot}/%{_includedir}/%{name}/
|
|
|
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
|
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
|
|
|
|
|
|
# Manually trigger icon cache generation on el7 only.
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
|
%post
|
|
|
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
@ -329,6 +327,11 @@ fi
|
|
|
|
|
%{_mandir}/man1/remmina-gnome.1.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Feb 12 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.24-2
|
|
|
|
|
- Remove XDMCP reference from remmina package description.
|
|
|
|
|
- Remove pyhoca-cli BuildRrequires. Only Requires on x2go now required.
|
|
|
|
|
- Use upstream projects HTTPS URL.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 10 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.24-1
|
|
|
|
|
- New upstream version 1.4.24.
|
|
|
|
|
|
|
|
|
|