use new "Recommends" weak dependencies for plugins - bz#1241658

epel8
Hubbitus 9 years ago
parent 8468c6802f
commit 21f9cfdbd5

@ -4,11 +4,10 @@
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
@ -39,6 +38,8 @@ BuildRequires: pkgconfig(xkbfile)
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.

Loading…
Cancel
Save