From 97b9c731f03b1eab7f19eacd731e02c0125c98fe Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:08:31 +0000 Subject: auto-import changelog data from rdesktop-1.1.0-1.src.rpm Wed Jun 12 2002 Alexander Larsson - Initial build. --- diff --git a/.cvsignore b/.cvsignore index e69de29..47ac63a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +rdesktop-1.1.0.tar.gz diff --git a/rdesktop.spec b/rdesktop.spec new file mode 100644 index 0000000..eee88ee --- /dev/null +++ b/rdesktop.spec @@ -0,0 +1,40 @@ +Summary: show a Windows Terminal Server desktop in X +Name: rdesktop +Version: 1.1.0 +Release: 1 +URL: http://www.rdesktop.org/ +Source0: %{name}-%{version}.tar.gz +License: GPL +Group: User Interface/Desktops +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildPrereq: openssl-devel + +%description +rdesktop is an open source client for Windows NT Terminal Server and +Windows 2000 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} --bindir=%{_bindir} --mandir=%{_mandir} --with-openssl +make + +%install +rm -rf $RPM_BUILD_ROOT +make install PREFIX=$RPM_BUILD_ROOT%{_prefix} BINDIR=$RPM_BUILD_ROOT%{_bindir} MANDIR=$RPM_BUILD_ROOT%{_mandir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc COPYING +%{_bindir}/rdesktop + +%changelog +* Wed Jun 12 2002 Alexander Larsson +- Initial build. + diff --git a/sources b/sources index e69de29..6519385 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +50cfa4cacd15c52eaa7a57470607acea rdesktop-1.1.0.tar.gz