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