]> git.pld-linux.org Git - packages/wlr-randr.git/blob - wlr-randr.spec
17e0ef066588e672e0f8948e1cfc2881d6675f0c
[packages/wlr-randr.git] / wlr-randr.spec
1 Summary:        An xrandr clone for wlroots compositors
2 Name:           wlr-randr
3 Version:        0.3.1
4 Release:        1
5 License:        MIT
6 Group:          Applications
7 Source0:        https://git.sr.ht/~emersion/wlr-randr/refs/download/v%{version}/%{name}-%{version}.tar.gz
8 # Source0-md5:  1985219178dbbcbb4d6a87420644912a
9 URL:            https://sr.ht/~emersion/wlr-randr/
10 BuildRequires:  meson >= 0.47.0
11 BuildRequires:  ninja
12 BuildRequires:  pkgconfig
13 BuildRequires:  rpmbuild(macros) >= 1.752
14 BuildRequires:  wayland-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Utility to manage outputs of a Wayland compositor.
19
20 %prep
21 %setup -q
22
23 %build
24 %meson build
25 %ninja_build -C build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %ninja_install -C build
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc README.md
37 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.038968 seconds and 2 git commands to generate.