rdesktop-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. Summary: A Remote Desktop Protocol Client
  2. Summary(ja): リモートデスクトッププロトコルクライアント
  3. Name: rdesktop
  4. Version: 1.7.1
  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. * Fri Jul 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-1
  50. - new upstream release
  51. * Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.0-1
  52. - remove upstreamed Patch0
  53. - add Patch10 to solve windows server licensing issue.
  54. - add Patch11 to skip license file loading. (for w2k8)
  55. - add patch12 to enable font smoothing
  56. * Thu May 12 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
  57. - SECURITY FIX: CVE-2011-1595
  58. - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
  59. * Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
  60. - rebuild with openssl-1.0.0c
  61. - add BuildRequires: libap-devel
  62. * Thu May 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-2
  63. - add BR: alsa-lib-devel, libX11-devel, libsamplerate-devel
  64. - remove BR: XOrg-devel
  65. * Mon Oct 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.0-1vl5
  66. - new upstream release
  67. * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.0-1vl5
  68. - applied new versioning policy, spec in utf-8
  69. * Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-0vl2
  70. - rebuild with new openssl
  71. * Thu Dec 07 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl1
  72. - new upstream release
  73. - fixed typo in spec file <BTS:425>
  74. * Thu Oct 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
  75. - new upstream release
  76. * Sun Apr 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
  77. - new upstream release
  78. * Fri Feb 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
  79. - new upstream release
  80. * Thu Dec 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-0vl1
  81. - new upstream release
  82. - initial build for Vine Linux
  83. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  84. - rebuilt
  85. * Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.2.0-1
  86. - 1.2.0, new stable release
  87. - Removed now-upstream ssl patch
  88. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  89. - rebuilt
  90. * Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.0-5
  91. - work around now-private definition of BN_CTX
  92. * Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.1.0-4
  93. - Fix multilib builds by passing LDLIBS on make command line
  94. - Use _smp_mflags
  95. * Mon Nov 18 2002 Tim Powers <timp@redhat.com>
  96. - rebuild in current tree
  97. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  98. - automated rebuild
  99. * Wed Jun 12 2002 Alexander Larsson <alexl@redhat.com>
  100. - Initial build.