Red Hat Bugzilla – Bug 133255
Spec file incorrectly buries MAN pages
Last modified: 2007-11-30 17:10:49 EST
Description of problem: Spec file for Spamassassin incorrectly places mandir in front of buildroot, causing man pages to not appear in final RPM Version-Release number of selected component (if applicable): 3.0.0-9rc4 How reproducible: Build RPM Actual results: Files compiled, however not included within package. Expected results: No errors when building package. Additional info: Patch to follow
Created attachment 104141 [details] Patch that fixes mandir specification. Simply removes the %buildroot before ${_mandir} as the _mandir macro already includes %buildroot by default.
(Works for me without any extra patch.)
Agreed, this doesn't seem to be a problem.