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