Specify a better man page name

Related: RHEL-96490
This commit is contained in:
Siddhesh Poyarekar 2025-06-21 06:59:56 -04:00 committed by Siddhesh Poyarekar
parent d8fd8a639c
commit a410d8180e

View File

@ -122,7 +122,7 @@ fi
EOF EOF
chmod a+x h2m_helper chmod a+x h2m_helper
# Generate the man page. # Generate the man page.
help2man -N --section 7 ./h2m_helper -o %{?scl_name}.7 help2man -n "GNU project C, C++ and Fortran compiler and linker" -N --section 7 ./h2m_helper -o %{?scl_name}.7
gzip %{?scl_name}.7 gzip %{?scl_name}.7
# Enable collection script # Enable collection script