update to 1.2.5 [release 1.2.5-1mamba;Sat Jul 16 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:37:04 +01:00
parent 3f938d77b6
commit 0dfa3b601e

View File

@ -1,26 +1,28 @@
Name: xev
Version: 1.2.4
Version: 1.2.5
Release: 1mamba
Summary: xev - print contents of X events
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://xorg.freedesktop.org/
Source: http://xorg.freedesktop.org/releases/individual/app/xev-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: https://xorg.freedesktop.org/archive/individual/app/xev-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXrandr-devel
## AUTOBUILDREQ-END
BuildRequires: util-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Xev creates a window and then asks the X server to send it events whenever anything happens to the window (such as it being moved, resized, typed in, clicked in, etc.).
You can also attach it to an existing window.
It is useful for seeing what causes events to occur and to display the information that they contain; it is essentially a debugging and development tool, and should not be needed in normal usage.
%debug_package
%prep
%setup -q
@ -42,6 +44,9 @@ It is useful for seeing what causes events to occur and to display the informati
%doc COPYING
%changelog
* Sat Jul 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-1mamba
- update to 1.2.5
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
- automatic update by autodist