Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > cd8c569dd51cc7356cb03ac25ae0a61e > files > 3

rdesktop-1.1.0-4mdk.src.rpm

%define	name	rdesktop
%define	version	1.1.0
%define	release	4mdk

Summary:	RDP client
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Terminals
URL:		http://www.rdesktop.org/
Source0:	%{name}-%{version}.tar.bz2
Patch0: 	http://bibl4.oru.se/projects/rdesktop/rdesktop-unified-patch19-8-4.bz2
BuildRequires:	libopenssl0-devel XFree86-devel gmp-devel
Requires:	libopenssl0 XFree86-libs
BuildRoot:	%{_tmppath}/%{name}-buildroot

%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.
 
rdesktop currently runs on most UNIX based platforms with
the X Window System, and other ports should be fairly
straightforward.
rdesktop is used through rfbdrake.

%prep

%setup -q
%patch0 -p2

%build
./configure --prefix=%{_prefix} --mandir=%{_mandir}  --with-openssl 
#--with-gmp

sed s/"CFLAGS   = -O2 -Wall"/"CFLAGS   = \$(RPM_OPT_FLAGS)"/ \
    Makefile > Makefile.new
mv -f Makefile.new Makefile 
make

%install
rm -rf %{buildroot}
install -d %{buildroot}%{_bindir}
install -m 755 rdesktop %{buildroot}%{_bindir}/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/rdesktop

%changelog
* Tue Feb  5 2002 Daouda LO <daouda@mandrakesoft.com> 1.1.0-4mdk
- mdk release 
- update to unified path 19-8-4

* Fri Jan 25 2002 Guillaume Rousse <rousse@ccr.jussieu.fr> 1.1.0-3plf
- fixed extension

* Fri Jan 25 2002 RA <ralf_ahlbrink@web.de> 1.1.0-3mdk
- update to unified patch 19-8-3

* Tue Jan 15 2002 Guillaume Rousse <rousse@ccr.jussieu.fr> 1.1.0-2mdk
- contributed to PLF by Oden Eriksson <oden.eriksson@kvikkjokk.net>

* Sun Jan  6 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.1.0-1mdk
- initial cooker contrib