From: Arkadiusz Miśkiewicz Date: Tue, 8 May 2001 19:53:19 +0000 (+0000) Subject: - RDP client for accessing Windows NT Terminal Server X-Git-Tag: rdesktop-1_0_0-0_pl19~4 X-Git-Url: https://git.pld-linux.org/?p=packages%2Frdesktop.git;a=commitdiff_plain;h=940eb6dbdefe43869a81a4fe3e1760666432a2f4 - RDP client for accessing Windows NT Terminal Server - initial pld release Changed files: rdesktop.spec -> 1.1 --- 940eb6dbdefe43869a81a4fe3e1760666432a2f4 diff --git a/rdesktop.spec b/rdesktop.spec new file mode 100644 index 0000000..ff7b4b0 --- /dev/null +++ b/rdesktop.spec @@ -0,0 +1,61 @@ +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.0.0 +Release: 0.pl19 +License: GPL +Group: X11/Applications/Networking +Group(de): X11/Applikationen/Netzwerkwesen +Group(pl): X11/Aplikacje/Sieciowe +Source0: http://prdownloads.sourceforge.net/rdesktop/%{name}-%{version}.tar.gz +Patch0: http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-6.bz2 +Patch1: %{name}-opt.patch +URL: http://www.rdesktop.org/ +BuildRequires: gmp-devel +BuildRequires: XFree86-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 +%define _mandir %{_prefix}/man + +%description +rdesktop is an open source client for Windows NT 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. Support for Windows 2000 Terminal Services is +planned, although not implemented at this time. + +%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. W przeciwieñstwie do rozwi±zañ typu Citrix nie s± wymagane ¿adne +rozszerzenia po stronie serwera. Wsparcie dla Windows 2000 Terminal +Services jest planowane. + +%prep +%setup -q +%patch0 -p2 +%patch1 -p1 + +%build +%{__make} \ + CFLAGSOPT="%{rpmcflags}" \ + LDFLAGSOPT="%{rpmldflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} + +install %{name} $RPM_BUILD_ROOT%{_bindir} +install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 + +gzip -9nf CHANGES readme.txt + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc *.gz +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man?/*