%global debug_package %{nil} Name: bandwhich Version: 0.11.0 Release: 1%{?dist} Summary: Terminal bandwidth utilization tool License: MIT URL: https://github.com/imsnif/bandwhich Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cargo >= 1.39.0 BuildRequires: rust >= 1.39.0 %description This is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname. %prep %autosetup -n %{name}-%{version} %build #cargo build --release %install cargo install --root=%{buildroot}%{_prefix} --path=. rm -f %{buildroot}%{_prefix}/.crates.toml %files %license LICENSE.md %doc README.md CONTRIBUTING.md CHANGELOG.md %{_bindir}/%{name} %changelog * Sat Jan 25 2020 Artem Polishchuk - 0.11.0-1 - Update to 0.11.0 * Sat Jan 18 2020 Artem Polishchuk - 0.10.0-1 - Update to 0.10.0 * Wed Jan 15 2020 Artem Polishchuk - 0.9.0-1 - Initial package