Name: st Version: 0.9.3 Release: 1%{?dist} Summary: Suckless Terminal License: MIT URL: https://git.suckless.org/st Source0: https://dl.suckless.org/st/st-%{version}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(ncurses) Requires: libX11 Requires: libXft Requires: fontconfig Requires: ncurses %description st is a simple terminal implementation for X, focusing on simplicity and clarity. It is a fork of the ancient and venerable terminal, adding a few features that make it a nice, simple, fast terminal emulator with good Unicode support. %prep %autosetup -n st-%{version} %build %make_build PREFIX=%{_prefix} %install %make_install PREFIX=%{_prefix} %check true %files %license LICENSE %doc README %{_bindir}/st %{_mandir}/man1/st.1* %changelog %autochangelog