]> git.pld-linux.org Git - packages/xorg-app-xauth.git/blob - xorg-app-xauth.spec
- s/pkg-config/pkgconfig/ in BR:
[packages/xorg-app-xauth.git] / xorg-app-xauth.spec
1 # $Rev: 3370 $, $Date: 2005-08-27 17:42:47 $
2 #
3 Summary:        xauth application
4 Summary(pl):    Aplikacja xauth
5 Name:           xorg-app-xauth
6 Version:        0.99.0
7 Release:        0.02
8 License:        MIT
9 Group:          X11/Applications
10 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/app/xauth-%{version}.tar.bz2
11 # Source0-md5:  fb8174c44beb47eb664dfa53317f5839
12 URL:            http://xorg.freedesktop.org/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  xorg-lib-libXmu-devel
16 BuildRequires:  xorg-util-util-macros
17 BuildRequires:  pkgconfig >= 0.19
18 BuildRoot:      %{tmpdir}/xauth-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22
23 %description
24 xauth application.
25
26 %description -l pl
27 Aplikacja xauth.
28
29
30 %prep
31 %setup -q -n xauth-%{version}
32
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54
55 %files
56 %defattr(644,root,root,755)
57 %attr(755,root,wheel) %{_bindir}/*
58 %{_mandir}/man1/*.1*
This page took 0.11921 seconds and 4 git commands to generate.