|
|
|
@ -1,25 +1,35 @@
|
|
|
|
|
Name: remmina
|
|
|
|
|
Version: 0.7.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.9.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Remote Desktop Client
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
|
URL: http://remmina.sourceforge.net
|
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
Patch0: remmina-0.7.5-32bpp.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: intltool, gtk2-devel, libvncserver-devel
|
|
|
|
|
BuildRequires: libjpeg-devel, gnutls-devel, libssh-devel
|
|
|
|
|
BuildRequires: avahi-ui-devel, vte-devel, unique-devel
|
|
|
|
|
BuildRequires: gettext, desktop-file-utils
|
|
|
|
|
|
|
|
|
|
Requires: rdesktop, xorg-x11-server-Xephyr
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: libssh-devel
|
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
|
BuildRequires: avahi-ui-devel
|
|
|
|
|
BuildRequires: vte-devel
|
|
|
|
|
BuildRequires: unique-devel
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
|
|
|
|
|
# Remmina used to be called grdc
|
|
|
|
|
Provides: grdc = %{version}
|
|
|
|
|
Obsoletes: grdc < 0.6.1
|
|
|
|
|
|
|
|
|
|
# Remmina has a generic trayicon now
|
|
|
|
|
Provides: gnome-applet-remmina = %{version}
|
|
|
|
|
Provides: xfce4-remmina-plugin = %{version}
|
|
|
|
|
Obsoletes: gnome-applet-remmina < 0.7.3
|
|
|
|
|
Obsoletes: xfce4-remmina-plugin < 0.7.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Remmina is a remote desktop client written in GTK+, aiming to be useful for
|
|
|
|
|
system administrators and travelers, who need to work with lots of remote
|
|
|
|
@ -28,14 +38,25 @@ computers in front of either large monitors or tiny netbooks.
|
|
|
|
|
Remmina supports multiple network protocols in an integrated and consistent
|
|
|
|
|
user interface. Currently RDP, VNC, XDMCP and SSH are supported.
|
|
|
|
|
|
|
|
|
|
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}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains header files for developing plugins for
|
|
|
|
|
%{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .32bpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --enable-vnc=dl
|
|
|
|
|
%configure
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -77,7 +98,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
|
|
|
%{_datadir}/%{name}/
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc
|
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 19 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.3-1
|
|
|
|
|
- Update to 0.9.3
|
|
|
|
|
|
|
|
|
|
* Sun Nov 28 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.3-1
|
|
|
|
|
- Update to 0.8.3
|
|
|
|
|
- Plugins are in remmina-plugins now
|
|
|
|
|
|
|
|
|
|
* Sat Nov 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.7.5-3
|
|
|
|
|
- Enable 32-bit color depth (#656120)
|
|
|
|
|
|
|
|
|
|