|
|
@ -2,43 +2,44 @@
|
|
|
|
%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
|
|
|
|
%global commit0 b43697d8d79cea20d3fdbdea2c4b8de92a2f331f
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 0.10%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
Release: 0.11%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit0}/Remmina-%{commit0}.tar.gz#/Remmina-%{shortcommit0}.tar.gz
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit0}/Remmina-%{commit0}.tar.gz#/Remmina-%{shortcommit0}.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
|
|
|
|
# use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source.
|
|
|
|
# use http://www.muflone.com/remmina-plugin-builder/ with remmina bundled source.
|
|
|
|
# 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: 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: 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
|
|
|
|
BuildRequires: pkgconfig(freerdp) >= 2.0.0
|
|
|
|
BuildRequires: pkgconfig(freerdp) >= 2.0.0
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
|
|
BuildRequires: pkgconfig(libssh) >= 0.6
|
|
|
|
BuildRequires: pkgconfig(libssh) >= 0.6
|
|
|
|
BuildRequires: pkgconfig(libvncserver)
|
|
|
|
BuildRequires: pkgconfig(libvncserver)
|
|
|
|
BuildRequires: pkgconfig(telepathy-glib)
|
|
|
|
BuildRequires: pkgconfig(telepathy-glib)
|
|
|
|
BuildRequires: pkgconfig(vte-2.91)
|
|
|
|
BuildRequires: pkgconfig(vte-2.91)
|
|
|
|
BuildRequires: pkgconfig(xkbfile)
|
|
|
|
BuildRequires: pkgconfig(xkbfile)
|
|
|
|
|
|
|
|
|
|
|
|
# We don't ship the remmina-plugins-common package any longer
|
|
|
|
# We don't ship the remmina-plugins-common package any longer
|
|
|
|
Provides: remmina-plugins-common = %{version}
|
|
|
|
Provides: remmina-plugins-common = %{version}
|
|
|
|
Obsoletes: remmina-plugins-common < 1.0.0-7
|
|
|
|
Obsoletes: remmina-plugins-common < 1.0.0-7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Recommends: remmina-plugins-telepathy remmina-plugins-nx remmina-plugins-rdp
|
|
|
|
|
|
|
|
Recommends: remmina-plugins-gnome remmina-plugins-vnc remmina-plugins-xdmcp
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Remmina is a remote desktop client written in GTK+, aiming to be useful for
|
|
|
|
Remmina is a remote desktop client written in GTK+, aiming to be useful for
|
|
|
@ -291,6 +292,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 01 2016 Pavel Alexeev <Pahan@Hubbitus.info> - 1.2.0-0.11.git.b43697d
|
|
|
|
|
|
|
|
- Recommends all plugins by suggestion bz#1241658.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.10.git.b43697d
|
|
|
|
* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.10.git.b43697d
|
|
|
|
- Update to latest snapshot (1.2.0.rcgit.6), Wayland backend has been disabled.
|
|
|
|
- Update to latest snapshot (1.2.0.rcgit.6), Wayland backend has been disabled.
|
|
|
|
|
|
|
|
|
|
|
|