mkxauth-vl.spec 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. Summary: A utility for managing .Xauthority files.
  2. Summary(ja): .Xauthority ファイルを設定するユーティリティ
  3. Name: mkxauth
  4. Version: 1.7
  5. Release: 15vl2
  6. License: GPL
  7. Group: Applications/System
  8. Source0: mkxauth
  9. Source1: mkxauth.1x
  10. BuildArchitectures: noarch
  11. Requires: /usr/X11R6/bin/xauth textutils fileutils sh-utils procps gzip
  12. Prefix: /usr/X11R6
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. %description
  15. The mkxauth utility helps create and maintain X authentication
  16. databases (.Xauthority files). Mkxauth is used to create an
  17. .Xauthority file or to merge keys from another local or remote
  18. .Xauthority file. .Xauthority files are used by the xauth
  19. user-oriented access control program, which grants or denies
  20. access to X servers based on the contents of the .Xauthority
  21. file.
  22. The mkxauth package should be installed if you're going to use
  23. user-oriented access control to provide security for your X Window
  24. System (a good idea).
  25. %description -l ja
  26. mkxauth ユーティリティは X 認証データベース (.Xauthority ファイル)
  27. を作成し設定するのに便利なユーティリティです.mkxauth を使って
  28. .Xauthority ファイルを作成したり既存の .Xauthority ファイルを
  29. マージしたりすることが出来ます..Xauthority ファイルはその内容に
  30. 基づいて X サーバへのアクセスを許可したり拒否したりする xauth
  31. アクセス制御プログラムに使われます.
  32. X ウィンドウシステムのセキュリティを提供するアクセス制御を利用
  33. したいのなら mkxauth パッケージをインストールして下さい.
  34. %prep
  35. %build
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. mkdir -p $RPM_BUILD_ROOT/usr/X11R6/{bin,man/man1}
  39. install -m 0755 $RPM_SOURCE_DIR/mkxauth $RPM_BUILD_ROOT/usr/X11R6/bin/mkxauth
  40. install -m 0444 $RPM_SOURCE_DIR/mkxauth.1x $RPM_BUILD_ROOT/usr/X11R6/man/man1/mkxauth.1x
  41. %clean
  42. rm -rf $RPM_BUILD_ROOT
  43. %files
  44. %defattr(-,root,root)
  45. /usr/X11R6/bin/mkxauth
  46. /usr/X11R6/man/man1/mkxauth.1x*
  47. %changelog
  48. * Thu Jul 3 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7-15vl2
  49. - use License instead of Copyright
  50. * Fri Jan 12 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  51. - 1.7-15vl1
  52. - added Japanese summary and description
  53. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  54. - automatic rebuild
  55. * Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
  56. - rebuild in the new build environment (release 14)
  57. * Thu Feb 3 2000 Nalin Dahyabhai <nalin@redhat.com>
  58. - auto rebuild in the new build environment (release 12)
  59. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  60. - auto rebuild in the new build environment (release 11)
  61. * Tue Jan 19 1999 Michael K. Johnson <johnsonm@redhat.com>
  62. - rebuild, change spec file name
  63. * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
  64. - build root
  65. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  66. - translations modified for de, fr, tr
  67. * Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
  68. - Added more dependency information.
  69. * Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
  70. - made a noarch package