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