import wayland-utils-1.0.0-4.el9
This commit is contained in:
commit
43b853175c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/wayland-utils-1.0.0.tar.xz
|
1
.wayland-utils.metadata
Normal file
1
.wayland-utils.metadata
Normal file
@ -0,0 +1 @@
|
||||
b5b8d498a892866d56ffbe862039d7c97acbe7bc SOURCES/wayland-utils-1.0.0.tar.xz
|
53
SPECS/wayland-utils.spec
Normal file
53
SPECS/wayland-utils.spec
Normal file
@ -0,0 +1,53 @@
|
||||
Name: wayland-utils
|
||||
Version: 1.0.0
|
||||
Release: 4%{?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
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.0-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Aug 3 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.0.0-1
|
||||
- Initial package
|
Loading…
Reference in New Issue
Block a user