]> git.pld-linux.org Git - packages/wayland-utils.git/blob - wayland-utils.spec
up to 1.2.0
[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.2.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:  736dbcefc534407d4e774087726844a1
11 URL:            https://wayland.freedesktop.org/
12 BuildRequires:  libdrm-devel >= 2.4.109
13 BuildRequires:  meson >= 0.47
14 BuildRequires:  ninja >= 1.5
15 BuildRequires:  pkgconfig
16 BuildRequires:  rpmbuild(macros) >= 1.736
17 BuildRequires:  tar >= 1:1.22
18 BuildRequires:  wayland-devel >= 1.20.0
19 BuildRequires:  wayland-protocols >= 1.24
20 BuildRequires:  xz
21 Requires:       libdrm >= 2.4.109
22 Requires:       wayland >= 1.20.0
23 Obsoletes:      wayland-info <= 0.0.1-0.20211213.1
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 wayland-info is a utility for displaying information about the Wayland
28 protocols supported by a Wayland compositor.
29
30 %description -l pl.UTF-8
31 wayland-info to narzędzie do wyświetlania informacji o protokołach
32 Wayland obsługiwanych przez kompozytora Wayland.
33
34 %prep
35 %setup -q
36
37 %build
38 %meson build
39
40 %ninja_build -C build
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %ninja_install -C build
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc COPYING README.md
53 %attr(755,root,root) %{_bindir}/wayland-info
54 %{_mandir}/man1/wayland-info.1*
This page took 0.166235 seconds and 4 git commands to generate.