Name: lowfi Version: 1.5.6 Release: 2%{?dist} Summary: A simple, minimalistic terminal music player written in Rust License: MIT URL: https://github.com/talwat/lowfi Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildRequires: rust >= 1.74.0 BuildRequires: cargo BuildRequires: openssl-devel BuildRequires: alsa-lib-devel BuildRequires: pulseaudio-libs-devel Requires: alsa-lib Requires: openssl Requires: zlib %description Lowfi is a simple, minimalistic terminal music player written in Rust. It aims to be fast, lightweight, and easy to use. %prep %autosetup -n lowfi-%{version} %build cargo build --release %install install -Dm0755 target/release/lowfi %{buildroot}%{_bindir}/lowfi %files %{_bindir}/lowfi %changelog * Thu Mar 13 2025 - 1.5.6-2 - Added missing runtime dependencies