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
This commit is contained in:
Troy Dawson 2020-10-20 08:28:11 -07:00
parent d8c686ab42
commit f869b813a7
4 changed files with 48 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/wayland-utils-1.0.0.tar.xz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# wayland-utils
The wayland-utils package

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (wayland-utils-1.0.0.tar.xz) = 4c6f1822435b36b3acd361c0c54e56150e8a2697a9c4b2c20a149fcfaafe237e45807df3471884ddf594d89558001099e2d938e3f48988ba6950a0f1e3538db2

43
wayland-utils.spec Normal file
View File

@ -0,0 +1,43 @@
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