Name: wayland-tracer Version: 0.1.0 Release: 0.1%{?dist} Summary: Wire protocol dumper for Wayland License: MIT URL: https://github.com/dboyan/wayland-tracer Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc BuildRequires: libtool BuildRequires: make BuildRequires: pkgconfig(expat) %description wayland-tracer is a protocol dumper for Wayland. It can be used to trace what's on the wire between the compositor and client, which can be useful for debugging and is superior to WAYLAND_DEBUG in some aspects. It can dump raw binary data or interpret data to readable format if XML protocol definitions are provided. %prep %autosetup %build autoreconf -fiv %configure %make_build %install %make_install %files %license COPYING %doc README %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog * Fri Jan 08 2021 Aleksei Bavshin - 0.1.0-0.1 - Initial package