Accepting request 889737 from home:dirkmueller:Factory

- modernize spec (move license to licensedir)

OBS-URL: https://build.opensuse.org/request/show/889737
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xconsole?expand=0&rev=10
This commit is contained in:
Stefan Dirsch 2021-05-02 20:43:35 +00:00 committed by Git OBS Bridge
parent 7988799bb0
commit 1bcd92cc53
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 1 18:44:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
- modernize spec (move license to licensedir)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 1 13:00:35 UTC 2017 - sndirsch@suse.com Wed Feb 1 13:00:35 UTC 2017 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package xconsole # spec file for package xconsole
# #
# Copyright (c) 2017 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 monitor system console messages with X Summary: Utility to monitor system console messages with X
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
BuildRequires: pkg-config BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xmu)
@ -32,7 +32,6 @@ BuildRequires: pkgconfig(xproto) >= 7.0.17
BuildRequires: pkgconfig(xt) >= 1.0 BuildRequires: pkgconfig(xt) >= 1.0
# This was part of the xorg-x11 package up to version 7.6 # This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6 Conflicts: xorg-x11 <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
xconsole displays in a X11 window the messages which are usually sent xconsole displays in a X11 window the messages which are usually sent
@ -43,14 +42,14 @@ to /dev/console
%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 %doc ChangeLog README
%{_bindir}/xconsole %{_bindir}/xconsole
%dir %{_datadir}/X11/app-defaults %dir %{_datadir}/X11/app-defaults
%{_datadir}/X11/app-defaults/XConsole %{_datadir}/X11/app-defaults/XConsole