Name: yaft Version: 0.2.9 Release: 1%{?dist} Summary: Yet another framebuffer terminal with Sixel graphics support License: MIT URL: https://github.com/uobikiemukot/yaft Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: ncurses %description yaft is a simple terminal emulator for the Linux framebuffer console. It supports UTF-8, 256 colors, Sixel graphics, and DRCS (dynamically redefinable character sets). No X11 or Wayland required — runs directly on the kernel framebuffer. %prep %autosetup -n %{name}-%{version} %build export CFLAGS="%{optflags}" %make_build %install %make_install PREFIX=%{buildroot}%{_prefix} MANPREFIX=%{buildroot}%{_mandir} %files %license LICENSE %doc README.md ChangeLog %{_bindir}/yaft %{_bindir}/yaft_wall %{_mandir}/man1/yaft.1* %{_datadir}/terminfo/y/yaft* %changelog * Tue Apr 28 2026 Greg Procunier - 0.2.9-1 - Initial RPM package