https://bugzilla.redhat.com/show_bug.cgi?id=2048456 --- Comment #18 from Parag AN(पराग) <panemade@xxxxxxxxx> --- Okay. Let's take upstream as https://github.com/mitradranirban/fonts-mukti Then it will be easy to package in Fedora. 1) Use URL as %global forgeurl https://github.com/mitradranirban/fonts-mukti 2)You still have wrong license tag. Use correct as %global fontlicense GPLv3+ with exceptions 3) Use as 3rd line in your spec file %global tag v3.0.1 4) then Source0: %{forgesource} 5) Change %setup -q -n %{foundry}-%{fontfamily}-fonts-%{version} to %forgesetup 6)Remember common things to package are written together. For this package you should write %global foundry fbf %global fontlicense GPLv3+ with exceptions %global fontlicenses LICENCE.txt %global fontdocs *.txt %global fontdocsex %{fontlicenses} 7) Then we write per family information. For this package you should write %global fontfamily mukti %global fontsummary Bangla open source Opentype font %global fonts *.otf %global fontconfs 66-0-%{fontpkgname}.conf 8) Remaining SPEC sections are also written together. You should write %prep %forgesetup chmod 755 generate.pe ./generate.pe *.sfd %build %fontbuild %install %fontinstall %check %fontcheck -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2048456 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure