]> git.pld-linux.org Git - packages/xorg-app-xauth.git/blob - xorg-app-xauth.spec
- updated util-macros version
[packages/xorg-app-xauth.git] / xorg-app-xauth.spec
1 Summary:        xauth - X authority file utility
2 Summary(pl.UTF-8):      xauth - narzędzie do plików X authority
3 Name:           xorg-app-xauth
4 Version:        1.0.4
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:  fa00078c414c4a57cab7a6d89a0c8734
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 >= 1.3
20 Obsoletes:      X11-xauth < 1:7.0.0
21 Obsoletes:      XFree86-xauth < 1:7.0.0
22 Obsoletes:      xauth < 1:7.0.0
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.UTF-8
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 README
63 %attr(755,root,root) %{_bindir}/xauth
64 %{_mandir}/man1/xauth.1x*
This page took 0.0485 seconds and 4 git commands to generate.