Bug 133255

Summary: Spec file incorrectly buries MAN pages
Product: [Fedora] Fedora Reporter: Rick Johnson <htmlspinnr>
Component: spamassassinAssignee: Chip Turner <cturner>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: felicity, htmlspinnr, jm, reg+redhat, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-19 03:49:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch that fixes mandir specification. none

Description Rick Johnson 2004-09-22 19:11:19 UTC
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

Comment 1 Rick Johnson 2004-09-22 19:13:27 UTC
Created attachment 104141 [details]
Patch that fixes mandir specification.

Simply removes the %buildroot before ${_mandir} as the _mandir macro already
includes %buildroot by default.

Comment 2 Tim Waugh 2004-10-13 14:56:45 UTC
(Works for me without any extra patch.)

Comment 3 Warren Togami 2004-10-19 03:49:02 UTC
Agreed, this doesn't seem to be a problem.