Name: hello Version: 1.0 Release: 1.20250717100940062498.pr1%{?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 * Thu Jul 17 2025 Packit - 1.0-1.20250717100940062498.pr1 - Development snapshot (95d08c5a)