]> git.pld-linux.org Git - packages/xorg-app-xhost.git/blob - xorg-app-xhost.spec
- new try
[packages/xorg-app-xhost.git] / xorg-app-xhost.spec
1 # $Rev: 3393 $, $Date: 2005-08-15 12:17:57 $
2 #
3 Summary:        xhost application
4 Summary(pl):    Aplikacja xhost
5 Name:           xorg-app-xhost
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/xhost-%{version}.tar.bz2
11 # Source0-md5:  55579ac12f830e907dc095daf00ebbe8
12 Patch0:         xhost-man.patch
13 URL:            http://xorg.freedesktop.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-util-util-macros
18 BuildRequires:  pkg-config
19 BuildRoot:      %{tmpdir}/xhost-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 xhost application.
26
27 %description -l pl
28 Aplikacja xhost.
29
30
31 %prep
32 %setup -q -n xhost-%{version}
33 %patch0 -p1
34
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56
57 %files
58 %defattr(644,root,root,755)
59 %attr(755,root,wheel) %{_bindir}/*
60 %{_mandir}/man1/*.1*
This page took 0.07358 seconds and 3 git commands to generate.