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

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 3 00:02:24 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

Toshio Ernie Kuratomi <a.badger at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
               Flag|                            |fedora-review+

--- Comment #10 from Toshio Ernie Kuratomi <a.badger at gmail.com> 2010-11-02 20:02:23 EDT ---
rpmlint:
python-sphinx10.src: W: spelling-error %description -l en_US reStructuredText
-> restructured Text, restructured-text, restructure
python-sphinx10.src: W: spelling-error %description -l en_US indices ->
induces, indies, indicts
python-sphinx10.src: W: spelling-error %description -l en_US docstrings -> doc
strings, doc-strings, drawstrings

These are false positives

python-sphinx10.src: W: no-cleaning-of-buildroot %clean
python-sphinx10.src: W: no-buildroot-tag
python-sphinx10.src: W: no-%clean-section

Also false positives -- they're there just in conditionals.

python-sphinx10.noarch: E: script-without-shebang
/usr/lib/python2.4/site-packages/Sphinx-1.0.4-py2.4.egg/sphinx/themes/epub/static/epub.css

Lots of these.  I think it's due to the version of setuptools in RHEL5
installing everything with execute permissions.  We probably want to run this
in %install:

  find %{buildroot}%{python_sitelib} -type f -exec chmod a-x \{\} \;

python-sphinx10.noarch: W: no-manual-page-for-binary sphinx-1.0-quickstart
python-sphinx10.noarch: W: no-manual-page-for-binary sphinx-1.0-autogen
python-sphinx10.noarch: W: no-manual-page-for-binary sphinx-1.0-build

Ignorable -- we can't generate the man pages on EL5.

4 packages and 0 specfiles checked; 68 errors, 16 warnings.

You can go ahead and do the chmod when you import the package.  This review
request is APPROVED.

-- 
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