Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > 5023107b82a56abb6a11e8db97588fa7 > files > 5

rdesktop-1.5.0-2ark.src.rpm

%define DATE %nil
Name: rdesktop
Version: 1.5.0
URL: http://www.rdesktop.org/
Summary: show a Windows Terminal Server desktop in X
%if "%DATE" == ""
Source0: %{name}-%{version}.tar.lz
Release: 2ark
%else
Source0: %name-%DATE.tar.bz2
Release: 0.%DATE.1ark
%endif
Patch: rdesktop-1.5.0-crashfix.patch
Patch1: rdesktop-1.5.0-rawkeyboard_nofreespace_kbswitch.patch
Patch2: rdesktop-1.5.0-windoze2008.patch
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
%if "%DATE"==""
%setup -q
%else
%setup -q -n %name
autoconf
%endif
%patch -p1 -b .crash~
%patch1 -p1 -b .patchset~
%patch2 -p1 -b .windoze2008~

%build
# Not autoconf, percentconfigure won't work
./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir} 
make LDFLAGS="-lX11 -lcrypto" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT 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 doc/AUTHORS doc/*.txt
%{_bindir}/rdesktop
%{_datadir}/rdesktop
%{_mandir}/man1/*

%changelog
* Tue Jan  8 2008 Bernhard Rosenkraenzer <bero@arklinux.org> 1.5.0-2ark
- Fix crash on login with current X libraries
- Add Raw Keyboard/NoFreeSpace/KBSwitch patchset (rdesktop PT #1574223)
- Fix connecting to Windoze 2008 betas (PT #1744033)

* Thu Nov 01 2007 David Tio <deux@arklinux.org> 1.5.0-1ark
- 1.5.0

* Wed Mar 23 2006 David Tio <deux@arklinux.org> 1.4.1-1ark
- 1.4.1

* Wed Dec 15 2004 David Tio <deux@arklinux.org> 1.3.2-0.20041215.1ark
- cvs 20041215

* Fri Jan 30 2004 David Tio <deux@arklinux.org> 1.3.1-1ark
- 1.3.1

* Thu Nov 06 2003 Mikael Czerski <arcticfox@arklinux.org> 1.3.0-2ark
- added some docs 

* Tue Nov 03 2003 Tio Hiap Ho <deux@arklinux.org> 1.3.0-1ark
- 1.3.0

* Fri Jun 20 2003 David Sainty <saint@arklinux.org> 1.2.0-1ark
- First AL release

* Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.2.0-1
- 1.2.0, new stable release
- Removed now-upstream ssl patch

* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt

* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.0-5
- work around now-private definition of BN_CTX

* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.1.0-4
- Fix multilib builds by passing LDLIBS on make command line
- Use _smp_mflags

* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
- rebuild in current tree

* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild

* Wed Jun 12 2002 Alexander Larsson <alexl@redhat.com>
- Initial build.