https://bugzilla.redhat.com/show_bug.cgi?id=2296213
Ben Beasley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Ben Beasley <[email protected]> --- At a glance: - If at all possible, the minified JavaScript should be re-created from the original source during the package build: https://docs.fedoraproject.org/en-US/packaging-guidelines/JavaScript/#_compilationminification - The package needs to use system OTF fonts; packaging fonts elsewhere as web assets is prohibited, https://docs.fedoraproject.org/en-US/packaging-guidelines/Web_Assets/#_fonts, as is packaging “web font formats” like WOFF2 in general. System fonts need to follow an extremely fastidious set of guidelines, https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/. - As a web application, this would need to follow https://docs.fedoraproject.org/en-US/packaging-guidelines/Web_Assets/, including the prescribed asset paths. - You should not explicitly set the BuildRoot field nor use the Group field, and you must not use the Packager field: https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections. - You need to document where the source archive comes from, ideally by making it a URL, https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2296213 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202296213%23c11 -- _______________________________________________ package-review 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://forge.fedoraproject.org/infra/tickets/issues/new
