%global debug_package %{nil} Name: bluetui Version: 0.6 Release: %autorelease Summary: TUI for managing bluetooth on Linux License: GPL-3.0-or-later URL: https://github.com/pythops/%{name} Source: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: cargo BuildRequires: rust BuildRequires: dbus-devel BuildRequires: pkgconf-pkg-config %description TUI for managing bluetooth on Linux %prep %autosetup -n %{name}-%{version} %build %cargo_build %install %cargo_install %check %{buildroot}%{_bindir}/bluetui --version %files %doc Readme.md %license LICENSE %cargo_license %{_bindir}/bluetui %changelog %autochangelog