48 lines
959 B
RPMSpec
48 lines
959 B
RPMSpec
Name: xhost
|
|
Version: 1.0.10
|
|
Release: %autorelease
|
|
Summary: Manage hosts or users allowed to connect to the X server
|
|
|
|
License: MIT AND ICU
|
|
URL: https://www.x.org
|
|
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: automake
|
|
BuildRequires: gcc
|
|
BuildRequires: gettext
|
|
BuildRequires: libtool
|
|
BuildRequires: make
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xau)
|
|
BuildRequires: pkgconfig(xmu)
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
|
BuildRequires: pkgconfig(xtrans)
|
|
|
|
Obsoletes: xorg-x11-server-utils < 7.7-40
|
|
|
|
%description
|
|
xhost is used to manage the list of host names or user names
|
|
allowed to make connections to the X server.
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
autoreconf -v --install
|
|
%configure --disable-silent-rules
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%check
|
|
make check || true
|
|
|
|
|
|
%files
|
|
%license COPYING
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
%changelog
|
|
%autochangelog
|