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