Summary: RDP client for accessing Windows NT Terminal Server Summary(pl): Klient RDP umożliwiający dostęp do Terminal Serwera WinNT Name: rdesktop Version: 1.3.1 Release: 1 License: GPL Group: X11/Applications/Networking Source0: http://dl.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz # Source0-md5: 968a1e3f5161bab80c306df31c54cfb1 URL: http://www.rdesktop.org/ BuildRequires: XFree86-devel BuildRequires: openssl-devel >= 0.9.7c BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description rdesktop is an open source client for Windows NT or Windows 2000 Terminal Server, capable of natively speaking its Remote Desktop Protocol (RDP) in order to present the user's NT desktop. Unlike Citrix ICA, no server extensions are required. %description -l pl rdesktop jest klientem natywnie używającym protokołu RDP (Remote Desktop Protocol) umożliwiającego dostęp do Terminal Servera Windows NT lub Windows 2000. W przeciwieństwie do rozwiązań typu Citrix nie są wymagane żadne rozszerzenia po stronie serwera. %prep %setup -q %build ./configure \ --mandir=%{_mandir} \ --prefix=%{_prefix} %{__make} \ CC="%{__cc}" \ CFLAGSOPT="%{rpmcflags}" \ LDFLAGSOPT="%{rpmldflags}" %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc doc/ %attr(755,root,root) %{_bindir}/rdesktop %{_mandir}/man?/* %attr(755,root,root) %{_datadir}/rdesktop