|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.31%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
Release: 0.32%{?snapshot:.%{snapshot}}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
@ -39,15 +39,14 @@ BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
|
BuildRequires: pkgconfig(libssh) >= 0.6
|
|
|
|
|
BuildRequires: pkgconfig(libvncserver)
|
|
|
|
|
BuildRequires: pkgconfig(spice-client-gtk-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(telepathy-glib)
|
|
|
|
|
BuildRequires: pkgconfig(vte-2.91)
|
|
|
|
|
BuildRequires: pkgconfig(xkbfile)
|
|
|
|
|
|
|
|
|
|
# We don't ship the remmina-plugins-common package any longer
|
|
|
|
|
Provides: remmina-plugins-common = %{version}
|
|
|
|
|
Obsoletes: remmina-plugins-common < 1.0.0-7
|
|
|
|
|
# We don't ship the remmina-plugins-telepathy package any longer
|
|
|
|
|
Provides: remmina-plugins-telepathy = %{version}
|
|
|
|
|
Obsoletes: remmina-plugins-telepathy < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
Recommends: remmina-plugins-telepathy remmina-plugins-nx remmina-plugins-rdp
|
|
|
|
|
Recommends: remmina-plugins-nx remmina-plugins-rdp
|
|
|
|
|
Recommends: remmina-plugins-gnome remmina-plugins-vnc remmina-plugins-xdmcp
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -110,19 +109,6 @@ This package contains the Remote Desktop Protocol (RDP) plugin for the Remmina
|
|
|
|
|
remote desktop client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins-telepathy
|
|
|
|
|
Summary: Telepathy plugin for Remmina Remote Desktop Client
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugins-telepathy
|
|
|
|
|
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 Telepathy plugin for the Remmina remote desktop
|
|
|
|
|
client.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package plugins-vnc
|
|
|
|
|
Summary: VNC plugin for Remmina Remote Desktop Client
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
@ -181,7 +167,7 @@ mkdir -p build
|
|
|
|
|
-DWITH_LIBSSH=ON \
|
|
|
|
|
-DWITH_SPICE=ON \
|
|
|
|
|
-DWITH_SURVEY=OFF \
|
|
|
|
|
-DWITH_TELEPATHY=ON \
|
|
|
|
|
-DWITH_TELEPATHY=OFF \
|
|
|
|
|
-DWITH_VTE=ON \
|
|
|
|
|
-DWITH_ZLIB=ON \
|
|
|
|
|
-DGIT_REVISION=%{commit0} \
|
|
|
|
@ -307,9 +293,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp-ssh.png
|
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-rdp.png
|
|
|
|
|
|
|
|
|
|
%files plugins-telepathy
|
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-telepathy.so
|
|
|
|
|
|
|
|
|
|
%files plugins-vnc
|
|
|
|
|
%{_libdir}/remmina/plugins/remmina-plugin-vnc.so
|
|
|
|
|
%{_datadir}/icons/hicolor/*/emblems/remmina-vnc-ssh.png
|
|
|
|
@ -326,6 +309,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 09 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.32.20170302git1da1fb6
|
|
|
|
|
- Remove non-working telepathy plugin.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.31.20170302git1da1fb6
|
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
|
|
|
|
|