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