From d84356d921ea0e662cfe42802bec8a030b14827f Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 3 Mar 2016 07:56:56 +0100 Subject: [PATCH] use the package name as program suite in man pages --- libvisio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvisio.spec b/libvisio.spec index 28e59be..5c41545 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -68,7 +68,7 @@ rm -rf %{buildroot}/%{_docdir}/%{name} # generate and install man pages export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} for tool in vsd2raw vss2text vsd2xhtml vss2raw vsd2text vss2xhtml; do - help2man -N -o ${tool}.1 %{buildroot}%{_bindir}/${tool} + help2man -N -S '%{name} %{version}' -o ${tool}.1 %{buildroot}%{_bindir}/${tool} done install -m 0755 -d %{buildroot}/%{_mandir}/man1 install -m 0644 vsd2*.1 vss2*.1 %{buildroot}/%{_mandir}/man1