Accepting request 878734 from X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/878734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xhost?expand=0&rev=9
This commit is contained in:
Richard Brown 2021-03-16 14:41:44 +00:00 committed by Git OBS Bridge
commit 044daf95c3
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 12 21:56:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
- refresh spec file (move license files)
-------------------------------------------------------------------
Wed Feb 20 15:09:25 UTC 2019 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xhost
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -22,9 +22,9 @@ Release: 0
Summary: Utility to control X server access
License: MIT
Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
URL: https://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xmuu)
@ -32,7 +32,6 @@ BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) >= 7.0.22
# This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
xhost is used to manage the list of host names or user names
@ -43,14 +42,14 @@ allowed to make connections to the X server.
%build
%configure
make %{?_smp_mflags}
%make_build
%install
%make_install
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README.md
%license COPYING
%doc AUTHORS ChangeLog README.md
%{_bindir}/xhost
%{_mandir}/man1/xhost.1%{?ext_man}