Bug 484070 - Django-doc package doesn't contain HTML documents
Summary: Django-doc package doesn't contain HTML documents
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Django
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-04 16:23 UTC by Yuta Kitamura
Modified: 2009-03-25 16:07 UTC (History)
2 users (show)

Fixed In Version: 1.0.2-2.fc9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-25 16:03:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Yuta Kitamura 2009-02-04 16:23:05 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.0.5) Gecko/2008121622 Fedora/3.0.5-1.fc10 Firefox/3.0.5

Current Django-doc package (Django-doc-1.0.2-1.fc10.noarch) contains only .txt files
instead of compiled HTML documents. Actually, included .txt files are the source of
documents, and you need to compile them in order to get HTMLs.

Clearly this package is mispackaged. Compiled documents should be provided.

Reproducible: Always

Steps to Reproduce:
1. Installs Django-doc package.
2.
3.
Actual Results:  
HTML documents are not available.

Expected Results:  
HTML documents should be available.

You can easily get HTML documents by compiling the source.

# yum install python-sphinx
$ cp -r /usr/share/doc/Django-doc-1.0.2 ~
$ cd ~/Django-doc-1.0.2
$ make html

Then, you can see ~/Django-doc-1.0.2/_build/html/index.html in your browser.

Comment 1 Michel Lind 2009-03-12 23:49:44 UTC
Django has been in Fedora since before sphinx was available. But you're quite right, now that it is, the documentation should be built.

Comment 2 Fedora Update System 2009-03-13 02:24:23 UTC
Django-1.0.2-2.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/Django-1.0.2-2.fc10

Comment 3 Fedora Update System 2009-03-13 02:24:28 UTC
Django-1.0.2-2.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/Django-1.0.2-2.fc9

Comment 4 Fedora Update System 2009-03-13 18:36:48 UTC
Django-1.0.2-2.fc10 has been pushed to the Fedora 10 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update Django'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-2652

Comment 5 Fedora Update System 2009-03-13 18:40:31 UTC
Django-1.0.2-2.fc9 has been pushed to the Fedora 9 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing-newkey update Django'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-2667

Comment 6 Fedora Update System 2009-03-25 16:03:18 UTC
Django-1.0.2-2.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2009-03-25 16:07:03 UTC
Django-1.0.2-2.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.