%define debug_package %nil Name: bdinfo-rs Version: 3.0.0 Release: 1%{?dist} Summary: Memory-safe, zero-C-dependency Rust Blu-ray disc analyzer Group: Applications/System License: MIT license URL: https://bdinfo.hyperslop.dev Source0: https://github.com/agentjp/bdinfo-rs/archive/refs/tags/v%{version}.tar.gz BuildRequires: cargo %description Memory-safe, zero-C-dependency Rust Blu-ray disc analyzer — a drop-in BDInfo report tool for BDMV folders and .iso images. %prep %setup -n %{name}-%{version} %build cargo build --profile release %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %{__install} -D -m 755 target/release/%{name} $RPM_BUILD_ROOT/usr/bin/%{name} %files %doc ABOUT.md CHANGELOG.md INSTALL.md NOTICE README.md SECURITY.md %license LICENSE %attr(755,root,root) %{_bindir}/%{name}