%global debug_package %{nil} Name: yazi Version: 25.5.31 Release: %autorelease Summary: Blazing Fast Terminal File Manager License: MIT URL: https://github.com/sxyazi/%{name} Source: https://github.com/sxyazi/%{name}/archive/refs/tags/v%{version}.tar.gz BuildRequires: cargo BuildRequires: rust Requires: file Requires: jq Requires: ffmpeg Requires: fd-find Requires: ripgrep Requires: fzf %description %prep %autosetup -n %{name}-%{version} %build export RUSTFLAGS="%{build_rustflags}" cargo build --release %install install -Dpm 0755 target/release/ya -t %{buildroot}%{_bindir}/ install -Dpm 0755 target/release/yazi -t %{buildroot}%{_bindir}/ %files %license LICENSE %doc README.md %{_bindir}/ya %{_bindir}/yazi %changelog %autochangelog