Hide Forgot
Created attachment 1592399 [details] Specfile patch to add documentation subpackage Description of problem: The sip distribution includes a full set of documentation in the doc/html directory, none of which is available in the RPMs. Version-Release number of selected component (if applicable): sip-4.19.17-1.fc30.x86_64 Additional info: Here's a specfile patch that builds a sip-doc subpackage, containing a copy of the source distribution's doc/html directory placed in /usr/share/doc/sip/html I tried to submit this as a pull request for rpms/sip in Pagure, but Open PR shows a "Pull-request have been disabled for this repo" message. So, attached is a git format-patch version of the PR. (Note: I also updated the package URL to https, and dropped the "www." prefix that riverbank's server is no longer using.) (Note2: The spec changes copy the documentation files "manually" using find, instead of using %doc in the files section, because when I used %doc the docs were installed to /usr/share/doc/sip-doc/html/ which doesn't seem like the desirable outcome. If there's a way around that, please let me know and I'll correct the patch.)
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to '31'.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31.
Created attachment 1680192 [details] Specfile patch to add documentation subpackage (revised) @rdieter: Here's a current, slightly-improved version of that patch, in fact, made against the current master branch.
Patch applied thanks