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