|
|
@ -4,38 +4,39 @@
|
|
|
|
%global commit efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b
|
|
|
|
%global commit efb7b5f87b2ed1604fa8bdf559fd4e08e2a18d9b
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
Name: remmina
|
|
|
|
Version: 1.1.1
|
|
|
|
Version: 1.1.1
|
|
|
|
Release: 1%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
|
|
|
Release: 2%{?shortcommit:.git.%{shortcommit}}%{?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
|
|
|
|
# VCS: git:https://github.com/FreeRDP/Remmina.git
|
|
|
|
# VCS: git:https://github.com/FreeRDP/Remmina.git
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit}/Remmina-%{commit}.tar.gz
|
|
|
|
Source0: https://github.com/FreeRDP/Remmina/archive/%{commit}/Remmina-%{commit}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
# Cmake helper file to easy build plugins outside remmina sourse tree
|
|
|
|
# Cmake helper file to easy build plugins outside remmina sourse 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: avahi-ui-devel
|
|
|
|
BuildRequires: avahi-ui-devel
|
|
|
|
BuildRequires: cmake >= 2.8
|
|
|
|
BuildRequires: cmake >= 2.8
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: freerdp-devel >= 1:1.1.0
|
|
|
|
BuildRequires: freerdp-devel >= 1:1.1.0
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gnutls-devel
|
|
|
|
BuildRequires: gnutls-devel
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libssh-devel >= 0.4
|
|
|
|
BuildRequires: libssh-devel >= 0.4
|
|
|
|
BuildRequires: libvncserver-devel
|
|
|
|
BuildRequires: libvncserver-devel
|
|
|
|
BuildRequires: libxkbfile-devel
|
|
|
|
BuildRequires: libxkbfile-devel
|
|
|
|
BuildRequires: telepathy-glib-devel
|
|
|
|
BuildRequires: telepathy-glib-devel
|
|
|
|
BuildRequires: vte3-devel
|
|
|
|
BuildRequires: vte3-devel
|
|
|
|
|
|
|
|
BuildRequires: libappindicator-gtk3-devel
|
|
|
|
|
|
|
|
|
|
|
|
# https://github.com/FreeRDP/Remmina/issues/228
|
|
|
|
# https://github.com/FreeRDP/Remmina/issues/228
|
|
|
|
Patch0: %{name}-rfx_context_new.patch
|
|
|
|
Patch0: %{name}-rfx_context_new.patch
|
|
|
@ -170,7 +171,7 @@ mkdir -p build
|
|
|
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
|
|
-DCMAKE_INSTALL_COMPONENT=1 \
|
|
|
|
-DCMAKE_INSTALL_COMPONENT=1 \
|
|
|
|
-DLIBVNCSERVER_WITH_CLIENT_TLS=1 \
|
|
|
|
-DLIBVNCSERVER_WITH_CLIENT_TLS=1 \
|
|
|
|
-DWITH_APPINDICATOR=OFF \
|
|
|
|
-DWITH_APPINDICATOR=ON \
|
|
|
|
-DWITH_AVAHI=ON \
|
|
|
|
-DWITH_AVAHI=ON \
|
|
|
|
-DWITH_FREERDP=ON \
|
|
|
|
-DWITH_FREERDP=ON \
|
|
|
|
-DWITH_GCRYPT=ON \
|
|
|
|
-DWITH_GCRYPT=ON \
|
|
|
@ -305,6 +306,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Oct 23 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.1-2.git.efb7b5f
|
|
|
|
|
|
|
|
- Try enable APPINDICATOR by suggestion of Giovanni Panozzo.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 21 2014 Simone Caronni <negativo17@gmail.com> - 1.1.1-1.git.efb7b5f
|
|
|
|
* Tue Oct 21 2014 Simone Caronni <negativo17@gmail.com> - 1.1.1-1.git.efb7b5f
|
|
|
|
- Update to latest snapshot, version now at 1.1.1. Remove upstreamed patch.
|
|
|
|
- Update to latest snapshot, version now at 1.1.1. Remove upstreamed patch.
|
|
|
|
- Full GTK3 version removed and moved to 1.2.0 branch.
|
|
|
|
- Full GTK3 version removed and moved to 1.2.0 branch.
|
|
|
|