Description of problem: The package contains tiffset utility, but does not contain its man page. http://www.remotesensing.org/libtiff/man/tiffset.1.html Version-Release number of selected component (if applicable): libtiff-3.6.1-12.el4_7.2 How reproducible: Always Steps to Reproduce: $ rpm -ql libtiff libtiff-devel | grep tiffset /usr/bin/tiffset $ Actual results: Man page for tiffset is NOT present. Expected results: Man page for tiffset is present. Additional info:
Hmm, this is not a packaging error, but an omission in the upstream tarball for 3.6.1. To fix, we'd have to investigate the differences between 3.6.1 and 3.8.2 tiffset (which are nontrivial to judge from the relative sizes of tiffset.c) and then modify the 3.8.2 man page accordingly. Not sure if it's worth fixing.
Let's wait for the change in upstream tarball.
Agreed, closing WONTFIX.