]> git.pld-linux.org Git - packages/xorg-app-xhost.git/blob - xorg-app-xhost.spec
- updated to 1.0.5
[packages/xorg-app-xhost.git] / xorg-app-xhost.spec
1 Summary:        xhost - server access control program for X
2 Summary(pl.UTF-8):      xhost - program do kontroli dostępu do serwera X
3 Name:           xorg-app-xhost
4 Version:        1.0.5
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xhost-%{version}.tar.bz2
9 # Source0-md5:  a0fcd2cb6ddd9f378944cc6f4f83cd7c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXau-devel
15 # just xmuu
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-lib-xtrans-devel
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 The xhost program is used to add and delete host names or user names
23 to the list allowed to make connections to the X server.
24
25 %description -l pl.UTF-8
26 Program xhost służy do dodawania i usuwania nazw hostów lub
27 użytkowników do/z listy zezwalającej na wykonywanie połączeń do
28 serwera X.
29
30 %prep
31 %setup -q -n xhost-%{version}
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure
39
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS COPYING ChangeLog README
54 %attr(755,root,root) %{_bindir}/xhost
55 %{_mandir}/man1/xhost.1x*
This page took 0.450969 seconds and 3 git commands to generate.