wayland-utils/wayland-utils.spec
Troy Dawson f869b813a7 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/wayland-utils#c17bb287b0b0a5b8fc55e520edfa3bf2a3157f13
2020-10-20 08:28:11 -07:00

44 lines
1.0 KiB
RPMSpec

Name: wayland-utils
Version: 1.0.0
Release: 1%{?dist}
Summary: Wayland utilities
License: MIT
URL: https://wayland.freedesktop.org/
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: meson
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols) >= 1.17
BuildRequires: pkgconfig(wayland-scanner)
%description
wayland-utils contains wayland-info, a standalone version of weston-info,
a utility for displaying information about the Wayland protocols supported
by the Wayland compositor.
wayland-info also provides additional information for a subset of Wayland
protocols it knows about, namely Linux DMABUF, presentation time, tablet and
XDG output protocols.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%files
%license COPYING
%doc README.md
%{_bindir}/wayland-info
%{_mandir}/man1/wayland-info.1*
%changelog
* Mon Aug 3 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.0.0-1
- Initial package