47 lines
1.2 KiB
RPMSpec
47 lines
1.2 KiB
RPMSpec
Name: wayland-utils
|
|
Version: 1.2.0
|
|
Release: 1mamba
|
|
Summary: A utility for displaying information about the Wayland protocols supported by a Wayland compositor
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gitlab.freedesktop.org/wayland/wayland-utils
|
|
Source: https://gitlab.freedesktop.org/wayland/wayland-utils.git/%{version}/wayland-utils-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libdrm-devel
|
|
BuildRequires: libwayland-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: meson
|
|
|
|
%description
|
|
wayland-info is a utility for displaying information about the Wayland protocols supported by a Wayland compositor.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/wayland-info
|
|
%{_mandir}/man1/wayland-info.1.gz
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Sat Oct 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
|
- package created using the webbuild interface
|