123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- Summary: A Remote Desktop Protocol Client
- Summary(ja): リモートデスクトッププロトコルクライアント
- Name: rdesktop
- Version: 1.9.0
- Release: 1%{?_dist_release}
- Group: User Interface/Desktops
- Vendor: Project Vine
- Distribution: Vine Linux
- License: GPLv3
- URL: http://www.rdesktop.org/
- Source0: https://github.com/rdesktop/rdesktop/releases/download/v%{version}/%{name}-%{version}.tar.gz
- Patch1: %{name}-libao.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: gnutls-devel
- BuildRequires: libX11-devel
- BuildRequires: libXcursor-devel
- BuildRequires: libXrandr-devel
- BuildRequires: libao-devel
- BuildRequires: libsamplerate-devel
- BuildRequires: libtasn1-devel
- BuildRequires: nettle-devel
- BuildRequires: openssl-devel
- BuildRequires: pcsc-lite-devel
- BuildRequires: autoconf automake libtool
- %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.
- %description -l ja
- rdesktop は Windows NT ターミナルサーバ、Windows 20000 ターミナルサービス
- のオープンソースクライアントです。リモートデスクトッププロトコル(RDP)を
- 利用してユーザの Windows デスクトップを表示します。Citrix ICA のような
- サーバ拡張は必要ありません。
- %prep
- %setup -q
- %patch1 -p1 -b .ao
- %build
- %configure --with-ipv6 --with-sound=libao --disable-credssp
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- %makeinstall
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %license COPYING
- %doc doc/ChangeLog doc/AUTHORS doc/HACKING doc/TODO doc/*.txt
- %{_bindir}/rdesktop
- %{_datadir}/rdesktop
- %{_mandir}/man1/*
- %changelog
- * Sat Oct 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.0-1
- - new upstream release.
- * Fri Jul 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-1
- - new upstream release
- * Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.0-1
- - remove upstreamed Patch0
- - add Patch10 to solve windows server licensing issue.
- - add Patch11 to skip license file loading. (for w2k8)
- - add patch12 to enable font smoothing
- * Thu May 12 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
- - SECURITY FIX: CVE-2011-1595
- - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
- * Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
- - rebuild with openssl-1.0.0c
- - add BuildRequires: libap-devel
- * Thu May 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-2
- - add BR: alsa-lib-devel, libX11-devel, libsamplerate-devel
- - remove BR: XOrg-devel
- * Mon Oct 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.0-1vl5
- - new upstream release
- * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.0-1vl5
- - applied new versioning policy, spec in utf-8
- * Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-0vl2
- - rebuild with new openssl
- * Thu Dec 07 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl1
- - new upstream release
- - fixed typo in spec file <BTS:425>
- * Tue Oct 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
- - new upstream release
- * Sun Apr 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
- - new upstream release
- * Fri Feb 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
- - new upstream release
- * Thu Dec 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-0vl1
- - new upstream release
- - initial build for Vine Linux
- * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * 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.
|