source: projects/specs/trunk/m/mkxauth/mkxauth-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A utility for managing .Xauthority files.
2Summary(ja): .Xauthority ¥Õ¥¡¥¤¥ë¤òÀßÄꤹ¤ë¥æ¡¼¥Æ¥£¥ê¥Æ¥£
3Name: mkxauth
4Version: 1.7
5Release: 15vl2
6License: GPL
7Group: Applications/System
8Source0: mkxauth
9Source1: mkxauth.1x
10BuildArchitectures: noarch
11Requires: /usr/X11R6/bin/xauth textutils fileutils sh-utils procps gzip
12Prefix: /usr/X11R6
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15
16%description
17The mkxauth utility helps create and maintain X authentication
18databases (.Xauthority files).  Mkxauth is used to create an
19.Xauthority file or to merge keys from another local or remote
20.Xauthority file.  .Xauthority files are used by the xauth
21user-oriented access control program, which grants or denies
22access to X servers based on the contents of the .Xauthority
23file.
24
25The mkxauth package should be installed if you're going to use
26user-oriented access control to provide security for your X Window
27System (a good idea).
28
29%description -l ja
30mkxauth ¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ï X ǧ¾Ú¥Ç¡¼¥¿¥Ù¡¼¥¹ (.Xauthority ¥Õ¥¡¥¤¥ë)
31¤òºîÀ®¤·ÀßÄꤹ¤ë¤Î¤ËÊØÍø¤Ê¥æ¡¼¥Æ¥£¥ê¥Æ¥£¤Ç¤¹¡¥mkxauth ¤ò»È¤Ã¤Æ
32.Xauthority ¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤¿¤ê´û¸¤Î .Xauthority ¥Õ¥¡¥¤¥ë¤ò
33¥Þ¡¼¥¸¤·¤¿¤ê¤¹¤ë¤³¤È¤¬½ÐÍè¤Þ¤¹¡¥.Xauthority ¥Õ¥¡¥¤¥ë¤Ï¤½¤ÎÆâÍƤË
34´ð¤Å¤¤¤Æ X ¥µ¡¼¥Ð¤Ø¤Î¥¢¥¯¥»¥¹¤òµö²Ä¤·¤¿¤êµñÈݤ·¤¿¤ê¤¹¤ë xauth
35¥¢¥¯¥»¥¹À©¸æ¥×¥í¥°¥é¥à¤Ë»È¤ï¤ì¤Þ¤¹¡¥
36
37X ¥¦¥£¥ó¥É¥¦¥·¥¹¥Æ¥à¤Î¥»¥­¥å¥ê¥Æ¥£¤òÄ󶡤¹¤ë¥¢¥¯¥»¥¹À©¸æ¤òÍøÍÑ
38¤·¤¿¤¤¤Î¤Ê¤é mkxauth ¥Ñ¥Ã¥±¡¼¥¸¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡¥
39
40
41%prep
42
43%build
44
45
46%install
47rm -rf $RPM_BUILD_ROOT
48mkdir -p $RPM_BUILD_ROOT/usr/X11R6/{bin,man/man1}
49
50install -m 0755 $RPM_SOURCE_DIR/mkxauth $RPM_BUILD_ROOT/usr/X11R6/bin/mkxauth
51install -m 0444 $RPM_SOURCE_DIR/mkxauth.1x $RPM_BUILD_ROOT/usr/X11R6/man/man1/mkxauth.1x
52
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%files
59%defattr(-,root,root)
60/usr/X11R6/bin/mkxauth
61/usr/X11R6/man/man1/mkxauth.1x*
62
63
64%changelog
65* Thu Jul  3 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7-15vl2
66- use License instead of Copyright
67
68* Fri Jan 12 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
69- 1.7-15vl1
70- added Japanese summary and description
71
72* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
73- automatic rebuild
74
75* Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
76- rebuild in the new build environment (release 14)
77
78* Thu Feb  3 2000 Nalin Dahyabhai <nalin@redhat.com>
79- auto rebuild in the new build environment (release 12)
80
81* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
82- auto rebuild in the new build environment (release 11)
83
84* Tue Jan 19 1999 Michael K. Johnson <johnsonm@redhat.com>
85- rebuild, change spec file name
86
87* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
88- build root
89
90* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
91- translations modified for de, fr, tr
92
93* Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
94- Added more dependency information.
95
96* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
97- made a noarch package
Note: See TracBrowser for help on using the repository browser.