Name: rdesktop Version: 1.6.0 Release: 1 Summary: X client for remote desktop into Windows Terminal Server Group: User Interface/Desktops License: GPLv2+ URL: http://www.rdesktop.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: openssl-devel >= 0.9.8 BuildRequires: libao, make Requires: openssl >= 0.9.8 Requires: libao %description rdesktop is an open source client for Windows NT Terminal Server and Windows 2000 & 2003 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server extensions are required. %prep %setup -q %build ./configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ --with-ipv6 \ --with-openssl=%{_prefix} gmake %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} gmake DESTDIR=${RPM_BUILD_ROOT} install /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc COPYING README doc/{AUTHORS,ChangeLog,HACKING,TODO,*.txt} %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man1/* /usr/bin/* %changelog * Mon Sep 22 2008 Michael Perzl - 1.6.0-1 - first version for AIX V5.1 and higher