]> git.pld-linux.org Git - packages/wayland-utils.git/blame - wayland-utils.spec
O: wayland-info
[packages/wayland-utils.git] / wayland-utils.spec
CommitLineData
96e5010c
JB
1Summary: wayland-info utility
2Summary(pl.UTF-8): Narzędzie wayland-info
3Name: wayland-utils
217704fa 4Version: 1.1.0
96e5010c
JB
5Release: 1
6License: MIT
7Group: Applications
8#Source0Download: https://wayland.freedesktop.org/releases.html
217704fa
JP
9Source0: https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
10# Source0-md5: 1a398cbb75c3ac1ac231b2a8f84bd6d6
96e5010c 11URL: https://wayland.freedesktop.org/
217704fa 12BuildRequires: libdrm-devel >= 2.4.107
96e5010c
JB
13BuildRequires: meson >= 0.47
14BuildRequires: ninja >= 1.5
15BuildRequires: pkgconfig
217704fa
JP
16BuildRequires: tar >= 1:1.22
17BuildRequires: wayland-devel >= 1.20.0
18BuildRequires: wayland-protocols >= 1.24
19BuildRequires: xz
20Requires: libdrm >= 2.4.107
21Requires: wayland >= 1.20.0
2f3ca455 22Obsoletes: wayland-info <= 0.0.1-0.20211213.1
96e5010c
JB
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26wayland-info is a utility for displaying information about the Wayland
27protocols supported by a Wayland compositor.
28
29%description -l pl.UTF-8
30wayland-info to narzędzie do wyświetlania informacji o protokołach
31Wayland obsługiwanych przez kompozytora Wayland.
32
33%prep
34%setup -q
35
36%build
37%meson build
38
39%ninja_build -C build
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%ninja_install -C build
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc COPYING README.md
52%attr(755,root,root) %{_bindir}/wayland-info
53%{_mandir}/man1/wayland-info.1*
This page took 0.220948 seconds and 4 git commands to generate.