|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global commit0 bbd98e2b69c99f30c81ffbc88ebc27d469287e4d
|
|
|
|
|
%global commit0 a03c1648a090458736434c77c0be00a7cf9cc44b
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.4.21
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.4.23
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.org
|
|
|
|
@ -34,12 +34,14 @@ 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: pkgconfig(appindicator3-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
|
|
|
|
|
BuildRequires: pkgconfig(avahi-ui-gtk3) >= 0.6.30
|
|
|
|
|
BuildRequires: pkgconfig(freerdp2)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk-vnc-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
|
|
|
@ -182,6 +184,19 @@ client. It will be activated automatically if KDE Wallet is installed and
|
|
|
|
|
running.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins-x2go
|
|
|
|
|
Summary: x2go plugin for Remmina Remote Desktop Client
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pyhoca-cli
|
|
|
|
|
|
|
|
|
|
%description plugins-x2go
|
|
|
|
|
Remmina is a remote desktop client written in GTK+, aiming to be useful for
|
|
|
|
|
system administrators and travelers, who need to work with lots of remote
|
|
|
|
|
computers in front of either large monitors or tiny net-books.
|
|
|
|
|
|
|
|
|
|
This package contains the x2go plugin for the Remmina remote desktop client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package gnome-session
|
|
|
|
|
Summary: Gnome Shell session for Remmina kiosk mode
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
@ -224,7 +239,8 @@ export CFLAGS="%{optflags} -std=gnu99"
|
|
|
|
|
-DWITH_NEWS=OFF \
|
|
|
|
|
-DWITH_SPICE=ON \
|
|
|
|
|
-DWITH_TELEPATHY=OFF \
|
|
|
|
|
-DWITH_VTE=ON
|
|
|
|
|
-DWITH_VTE=ON \
|
|
|
|
|
-DWITH_X2GO=ON
|
|
|
|
|
|
|
|
|
|
%cmake3_build
|
|
|
|
|
|
|
|
|
@ -293,6 +309,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
|
%files plugins-kwallet
|
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-kwallet.so
|
|
|
|
|
|
|
|
|
|
%files plugins-x2go
|
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-x2go.so
|
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/org.remmina.Remmina-x2go-ssh-symbolic.svg
|
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/org.remmina.Remmina-x2go-symbolic.svg
|
|
|
|
|
|
|
|
|
|
%files gnome-session
|
|
|
|
|
%{_bindir}/gnome-session-remmina
|
|
|
|
|
%{_bindir}/remmina-gnome
|
|
|
|
@ -302,9 +323,24 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
|
%{_mandir}/man1/remmina-gnome.1.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 19 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.23-2
|
|
|
|
|
- Remove unneeded BuildRequires for gtk-vnc-2.0.
|
|
|
|
|
libvncserver is the preferred for VNC and disables the gvnc plugin if found.
|
|
|
|
|
We have not in the recent past built the gvnc plugin.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Phil Wyett <philip.wyett@kathenas.org> - 1.4.23-1
|
|
|
|
|
- New upstream version 1.4.23.
|
|
|
|
|
- Enable x2go plugin.
|
|
|
|
|
|
|
|
|
|
* Wed Nov 10 2021 Simone Caronni <negativo17@gmail.com> - 1.4.21-1
|
|
|
|
|
- Update to 1.4.21.
|
|
|
|
|
|
|
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.4.20-3
|
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.20-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Simone Caronni <negativo17@gmail.com> - 1.4.20-1
|
|
|
|
|
- Update to 1.4.20.
|
|
|
|
|
- Remove unmaintained nx, st, xdmcp plugins.
|
|
|
|
|