Re: Packaging Ruby gem documentation

2022-10-24 Thread Jarek Prokop
Hi, On 7/20/22 12:28, Vít Ondruch wrote: Just a few notes from the limited time I spend trying to understand the approach. 1) The template can't be subpackage of the rubygem-rdoc. It needs to live in completely separate project to enable us to decouple RDoc updates from the template

Re: Packaging Ruby gem documentation

2022-10-24 Thread Vít Ondruch
So here is my proof of concept: https://fedorapeople.org/cgit/vondruch/public_git/darkfish.git/ https://koji.fedoraproject.org/koji/taskinfo?taskID=93399794 It can be executed as follows: ~~~ $ RUBYOPT="-I/usr/share/darkfish-rdoc/ -rfedora_darkfish" gem install gem2rpm --doc=ri,rdoc