]> git.pld-linux.org Git - packages/wayland-utils.git/blob - wayland-utils.spec
ea3c5b029ab3244c00052c0ae572e64adc899517
[packages/wayland-utils.git] / wayland-utils.spec
1 Summary:        wayland-info utility
2 Summary(pl.UTF-8):      Narzędzie wayland-info
3 Name:           wayland-utils
4 Version:        1.1.0
5 Release:        1
6 License:        MIT
7 Group:          Applications
8 #Source0Download: https://wayland.freedesktop.org/releases.html
9 Source0:        https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
10 # Source0-md5:  1a398cbb75c3ac1ac231b2a8f84bd6d6
11 URL:            https://wayland.freedesktop.org/
12 BuildRequires:  libdrm-devel >= 2.4.107
13 BuildRequires:  meson >= 0.47
14 BuildRequires:  ninja >= 1.5
15 BuildRequires:  pkgconfig
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  wayland-devel >= 1.20.0
18 BuildRequires:  wayland-protocols >= 1.24
19 BuildRequires:  xz
20 Requires:       libdrm >= 2.4.107
21 Requires:       wayland >= 1.20.0
22 Obsoletes:      wayland-info <= 0.0.1-0.20211213.1
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 wayland-info is a utility for displaying information about the Wayland
27 protocols supported by a Wayland compositor.
28
29 %description -l pl.UTF-8
30 wayland-info to narzędzie do wyświetlania informacji o protokołach
31 Wayland 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
42 rm -rf $RPM_BUILD_ROOT
43
44 %ninja_install -C build
45
46 %clean
47 rm -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.108583 seconds and 2 git commands to generate.