Accepting request 878737 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/878737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xprop?expand=0&rev=10
This commit is contained in:
commit
fe485b263a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 22:17:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- modernize spec file (move license to licensedir)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 10:57:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
13
xprop.spec
13
xprop.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xprop
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# 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
|
||||
@ -22,15 +22,14 @@ Release: 0
|
||||
Summary: Property displayer for X
|
||||
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(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
# This was part of the xorg-x11 package up to version 7.6
|
||||
Conflicts: xorg-x11 <= 7.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
xprop displays window and font properties of an X server.
|
||||
@ -40,14 +39,14 @@ xprop displays window and font properties of an X server.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README.md
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md
|
||||
%{_bindir}/xprop
|
||||
%{_mandir}/man1/xprop.1%{?ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user