Name: hello Version: 1.0 Release: 1.20250803191627265669.pr23%{?dist} Summary: A simple Hello World bash script License: MIT Source0: hello-1.0.tar.gz BuildArch: noarch BuildRequires: make %description A minimal Hello World program written in bash. %prep %build %install mkdir -p %{buildroot}/usr/bin install -m 0755 %{SOURCE0} %{buildroot}/usr/bin/hello %files /usr/bin/hello %changelog * Sun Aug 03 2025 Packit - 1.0-1.20250803191627265669.pr23 - Development snapshot (0602519d)