package created using the webbuild interface [release 1.2.0-1mamba;Sat Oct 12 2024]
This commit is contained in:
parent
dbc20d2d97
commit
8f0c0be283
@ -1,2 +1,4 @@
|
|||||||
# wayland-utils
|
# wayland-utils
|
||||||
|
|
||||||
|
wayland-info is a utility for displaying information about the Wayland protocols supported by a Wayland compositor.
|
||||||
|
|
||||||
|
46
wayland-utils.spec
Normal file
46
wayland-utils.spec
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user