#3 Avoid including .gz compression in man page globs
Closed 5 years ago by tomh. Opened 5 years ago by feborges.
rpms/ feborges/libgxps avoid-gz-f29  into  f29

file modified
+1 -1
@@ -75,7 +75,7 @@ 

  

  %files tools

  %{_bindir}/xpsto*

- %{_mandir}/man1/xpsto*.1.gz

+ %{_mandir}/man1/xpsto*.1*

  

  

  %changelog

The recommendation in the Fedora packaging guidelines is to have:

%{_mandir}/man1/<command>.1*

which is more robust against future changes to the RPM scripts to
use different compression.

Pull-Request has been closed by tomh

5 years ago