From 1f9b4aace1b5ea9f1085e7c39aae8c916155b9c9 Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: Tue, 26 Mar 2019 13:10:34 +0000 Subject: [PATCH] Avoid including .gz compression in man page globs The recommendation in the Fedora packaging guidelines is to have: %{_mandir}/man1/.1* which is more robust against future changes to the RPM scripts to use different compression. --- libgxps.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgxps.spec b/libgxps.spec index 2acbdef..5a20382 100644 --- a/libgxps.spec +++ b/libgxps.spec @@ -75,7 +75,7 @@ documents using the %{name} library. %files tools %{_bindir}/xpsto* -%{_mandir}/man1/xpsto*.1.gz +%{_mandir}/man1/xpsto*.1* %changelog