From 952281252997e48f879214dd244cfce99f52b47d73559b6c1b877f1a2c68387a Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 13 Mar 2021 12:12:32 +0000 Subject: [PATCH] Accepting request 878648 from home:dirkmueller:Factory - refresh spec file (move license files) OBS-URL: https://build.opensuse.org/request/show/878648 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xhost?expand=0&rev=11 --- xhost.changes | 5 +++++ xhost.spec | 15 +++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/xhost.changes b/xhost.changes index 608d5ef..31c5f37 100644 --- a/xhost.changes +++ b/xhost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 12 21:56:53 UTC 2021 - Dirk Müller + +- refresh spec file (move license files) + ------------------------------------------------------------------- Wed Feb 20 15:09:25 UTC 2019 - sndirsch@suse.com diff --git a/xhost.spec b/xhost.spec index ea45254..a5bead4 100644 --- a/xhost.spec +++ b/xhost.spec @@ -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}