]> git.pld-linux.org Git - packages/wlr-randr.git/blob - wlr-randr.spec
up to 0.4.1
[packages/wlr-randr.git] / wlr-randr.spec
1 Summary:        An xrandr clone for wlroots compositors
2 Name:           wlr-randr
3 Version:        0.4.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:  3261193b5db93d013ff9ee613d20342c
9 URL:            https://sr.ht/~emersion/wlr-randr/
10 BuildRequires:  meson >= 0.51.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.109855 seconds and 4 git commands to generate.