Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=863145
Trond H. Amundsen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Trond H. Amundsen <[email protected]> --- (In reply to comment #4) > > %doc %{_mandir}/man1/listadmin.1.gz > > As in comment 2, files below %{_mandir} are marked as %doc automatically. > It's not necessary to use %doc here explicitly. Also, and this is a major nitpick, you shouldn't specify ".gz" here, as the compression used for manpages may change in the future. In addition, it increases the portability of the spec, as other rpm-based distros use other compression algorithms. I believe e.g. SUSE uses bzip2. This should do: %{_mandir}/man1/listadmin.1* -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OOVfLXnPCq&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
