rdesktop-vl.spec 4.3 KB

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