rdesktop-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Summary: A Remote Desktop Protocol Client
  2. Summary(ja): リモートデスクトッププロトコルクライアント
  3. Name: rdesktop
  4. Version: 1.6.0
  5. Release: 4%{?_dist_release}
  6. Source0: %{name}-%{version}.tar.gz
  7. Patch0: remote-file-access.patch
  8. URL: http://www.rdesktop.org/
  9. License: GPL
  10. Group: User Interface/Desktops
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: openssl-devel
  13. BuildRequires: libX11-devel
  14. BuildRequires: alsa-lib-devel
  15. BuildRequires: libsamplerate-devel
  16. BuildRequires: libao-devel
  17. %description
  18. rdesktop is an open source client for Windows NT Terminal Server and
  19. Windows 2000 Terminal Services, capable of natively speaking Remote
  20. Desktop Protocol (RDP) in order to present the user's NT
  21. desktop. Unlike Citrix ICA, no server extensions are required.
  22. %description -l ja
  23. rdesktop は Windows NT ターミナルサーバ、Windows 20000 ターミナルサービス
  24. のオープンソースクライアントです。リモートデスクトッププロトコル(RDP)を
  25. 利用してユーザの Windows デスクトップを表示します。Citrix ICA のような
  26. サーバ拡張は必要ありません。
  27. %prep
  28. %setup -q
  29. %patch0 -p0 -b .remote-file-access
  30. %build
  31. %configure
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. %makeinstall
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files
  39. %defattr(-,root,root)
  40. %doc COPYING doc/ChangeLog doc/AUTHORS doc/HACKING doc/TODO doc/*.txt
  41. %{_bindir}/rdesktop
  42. %{_datadir}/rdesktop
  43. %{_mandir}/man1/*
  44. %changelog
  45. * Thu May 12 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
  46. - SECURITY FIX: CVE-2011-1595
  47. - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
  48. * Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
  49. - rebuild with openssl-1.0.0c
  50. - add BuildRequires: libap-devel
  51. * Thu May 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-2
  52. - add BR: alsa-lib-devel, libX11-devel, libsamplerate-devel
  53. - remove BR: XOrg-devel
  54. * Mon Oct 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.0-1vl5
  55. - new upstream release
  56. * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.0-1vl5
  57. - applied new versioning policy, spec in utf-8
  58. * Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-0vl2
  59. - rebuild with new openssl
  60. * Thu Dec 07 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl1
  61. - new upstream release
  62. - fixed typo in spec file <BTS:425>
  63. * Thu Oct 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
  64. - new upstream release
  65. * Sun Apr 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
  66. - new upstream release
  67. * Fri Feb 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
  68. - new upstream release
  69. * Thu Dec 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-0vl1
  70. - new upstream release
  71. - initial build for Vine Linux
  72. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  73. - rebuilt
  74. * Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.2.0-1
  75. - 1.2.0, new stable release
  76. - Removed now-upstream ssl patch
  77. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  78. - rebuilt
  79. * Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.0-5
  80. - work around now-private definition of BN_CTX
  81. * Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.1.0-4
  82. - Fix multilib builds by passing LDLIBS on make command line
  83. - Use _smp_mflags
  84. * Mon Nov 18 2002 Tim Powers <timp@redhat.com>
  85. - rebuild in current tree
  86. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  87. - automated rebuild
  88. * Wed Jun 12 2002 Alexander Larsson <alexl@redhat.com>
  89. - Initial build.