Name: wolo Version: 0.0.6 Release: 1%{?dist} Summary: Simple network monitoring in Rust. License: MIT OR Apache-2.0 URL: https://github.com/udoprog/wolo Source0: https://github.com/udoprog/wolo/archive/refs/tags/%{version}.tar.gz BuildRequires: cargo BuildRequires: rust BuildRequires: systemd-rpm-macros %description A simple networking utility in Rust. %prep %autosetup %build cargo build --release %install install -Dm755 target/release/wolo %{buildroot}%{_bindir}/wolo install -Dm644 rpm/wolo.service %{buildroot}%{_unitdir}/wolo.service %post %systemd_post wolo.service %preun %systemd_preun wolo.service %postun %systemd_postun_with_restart wolo.service %files %license LICENSE-MIT %license LICENSE-APACHE %{_bindir}/wolo %{_unitdir}/wolo.service