Name: cbonsai Version: 1.3.1 Release: 1%{?dist} Summary: Grow bonsai trees in your terminal License: GPL-3.0-only URL: https://gitlab.com/jallbrit/cbonsai Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 BuildRequires: gcc BuildRequires: ncurses-devel BuildRequires: scdoc %description cbonsai is a bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable via CLI options-- see usage. There are 2 modes of operation: static (see finished bonsai tree), and live (see growth step-by- step). %prep %autosetup -n %{name}-v%{version} %build %make_build %install %make_install PREFIX=%{_prefix} %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog * Mon Aug 15 2022 Jonathan Wright - 1.3.1-1 - Initial package build