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