Name: pst Version: 0 Release: 3%{?dist} Summary: Interactive process listing utility License: MPLv2.0 URL: https://github.com/psimonyi/%{name} Source0: https://github.com/psimonyi/%{name}/archive/master.tar.gz BuildRequires: cargo rust >= 1.10 Requires: procps-ng %description [Prerelease] While ps provides a reliable and highly versatile interface for scripting, it's somewhat inconvenient for quick interactive queries. pst defaults to showing a hierarchy of processes, and more columns if space is available, choosing the columns in the order they're most often useful. It can also highlight processes with a command matching a given string. %prep %autosetup -n %{name}-master %build cargo build --release %install mkdir -p %{buildroot}%{_bindir} cp -p target/release/%{name} %{buildroot}%{_bindir} %files %license Licence %doc Readme.md %{_bindir}/%{name} %changelog * Thu Nov 24 2016 Peter Simonyi - Update now that Fedora includes Rust * Fri Jul 8 2016 Peter Simonyi - Initial version