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:
parent
7988799bb0
commit
1bcd92cc53
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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 monitor system console messages with X
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
Url: http://xorg.freedesktop.org/
|
||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkg-config
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
@ -32,7 +32,6 @@ BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
BuildRequires: pkgconfig(xt) >= 1.0
|
||||
# This was part of the xorg-x11 package up to version 7.6
|
||||
Conflicts: xorg-x11 <= 7.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
xconsole displays in a X11 window the messages which are usually sent
|
||||
@ -43,14 +42,14 @@ to /dev/console
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README
|
||||
%license COPYING
|
||||
%doc ChangeLog README
|
||||
%{_bindir}/xconsole
|
||||
%dir %{_datadir}/X11/app-defaults
|
||||
%{_datadir}/X11/app-defaults/XConsole
|
||||
|
Loading…
Reference in New Issue
Block a user