|
|
@ -1,8 +1,8 @@
|
|
|
|
%global commit0 494903ec8ba33d78bfda2560c276e230b8d31b13
|
|
|
|
%global commit0 e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c
|
|
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.3.4
|
|
|
|
Version: 1.3.5
|
|
|
|
Release: 2%{?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
|
|
|
@ -15,13 +15,14 @@ Source0: https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-
|
|
|
|
# So we can't use it directly only as instructions.
|
|
|
|
# So we can't use it directly only as instructions.
|
|
|
|
Source1: pluginBuild-CMakeLists.txt
|
|
|
|
Source1: pluginBuild-CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: cmake >= 2.8
|
|
|
|
BuildRequires: cmake >= 2.8
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
|
|
|
|
BuildRequires: libsodium-devel
|
|
|
|
BuildRequires: pkgconfig(appindicator3-0.1)
|
|
|
|
BuildRequires: pkgconfig(appindicator3-0.1)
|
|
|
|
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
|
|
|
|
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
|
|
|
|
BuildRequires: pkgconfig(avahi-ui-gtk3) >= 0.6.30
|
|
|
|
BuildRequires: pkgconfig(avahi-ui-gtk3) >= 0.6.30
|
|
|
@ -34,6 +35,7 @@ BuildRequires: pkgconfig(libssh) >= 0.6
|
|
|
|
BuildRequires: pkgconfig(libvncserver)
|
|
|
|
BuildRequires: pkgconfig(libvncserver)
|
|
|
|
BuildRequires: pkgconfig(spice-client-gtk-3.0)
|
|
|
|
BuildRequires: pkgconfig(spice-client-gtk-3.0)
|
|
|
|
BuildRequires: pkgconfig(vte-2.91)
|
|
|
|
BuildRequires: pkgconfig(vte-2.91)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
|
|
|
BuildRequires: pkgconfig(xkbfile)
|
|
|
|
BuildRequires: pkgconfig(xkbfile)
|
|
|
|
|
|
|
|
|
|
|
|
# We don't ship the remmina-plugins-telepathy package any longer
|
|
|
|
# We don't ship the remmina-plugins-telepathy package any longer
|
|
|
@ -173,6 +175,19 @@ This package contains the SPICE plugin for the Remmina remote desktop
|
|
|
|
client.
|
|
|
|
client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins-www
|
|
|
|
|
|
|
|
Summary: WWW plugin for Remmina Remote Desktop Client
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description plugins-www
|
|
|
|
|
|
|
|
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 WWW plugin (web browser with authentication) for the
|
|
|
|
|
|
|
|
Remmina remote desktop client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package gnome-session
|
|
|
|
%package gnome-session
|
|
|
|
Summary: Gnome Shell session for Remmina kiosk mode
|
|
|
|
Summary: Gnome Shell session for Remmina kiosk mode
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
@ -187,7 +202,10 @@ 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-v%{version}-%{commit0}
|
|
|
|
%autosetup -p1 -n Remmina-v%{version}-%{commit0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove unsupported entries
|
|
|
|
|
|
|
|
sed -i -e '/x-scheme-handler/d' data/desktop/remmina-file.desktop.in
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p build
|
|
|
|
mkdir -p build
|
|
|
@ -226,6 +244,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc AUTHORS ChangeLog README.md
|
|
|
|
%doc AUTHORS ChangeLog README.md
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
|
|
|
%{_bindir}/%{name}-file-wrapper.sh
|
|
|
|
%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/actions/*.*
|
|
|
|
%{_datadir}/icons/hicolor/*/actions/*.*
|
|
|
@ -276,6 +295,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-spice-ssh-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-spice-ssh-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-spice-symbolic.svg
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-spice-symbolic.svg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files plugins-www
|
|
|
|
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-www.so
|
|
|
|
|
|
|
|
|
|
|
|
%files gnome-session
|
|
|
|
%files gnome-session
|
|
|
|
%{_bindir}/gnome-session-remmina
|
|
|
|
%{_bindir}/gnome-session-remmina
|
|
|
|
%{_bindir}/remmina-gnome
|
|
|
|
%{_bindir}/remmina-gnome
|
|
|
@ -285,6 +307,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
|
|
|
|
%{_mandir}/man1/remmina-gnome.1.*
|
|
|
|
%{_mandir}/man1/remmina-gnome.1.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 20 2019 Simone Caronni <negativo17@gmail.com> - 1.3.5-1
|
|
|
|
|
|
|
|
- Update to 1.3.5
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-2
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|