Blame SPECS/wayland-utils.spec

f81fa9
Name:           wayland-utils
f81fa9
Version:        1.0.0
f81fa9
Release:        4%{?dist}
f81fa9
Summary:        Wayland utilities
f81fa9
f81fa9
License:        MIT
f81fa9
URL:            https://wayland.freedesktop.org/
f81fa9
Source0:        https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
f81fa9
f81fa9
BuildRequires:  gcc
f81fa9
BuildRequires:  meson
f81fa9
BuildRequires:  pkgconfig(wayland-client)
f81fa9
BuildRequires:  pkgconfig(wayland-protocols) >= 1.17
f81fa9
BuildRequires:  pkgconfig(wayland-scanner)
f81fa9
f81fa9
f81fa9
%description
f81fa9
wayland-utils contains wayland-info, a standalone version of weston-info,
f81fa9
a utility for displaying information about the Wayland protocols supported
f81fa9
by the Wayland compositor.
f81fa9
wayland-info also provides additional information for a subset of Wayland
f81fa9
protocols it knows about, namely Linux DMABUF, presentation time, tablet and
f81fa9
XDG output protocols.
f81fa9
f81fa9
%prep
f81fa9
%setup -q
f81fa9
f81fa9
%build
f81fa9
%meson
f81fa9
%meson_build
f81fa9
f81fa9
%install
f81fa9
%meson_install
f81fa9
f81fa9
%files
f81fa9
%license COPYING
f81fa9
%doc README.md
f81fa9
%{_bindir}/wayland-info
f81fa9
%{_mandir}/man1/wayland-info.1*
f81fa9
f81fa9
%changelog
f81fa9
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-4
f81fa9
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f81fa9
  Related: rhbz#1991688
f81fa9
f81fa9
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-3
f81fa9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f81fa9
f81fa9
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
f81fa9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f81fa9
f81fa9
* Mon Aug  3 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.0.0-1
f81fa9
- Initial package