blob: 0a95604e8a772012f99830981e028c39632c3a39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
%bcond_with x
Name: xhost
Version: 1.0.5
Release: 0
License: MIT
Summary: Utility to control X server access
Url: http://xorg.freedesktop.org/
Group: System/X11
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
Source1001: xhost.manifest
BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xmuu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
%if !%{with x}
ExclusiveArch:
%endif
%description
xhost is used to manage the list of host names or user names
allowed to make connections to the X server.
%prep
%setup -q
cp %{SOURCE1001} .
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{_bindir}/xhost
%{_mandir}/man1/xhost.1%{?ext_man}
%changelog
|