Bug 4112

Summary: mark files under /usr/share/texmf/doc/ as doc for RPM
Product: Sisyphus Reporter: Ivan Zakharyaschev <imz>
Component: tetex-coreAssignee: Alexander Bokovoy <ab>
Status: CLOSED WONTFIX QA Contact: qa-sisyphus
Severity: minor    
Priority: P2 CC: kirill, ldv
Version: unstable   
Hardware: all   
OS: Linux   

Description Ivan Zakharyaschev 2004-05-10 17:49:45 MSD
/usr/share/texmf/doc/help/Catalogue/entries/texdoc.html
/usr/share/texmf/doc/help/Catalogue/entries/texdoctk.html
/usr/share/texmf/doc/texdoctk/README

should be marked as %doc for RPM.

Steps to Reproduce:
1. rpm -q tetex-core -l | fgrep texmf/doc
2. rpm -q tetex-core -ld | fgrep texmf/doc
3.
Actual Results:  
1.
/usr/share/texmf/doc
/usr/share/texmf/doc/help/Catalogue/entries/texdoc.html
/usr/share/texmf/doc/help/Catalogue/entries/texdoctk.html
/usr/share/texmf/doc/texdoctk
/usr/share/texmf/doc/texdoctk/README
2.
<empty>

Expected Results:  
more in common between 1. & 2.
Comment 1 Dmitry V. Levin 2004-06-09 01:07:59 MSD
Reassigned to maintainer.
Comment 2 Alexander Bokovoy 2004-07-06 19:25:05 MSD
Files marked as %doc are copied to %_docdir/%name-%version by RPM at build time
from local build directory. It is impossible to assign a 'documentation'
attribute to a resource without having it in %_docdir/%name-%version.