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