Avoid including .gz compression in man page globs
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.
This commit is contained in:
parent
f2afe6a627
commit
1f9b4aace1
@ -75,7 +75,7 @@ documents using the %{name} library.
|
||||
|
||||
%files tools
|
||||
%{_bindir}/xpsto*
|
||||
%{_mandir}/man1/xpsto*.1.gz
|
||||
%{_mandir}/man1/xpsto*.1*
|
||||
|
||||
|
||||
%changelog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user