%global owner neurobin Name: shc Summary: Shell script compiler URL: https://neurobin.org/projects/softwares/unix/shc/ Version: 4.0.3 Release: 1%{?dist} Source0: https://github.com/%{owner}/%{name}/archive/refs/tags/4.0.3.tar.gz License: GPLv3 BuildRequires: gcc %description SHC is a generic shell script compiler. It takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a s- tripped binary. %prep %autosetup -n %{name}-%{version} %build %configure %make_build %install %make_install %files %{_bindir}/%{name} %{_mandir}/*/%{name}* %changelog * Mon Sep 9 2019 Mosaab Alzoubi - 4.0.3-1 - Update to 4.0.3 * Mon Apr 10 2017 Mosaab Alzoubi - 3.9.3-1 - Initial