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