Name: test-app Version: 1.0 Release: 1%{?dist} Summary: Test application License: MIT URL: https://github.com/ktec/test-app %description A test RPM package. %prep # Nothing to prep %build echo "Building..." %install mkdir -p %{buildroot}%{_bindir} echo '#!/bin/bash' > %{buildroot}%{_bindir}/test-app echo 'echo "Hello from test-app"' >> %{buildroot}%{_bindir}/test-app chmod +x %{buildroot}%{_bindir}/test-app %files %{_bindir}/test-app %changelog * Thu Jun 05 2025 Ktec - 1.0-1 - Initial release