]> git.pld-linux.org Git - packages/xorg-app-xauth.git/blame - xorg-app-xauth.spec
- new try
[packages/xorg-app-xauth.git] / xorg-app-xauth.spec
CommitLineData
39b4fe7f
AM
1# $Rev: 3370 $, $Date: 2005-08-15 12:17:57 $
2#
3Summary: xauth application
4Summary(pl): Aplikacja xauth
5Name: xorg-app-xauth
6Version: 0.99.0
7Release: 0.02
8License: MIT
9Group: X11/Applications
10Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xauth-%{version}.tar.bz2
11# Source0-md5: fb8174c44beb47eb664dfa53317f5839
12URL: http://xorg.freedesktop.org/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: xorg-lib-libXmu-devel
16BuildRequires: xorg-util-util-macros
17BuildRequires: pkg-config
18BuildRoot: %{tmpdir}/xauth-%{version}-root-%(id -u -n)
19
20%define _prefix /usr/X11R6
21%define _mandir %{_prefix}/man
22
23%description
24xauth application.
25
26%description -l pl
27Aplikacja 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
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50
51%clean
52rm -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.127593 seconds and 4 git commands to generate.