%global toolchain clang %global debug_package %{nil} %global commit ed8e349 %global snapdate 20260430 Name: dam Version: 0^%{snapdate}git%{commit} Release: %autorelease Summary: Minimal status bar for River Wayland compositor License: ISC URL: https://codeberg.org/sewn/dam Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz Source1: https://codeberg.org/sewn/drwl/archive/master.tar.gz#/drwl-master.tar.gz BuildRequires: clang BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(fcft) BuildRequires: pkgconfig(pixman-1) Requires: river %description A minimal dwm-esque status bar for the River Wayland compositor. %prep %autosetup -n %{name} rmdir drwl tar xzf %{SOURCE1} %build export CFLAGS="%{optflags} -D_GNU_SOURCE" export LDFLAGS="%{build_ldflags}" make %{?_smp_mflags} PREFIX=%{_prefix} %install %make_install PREFIX=%{_prefix} %files %{_bindir}/dam %changelog %autochangelog