|
|
@ -1,11 +1,13 @@
|
|
|
|
|
|
|
|
%global commit0 09157d46fe48ab6ad8af157b20182ea4bb7dea72
|
|
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.2.31.3
|
|
|
|
Version: 1.2.32
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
URL: http://remmina.org
|
|
|
|
URL: http://remmina.org
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
# Cmake helper file to easy build plugins outside remmina source tree
|
|
|
|
# Cmake helper file to easy build plugins outside remmina source tree
|
|
|
|
# See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
|
|
|
|
# See http://www.muflone.com/remmina-plugin-rdesktop/english/install.html which
|
|
|
@ -41,6 +43,7 @@ Recommends: %{name}-plugins-exec
|
|
|
|
Recommends: %{name}-plugins-nx
|
|
|
|
Recommends: %{name}-plugins-nx
|
|
|
|
Recommends: %{name}-plugins-rdp
|
|
|
|
Recommends: %{name}-plugins-rdp
|
|
|
|
Recommends: %{name}-plugins-secret
|
|
|
|
Recommends: %{name}-plugins-secret
|
|
|
|
|
|
|
|
Recommends: %{name}-plugins-st
|
|
|
|
Recommends: %{name}-plugins-vnc
|
|
|
|
Recommends: %{name}-plugins-vnc
|
|
|
|
Recommends: %{name}-plugins-xdmcp
|
|
|
|
Recommends: %{name}-plugins-xdmcp
|
|
|
|
|
|
|
|
|
|
|
@ -118,6 +121,17 @@ computers in front of either large monitors or tiny net-books.
|
|
|
|
This package contains the Remote Desktop Protocol (RDP) plugin for the Remmina
|
|
|
|
This package contains the Remote Desktop Protocol (RDP) plugin for the Remmina
|
|
|
|
remote desktop client.
|
|
|
|
remote desktop client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins-st
|
|
|
|
|
|
|
|
Summary: Simple Terminal plugin for Remmina Remote Desktop Client
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description plugins-st
|
|
|
|
|
|
|
|
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 Simple Terminal plugin for the Remmina remote desktop
|
|
|
|
|
|
|
|
client.
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins-vnc
|
|
|
|
%package plugins-vnc
|
|
|
|
Summary: VNC plugin for Remmina Remote Desktop Client
|
|
|
|
Summary: VNC plugin for Remmina Remote Desktop Client
|
|
|
@ -173,7 +187,7 @@ This package contains Remmina kiosk mode, including a Gnome Shell session
|
|
|
|
that shows up under the display manager session menu.
|
|
|
|
that shows up under the display manager session menu.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n Remmina-%{version}
|
|
|
|
%autosetup -n Remmina-v%{version}-%{commit0}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p build
|
|
|
|
mkdir -p build
|
|
|
@ -243,6 +257,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-ssh-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-ssh-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-symbolic.svg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files plugins-st
|
|
|
|
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-st.so
|
|
|
|
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-tool-symbolic.svg
|
|
|
|
|
|
|
|
|
|
|
|
%files plugins-vnc
|
|
|
|
%files plugins-vnc
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-vnc.so
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-vnc.so
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-vnc-ssh-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-vnc-ssh-symbolic.svg
|
|
|
@ -267,6 +285,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
%{_mandir}/man1/remmina-gnome.1.*
|
|
|
|
%{_mandir}/man1/remmina-gnome.1.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 15 2018 Simone Caronni <negativo17@gmail.com> - 1.2.32-1
|
|
|
|
|
|
|
|
- Update to 1.2.32, new Simple Terminal plugin.
|
|
|
|
|
|
|
|
- Project moved to Gitlab, update spec file accordingly.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 20 2018 Simone Caronni <negativo17@gmail.com> - 1.2.31.3-1
|
|
|
|
* Mon Aug 20 2018 Simone Caronni <negativo17@gmail.com> - 1.2.31.3-1
|
|
|
|
- Update to 1.2.31.3.
|
|
|
|
- Update to 1.2.31.3.
|
|
|
|
|
|
|
|
|
|
|
|