%global debug_package %{nil} %undefine _package_note_file Name: vivid Version: 0.11.1 Release: 1%{?dist} Summary: A themeable LS_COLORS generator with a rich filetype datebase License: Apache-2.0 URL: https://github.com/sharkdp/vivid Source0: vivid-%{version}.tar.zst BuildRequires: rust >= 1.95 BuildRequires: cargo >= 1.95 BuildRequires: cmake BuildRequires: gcc %description %{summary}. %prep %autosetup -p1 -n vivid-%{version} %build CMAKE=cmake3 RUSTFLAGS='-C strip=symbols' cargo build --release %install install -Dm755 target/release/vivid %{buildroot}%{_bindir}/vivid %files %license LICENSE-APACHE %doc README.md %{_bindir}/vivid %changelog * Thu Apr 30 2026 Shane C. - 0.11.1-1 - initial release