Name: hellwal Version: 1.0.7 Release: 1%{?dist} Summary: Fast, extensible color palette generator in C License: MIT URL: https://github.com/danihek/hellwal Source0: https://github.com/danihek/hellwal/archive/refs/tags/v%{version}.tar.gz BuildRequires: gcc BuildRequires: make %description Hellwal is a pywal-like color palette generator written in C. It extracts a color palette from a wallpaper image and renders it into templates for your terminal, editor, Waybar, and more. %prep %setup -q -n hellwal-%{version} %build make CFLAGS="%{optflags}" LDFLAGS="-lm" %install mkdir -p %{buildroot}%{_bindir} install -m 755 hellwal %{buildroot}%{_bindir}/hellwal %files %{_bindir}/hellwal %changelog * Thu Aug 28 2026 Maomaokuxs - 1.0.7-1 - Initial package