Name: television Version: 0.15.3 Release: 1%{?dist} Summary: A fast, hackable fuzzy finder for the terminal License: MIT URL: https://github.com/alexpasmantier/television Source0: https://github.com/alexpasmantier/television/archive/refs/tags/%{version}.tar.gz BuildRequires: cargo BuildRequires: rust BuildRequires: gcc %description Television is a fast, portable fuzzy finder for the terminal. Search files, git repos, shell history, env vars and more via channels. %prep %autosetup -n television-%{version} %build cargo build --release --locked %install install -Dm755 target/release/tv %{buildroot}%{_bindir}/tv %files %license LICENSE %{_bindir}/tv %changelog * Sat Mar 21 2026 anatta - 0.15.3-1 - Initial package