]> git.pld-linux.org Git - packages/mkxauth.git/blob - mkxauth.spec
- changed all BuildRoot definitons
[packages/mkxauth.git] / mkxauth.spec
1 Summary: A utility for managing .Xauthority files.
2 Name: mkxauth
3 Version: 1.7
4 Release: 11
5 Copyright: GPL
6 Group: Applications/System
7 Source0: mkxauth
8 Source1: mkxauth.1x
9 BuildArchitectures: noarch
10 Requires: /usr/X11R6/bin/xauth textutils fileutils sh-utils procps gzip
11 Prefix: /usr/X11R6
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
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
23 The mkxauth package should be installed if you're going to use
24 user-oriented access control to provide security for your X Window
25 System (a good idea).
26
27 %prep
28
29 %build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 mkdir -p $RPM_BUILD_ROOT/usr/X11R6/{bin,man/man1}
34
35 install -m 0755 $RPM_SOURCE_DIR/mkxauth $RPM_BUILD_ROOT/usr/X11R6/bin/mkxauth
36 install -m 0444 $RPM_SOURCE_DIR/mkxauth.1x $RPM_BUILD_ROOT/usr/X11R6/man/man1/mkxauth.1x
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(-,root,root)
43 /usr/X11R6/bin/mkxauth
44 /usr/X11R6/man/man1/mkxauth.1x
This page took 0.035122 seconds and 4 git commands to generate.