Bug 1076975 - Latest opus creates man3 files
Summary: Latest opus creates man3 files
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: opus
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Peter Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-16 22:15 UTC by Brent Baude
Modified: 2014-04-23 15:55 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-23 15:55:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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,-)


Note You need to log in before you can comment on or make changes to this bug.