Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1076975

Summary: Latest opus creates man3 files
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: opusAssignee: Peter Robinson <pbrobinson>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: pbrobinson
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-23 15:55:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-03-16 22:15:43 UTC
For me on ppc64le, the latest opus creates man3 packages.  Assuming you want to package them, the following patch to the opus spec may be helpful:

[baude@ppc64le opus]$ git diff
diff --git a/opus.spec b/opus.spec
index dbf1a35..bc291b1 100644
--- a/opus.spec
+++ b/opus.spec
@@ -56,6 +56,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc COPYING README rfc6716.txt
 %{_libdir}/libopus.so.*
+%{_mandir}/man3/*
 
 %files devel
 %defattr(-,root,root,-)