#3 Avoid using compression format in man page globs
Closed 4 years ago by xberry. Opened 4 years ago by xberry.
Unknown source master  into  master

file modified
+5 -2
@@ -6,7 +6,7 @@

  

  Name:           telepathy-idle

  Version:        0.2.0

- Release:        12%{?dist}

+ Release:        13%{?dist}

  Summary:        IRC connection manager for Telepathy

  

  License:        LGPLv2+
@@ -58,10 +58,13 @@

  %{_libexecdir}/%{name}

  %{_datadir}/dbus-1/services/*.service

  %{_datadir}/telepathy/managers/*.manager

- %{_mandir}/man8/%{name}.8.gz

+ %{_mandir}/man8/%{name}.8*

  

  

  %changelog

+ *Tue Jul 23 2019 Jan Beran <jaberan@redhat.com> - 0.2.0-13

+ -Avoid using .gz in manpage listing according to Fedora guidelines

+ 

  * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-12

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

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.
Link here: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_manpages

Pull-Request has been closed by xberry

4 years ago