Accepting request 879245 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/879245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xauth?expand=0&rev=10
This commit is contained in:
commit
8b92afd242
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 15 15:19:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- modernize spec file (move license to licensedir)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 12 10:41:09 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
Fri Jul 12 10:41:09 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
15
xauth.spec
15
xauth.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xauth
|
# spec file for package xauth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,10 +22,10 @@ Release: 0
|
|||||||
Summary: Utility to edit and display the X authorization information
|
Summary: Utility to edit and display the X authorization information
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
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
|
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
Patch1: xauth-tolerant-hostname-changes.diff
|
Patch1: xauth-tolerant-hostname-changes.diff
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xau)
|
BuildRequires: pkgconfig(xau)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
@ -34,7 +34,6 @@ BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
|||||||
# Name of subpackage when this was part of the xorg-x11 package up to version 7.6
|
# Name of subpackage when this was part of the xorg-x11 package up to version 7.6
|
||||||
Provides: xorg-x11-xauth = 7.6
|
Provides: xorg-x11-xauth = 7.6
|
||||||
Obsoletes: xorg-x11-xauth <= 7.6
|
Obsoletes: xorg-x11-xauth <= 7.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The xauth program is used to edit and display the authorization
|
The xauth program is used to edit and display the authorization
|
||||||
@ -46,14 +45,14 @@ information used in connecting to the X server.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc ChangeLog COPYING README.md
|
%doc ChangeLog README.md
|
||||||
%{_bindir}/xauth
|
%{_bindir}/xauth
|
||||||
%{_mandir}/man1/xauth.1%{?ext_man}
|
%{_mandir}/man1/xauth.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user