|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.6%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
|
|
|
|
Release: 0.7%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
@ -26,6 +26,7 @@ BuildRequires: gettext
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
|
BuildRequires: pkgconfig(appindicator3-0.1)
|
|
|
|
|
BuildRequires: pkgconfig(avahi-ui) >= 0.6.30
|
|
|
|
|
BuildRequires: pkgconfig(avahi-ui-gtk3) >= 0.6.30
|
|
|
|
|
BuildRequires: pkgconfig(freerdp) >= 1.2.0-beta1
|
|
|
|
@ -155,7 +156,7 @@ mkdir -p build
|
|
|
|
|
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
|
|
|
-DCMAKE_INSTALL_COMPONENT=1 \
|
|
|
|
|
-DWITH_APPINDICATOR=OFF \
|
|
|
|
|
-DWITH_APPINDICATOR=ON \
|
|
|
|
|
-DWITH_AVAHI=ON \
|
|
|
|
|
-DWITH_FREERDP=ON \
|
|
|
|
|
-DWITH_GCRYPT=ON \
|
|
|
|
@ -291,6 +292,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 05 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.7.git.b3237e8
|
|
|
|
|
- Re-add appindicator support. See:
|
|
|
|
|
https://lists.fedoraproject.org/pipermail/devel/2015-June/211121.html
|
|
|
|
|
https://lists.fedoraproject.org/pipermail/devel/2014-March/196343.html
|
|
|
|
|
|
|
|
|
|
* Wed Jun 03 2015 Simone Caronni <negativo17@gmail.com> - 1.2.0-0.6.git.b3237e8
|
|
|
|
|
- Remove appindicator support.
|
|
|
|
|
|
|
|
|
|