Bug 662382 - Texinfo manual is missing in the Directory node
Summary: Texinfo manual is missing in the Directory node
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: texinfo
Version: rawhide
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Vitezslav Crhonek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 665668 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-12 09:43 UTC by Karel Klíč
Modified: 2013-03-03 23:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-11 14:12:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karel Klíč 2010-12-12 09:43:13 UTC
The Texinfo manual is not registered into the Directory node during the texinfo package installation.

%post
if [ -f %{_infodir}/texinfo ]; then # --excludedocs?
    /sbin/install-info %{_infodir}/texinfo %{_infodir}/dir || :
fi

/usr/share/info/texinfo doesn't exist so install-info is not called.
Only /usr/share/info/texinfo.gz exists, so the test should read:

[ -f %{_infodir}/texinfo.gz ]

The %preun section and the subpackages are also affected.

Version-Release number of selected component (if applicable):
F-13, Rawhide (only checked the spec file here)

Comment 1 Vitezslav Crhonek 2011-01-11 14:13:15 UTC
*** Bug 665668 has been marked as a duplicate of this bug. ***


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