rdesktop-vl.spec 3.1 KB

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