cvsdist 98a3eb8
Summary: X client for remote desktop into Windows Terminal Server
cvsdist 97b9c73
Name: rdesktop
cvsdist 0e9a466
Version: 1.3.1
cvsdist 73f9cb1
Release: 5
cvsdist 97b9c73
URL: http://www.rdesktop.org/
cvsdist 97b9c73
Source0: %{name}-%{version}.tar.gz
cvsdist ea80bc0
Patch0: %{name}-optflags.patch
cvsdist 73f9cb1
cvsdist 73f9cb1
## CVS backports or stuff that should be in the next version
cvsdist 73f9cb1
Patch100: rdesktop-1.3.1-fi-keymap.patch
cvsdist 73f9cb1
Patch101: rdesktop-1.3.1-fi-warning.patch
cvsdist 97b9c73
License: GPL
cvsdist 97b9c73
Group: User Interface/Desktops
cvsdist 97b9c73
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 98a3eb8
BuildRequires: openssl-devel, XFree86-devel
cvsdist 97b9c73
cvsdist 97b9c73
%description
cvsdist 97b9c73
rdesktop is an open source client for Windows NT Terminal Server and
cvsdist 0e9a466
Windows 2000 & 2003 Terminal Services, capable of natively speaking 
cvsdist 0e9a466
Remote Desktop Protocol (RDP) in order to present the user's NT
cvsdist 97b9c73
desktop. Unlike Citrix ICA, no server extensions are required.
cvsdist 97b9c73
cvsdist 97b9c73
%prep
cvsdist 0e9a466
%setup -q
cvsdist ea80bc0
%patch0 -p0
cvsdist 97b9c73
cvsdist 73f9cb1
## CVS backports
cvsdist 73f9cb1
%patch100 -p0
cvsdist 73f9cb1
%patch101 -p2
cvsdist 73f9cb1
cvsdist 97b9c73
%build
cvsdist 0093fee
# Not autoconf, percentconfigure won't work
cvsdist 0093fee
./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir} \
cvsdist 0093fee
	--with-openssl
cvsdist 0093fee
make LDFLAGS="-L/usr/X11R6/%{_lib} -lX11 -lcrypto" %{?_smp_mflags}
cvsdist 97b9c73
cvsdist 97b9c73
%install
cvsdist 97b9c73
rm -rf $RPM_BUILD_ROOT
cvsdist 0093fee
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=$RPM_BUILD_ROOT%{_prefix} BINDIR=$RPM_BUILD_ROOT%{_bindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
cvsdist 97b9c73
cvsdist 97b9c73
%clean
cvsdist 97b9c73
rm -rf $RPM_BUILD_ROOT
cvsdist 97b9c73
cvsdist 97b9c73
%files
cvsdist 97b9c73
%defattr(-,root,root)
cvsdist ea80bc0
%doc COPYING doc/AUTHORS doc/ChangeLog doc/TODO doc/keymapping.txt
cvsdist 97b9c73
%{_bindir}/rdesktop
cvsdist 0093fee
%{_datadir}/rdesktop
cvsdist 0093fee
%{_mandir}/man1/*
cvsdist 97b9c73
cvsdist 97b9c73
%changelog
cvsdist 73f9cb1
* Thu Jul 08 2004 Warren Togami <wtogami@redhat.com>
cvsdist 73f9cb1
- #127207 Finnish "fi" keymap fix
cvsdist 73f9cb1
          "fi" ISO_Level3_Shift warning fix
cvsdist 73f9cb1
cvsdist c3b35ab
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist c3b35ab
- rebuilt
cvsdist c3b35ab
cvsdist ea80bc0
* Tue Mar 23 2004 Ville Skyttä <ville.skytta at iki.fi> - 1.3.1-3
cvsdist ea80bc0
- Honor $RPM_OPT_FLAGS.
cvsdist ea80bc0
- Include ChangeLog and TODO in docs.
cvsdist ea80bc0
cvsdist 0e9a466
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0e9a466
- rebuilt
cvsdist 0e9a466
cvsdist 0e9a466
* Wed Feb 11 2004 Warren Togami <wtogami@redhat.com> 1.3.1-1
cvsdist 0e9a466
- upgrade to 1.3.1
cvsdist 0e9a466
cvsdist 2670eaa
* Thu Jan 15 2004 Warren Togami <wtogami@redhat.com> 1.3.0-3
cvsdist 98a3eb8
- upgrade to 1.3.0
cvsdist 98a3eb8
- improve summary
cvsdist 98a3eb8
- BuildPrereq -> BuildRequires, the former is deprecated
cvsdist 98a3eb8
- Remove doc files that no longer exist
cvsdist 98a3eb8
- Add missing XFree86-devel
cvsdist 2670eaa
- There was no -1 or -2.  Nothing to see here.  Move along.
cvsdist 98a3eb8
cvsdist 54d1beb
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 54d1beb
- rebuilt
cvsdist 54d1beb
cvsdist 0093fee
* Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.2.0-1
cvsdist 0093fee
- 1.2.0, new stable release
cvsdist 0093fee
- Removed now-upstream ssl patch
cvsdist 0093fee
cvsdist 0093fee
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 0093fee
- rebuilt
cvsdist 0093fee
cvsdist 0093fee
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.0-5
cvsdist 0093fee
- work around now-private definition of BN_CTX
cvsdist 0093fee
cvsdist 0093fee
* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.1.0-4
cvsdist 0093fee
- Fix multilib builds by passing LDLIBS on make command line
cvsdist 0093fee
- Use _smp_mflags
cvsdist 0093fee
cvsdist 0093fee
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
cvsdist 0093fee
- rebuild in current tree
cvsdist 0093fee
cvsdist c2f54f2
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist c2f54f2
- automated rebuild
cvsdist c2f54f2
cvsdist 97b9c73
* Wed Jun 12 2002 Alexander Larsson <alexl@redhat.com>
cvsdist 97b9c73
- Initial build.
cvsdist 97b9c73