This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author a.badger
Recipients a.badger, akitada, calvin, tarek, thomasvs
Date 2009-11-23.18:42:32
SpamBayes Score 1.3597357e-05
Marked as misclassified No
Message-id <1259001755.21.0.909294923918.issue644744@psf.upfronthosting.co.za>
In-reply-to
Content
sed is one of the programs we assume is always present when we build
packages in Fedora which is probably also what is wanted here.  (A
default install of Fedora will include sed but someone might be able to
create a minimal install that did not include it.) Note that within
Fedora we usually use a wildcard with man pages.  For example::

  %{_mandir}/man1/foo.1*

I'd suggest doing this rather than hardcoding ".gz".  Automatic
compression of manpages could be disabled on other distros, set to
bzip2, compress, or xz instead.  Wildcarding the suffix will catch all
of these cases and be more future-proof.
History
Date User Action Args
2009-11-23 18:42:36a.badgersetrecipients: + a.badger, calvin, thomasvs, tarek, akitada
2009-11-23 18:42:35a.badgersetmessageid: <1259001755.21.0.909294923918.issue644744@psf.upfronthosting.co.za>
2009-11-23 18:42:32a.badgerlinkissue644744 messages
2009-11-23 18:42:32a.badgercreate