rdesktop-vl.spec 3.0 KB

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