Name: tinycols Version: 0.8.6 Release: 1%{?dist} Summary: A jewel-matching puzzle game for the Unix terminal License: BSD-3-Clause URL: https://github.com/zedr/tinycols Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz %global debug_package %{nil} BuildRequires: gcc BuildRequires: make BuildRequires: ncurses-devel %description TinyCols is a jewel-matching puzzle game for the Unix terminal, inspired by classic arcade and console games. %prep %autosetup %build %make_build %check %make_build tests DBG_CFLAGS= make test %install install -Dspm 0755 build/%{name} %{buildroot}%{_bindir}/%{name} install -Dpm 0644 doc/man/%{name}.6 %{buildroot}%{_mandir}/man6/%{name}.6 %files %license LICENSE %{_bindir}/%{name} %{_mandir}/man6/%{name}.6* %changelog * Sun Mar 15 2026 Rigel Di Scala - 0.8.6-1 - Initial package