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.2.0 Release: 0.1 License: GPL Group: X11/Applications/Networking Source0: ftp://ftp.sourceforge.net/pub/sourceforge/rdesktop/%{name}-%{version}.tar.gz #Patch0: http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-8-5.bz2 #Patch1: %{name}-opt+DESTDIR.patch #Patch2: http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdp-srvr-19-6-6.diff URL: http://www.rdesktop.org/ BuildRequires: XFree86-devel #BuildRequires: openssl-devel >= 0.9.7 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. #%package srvr #Summary: RDP server (for testing purposes) #Summary(pl): Serwer RDP (do testów) #Group: X11/Applications/Networking #%description srvr #RDP server for rdesktop testing. It currently connects as viewer to #VNC server. #%description srvr -l pl #Serwer RDP do testowania rdesktop. Na razie umożliwia łączenie się jako #klient z serwerem VNC. %prep %setup -q #%patch0 -p2 #%patch1 -p1 #%patch2 -p1 %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 README doc/ %attr(755,root,root) %{_bindir}/rdesktop %{_mandir}/man?/* %attr(755,root,root) %{_datadir}/rdesktop #%files srvr #%defattr(644,root,root,755) #%doc rdp-srvr-readme.txt #attr(755,root,root) %{_bindir}/rdp-srvr