]> git.pld-linux.org Git - packages/xorg-app-xauth.git/blob - xorg-app-xauth.spec
0c0d2dcf66caba684f0741385dee3c00fd0d562b
[packages/xorg-app-xauth.git] / xorg-app-xauth.spec
1 Summary:        xauth - X authority file utility
2 Summary(pl):    xauth - narzêdzie do plików X authority
3 Name:           xorg-app-xauth
4 Version:        0.99.3
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC3/app/xauth-%{version}.tar.bz2
9 # Source0-md5:  e54c7cc9596988ab0da31fd7596e75c0
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 # just xmuu
15 BuildRequires:  xorg-lib-libXmu-devel
16 BuildRequires:  xorg-lib-xtrans-devel
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 Obsoletes:      X11-xauth
19 Obsoletes:      XFree86-xauth
20 Obsoletes:      xauth
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 The xauth program is used to edit and display the authorization
25 information used in connecting to the X server. This program is
26 usually used to extract authorization records from one machine and
27 merge them in on another (as is the case when using remote logins or
28 granting access to other users).
29
30 %description -l pl
31 Program xauth s³u¿y do edycji i wy¶wietlania informacji
32 autoryzacyjnych u¿ywanych przy ³±czeniu z X serwerem. Ten program
33 przewa¿nie jest u¿ywany do wyci±gania rekordów autoryzacji z jednej
34 maszyny i do³±czania ich na innej (w celu umo¿liwienia zdalnego
35 logowania lub udostêpnienia innym u¿ytkownikom).
36
37 %prep
38 %setup -q -n xauth-%{version}
39
40 %build
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc ChangeLog
61 %attr(755,root,root) %{_bindir}/*
62 %{_mandir}/man1/*.1x*
This page took 0.026132 seconds and 3 git commands to generate.