> Can one assume that updates to the Ruby packaging process will remove > embedded fonts from all Ruby gems with generated html documentation? > This would help with current reviews. > > [1] > https://docs.fedoraproject.org/en-US/packaging-guidelines/#_avoid_bundling_of_fonts_in_other_packages
Possibly the steps to remove fonts from Ruby gems is 1 Update rpms/ruby RPM package (including rubygem-rdoc is a sub-package of the rpms/ruby) with the rdoc logic to avoid generating duplicated font logic. 2. When someone will build rpms/rubygem-foo with `fedpkg build`, the rubygem-foo's RPM is built without duplicated font files. It's not like building all the rpms/rubygem-* packages at the same time. -- Jun | He - Him | Timezone: UTC+1 or 2, Czech Republic See <https://www.worldtimebuddy.com/czech-republic-prague-to-utc> for the timezone. _______________________________________________ ruby-sig mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
