From 950b59c8316eaaa81a6b362e72eb562cf4f3a490 Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: Mar 26 2019 15:55:27 +0000 Subject: 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. --- 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