rdesktop-vl.spec 3.8 KB

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