|
|
|
@ -6,10 +6,9 @@
|
|
|
|
|
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 0.1%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
|
|
|
|
Release: 0.2%{?shortcommit:.git.%{shortcommit}}%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
|
#VCS: git:https://github.com/FreeRDP/Remmina.git
|
|
|
|
@ -20,7 +19,7 @@ BuildRequires: libssh-devel >= 0.4
|
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
|
BuildRequires: avahi-ui-devel
|
|
|
|
|
BuildRequires: vte3-devel
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: cmake >= 2.8
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
@ -58,7 +57,6 @@ Please don't forget to install the plugins for the protocols you want to use.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
@ -69,7 +67,6 @@ The %{name}-devel package contains header files for developing plugins for
|
|
|
|
|
|
|
|
|
|
%package plugins-gnome
|
|
|
|
|
Summary: GNOME keyring integration for Remmina Remote Desktop Client
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -84,7 +81,6 @@ remote desktop client.
|
|
|
|
|
|
|
|
|
|
%package plugins-nx
|
|
|
|
|
Summary: NX plugin for Remmina Remote Desktop Client
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: nx
|
|
|
|
|
Obsoletes: qtnx < 0.9-17
|
|
|
|
@ -100,7 +96,6 @@ This package contains the NX plugin for the Remmina remote desktop client.
|
|
|
|
|
|
|
|
|
|
%package plugins-rdp
|
|
|
|
|
Summary: RDP plugin for Remmina Remote Desktop Client
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
BuildRequires: freerdp-devel >= 1.2.0
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: freerdp
|
|
|
|
@ -116,7 +111,6 @@ remote desktop client.
|
|
|
|
|
|
|
|
|
|
%package plugins-telepathy
|
|
|
|
|
Summary: Telepathy plugin for Remmina Remote Desktop Client
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
BuildRequires: telepathy-glib-devel
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -131,7 +125,6 @@ client.
|
|
|
|
|
|
|
|
|
|
%package plugins-vnc
|
|
|
|
|
Summary: VNC plugin for Remmina Remote Desktop Client
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugins-vnc
|
|
|
|
@ -145,7 +138,6 @@ client.
|
|
|
|
|
|
|
|
|
|
%package plugins-xdmcp
|
|
|
|
|
Summary: XDMCP plugin for Remmina Remote Desktop Client
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: xorg-x11-server-Xephyr
|
|
|
|
|
|
|
|
|
@ -308,6 +300,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 27 2014 Simone Caronni <negativo17@gmail.com> - 1.1.0-0.2.git.26b814a
|
|
|
|
|
- Remove Group tags.
|
|
|
|
|
- Fix file list.
|
|
|
|
|
- Remove duplicate buildrequires.
|
|
|
|
|
- Fix rpmlint errors.
|
|
|
|
|
|
|
|
|
|
* Mon May 19 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.0-0.1.git.26b814a
|
|
|
|
|
- Try build master branch with new freerdp 1.2 in rawhide (https://github.com/FreeRDP/Remmina/issues/193)
|
|
|
|
|
- Some spec cleanup.
|
|
|
|
|