From a1a343108f2390c78912418fbc1392dac1fb17c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Mar 2023 14:10:38 +0100 Subject: man page title --- php82.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php82.spec b/php82.spec index 7957a6c..70d3a88 100644 --- a/php82.spec +++ b/php82.spec @@ -162,7 +162,7 @@ cp %{SOURCE2} . # generate a helper script that will be used by help2man cat >h2m_helper <<'EOF' #!/bin/bash -[ "$1" == "--version" ] && echo "%{scl_name} %{version} Software Collection" || cat README +[ "$1" == "--version" ] && echo "%{scl_name} Software Collection (PHP %{version})" || cat README EOF chmod a+x h2m_helper -- cgit