Name: macho Version: 1 Release: 1%{?dist} Summary: The man command on steroids License: MIT URL: https://hiphish.github.io/blog/2020/05/31/macho-man-command-on-steroids/ Source0: %{name}-%{version}.tar.gz BuildArch: noarch Requires: bash Requires: fzf Requires: gawk Requires: grep Requires: sed %description The Unix man command can open a manual page if you know its name, and the apropos command can search through the manuals if you are looking for a specific word. Let's put the two to work together into a command I like to call macho: the man command on steroids. %prep %setup -q %build %install mkdir -p %{buildroot}/%{_bindir} install -m 0755 %name %{buildroot}/%{_bindir}/%{name} %files %{_bindir}/%{name} %changelog * Fri Oct 02 2020 David Ramirez Salomon - 1-1 - First build of macho