%global tag v%{version} %global debug_package %{nil} Name: rivercarro Version: 0.6.0 Release: %autorelease Summary: Layout generator for River with monocle and gaps support License: GPL-3.0-or-later URL: https://git.sr.ht/~novakane/rivercarro Source0: %{url}/archive/%{tag}.tar.gz BuildRequires: zig >= 0.14 BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: scdoc Requires: river %description rivercarro is a slightly modified version of rivertile layout generator for the River Wayland compositor. It provides monocle layout, smart gaps, and runtime layout configuration. %prep %autosetup -n %{name}-%{tag} %build %install DESTDIR=%{buildroot} zig build install \ --release=safe \ --prefix %{_prefix} \ -Dpie=true %files %license COPYING %{_bindir}/rivercarro %{_mandir}/man1/rivercarro.1* %changelog %autochangelog