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