[Bug 648633] Review Request: python-sphinx10 - Python documentation generator

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 1 21:07:35 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=648633

--- Comment #3 from Toshio Ernie Kuratomi <a.badger at gmail.com> 2010-11-01 17:07:34 EDT ---
*.po files are a source file, *.mo files are what's actually used so we want to
exclude them.  I noticed that you also included the *.js translations in the
main python-sphinx package which was a good catch... but I think we're losing
the marking of the files as language specific files.  Taking a look at that.

An initial look at this spec looks good except that the language stuff is going
to be incorrect... but fixing it will take a bit of patching as the versions
will clash if we don't.

The main sphinx package puts the language files in /usr/share/locale and
/usr/share/sphinx.  %find_lang is able to find the files in /usr/share/locale
and we manually find the files under /usr/share/sphinx.  This package leaves
everything in the module directory so find_lang isn't marking them.  We can't
move them to the same directory as the main sphinx uses as the files would
clash with the main sphinx package then... probably have to patch the code to
look for them under an alternate name/directory like sphinx10.

I can look at making a patch for this package after looking at the main package
if you want.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list