https://bugzilla.redhat.com/show_bug.cgi?id=1011763
--- Comment #4 from Parag AN(पराग) <[email protected]> --- 1) simple way to find font information is to use following command otfinfo -i *.otf | grep Version so you got version as 2.001 but as some upstream keep releasing snapshots either adding date in archive name or publishes date on upstream URL, you need to use release tag as 0.%{X}.%{alphatag} this way even if upstream fails to bump the release in font file and keep releasing updated tarballs, package can be updated. your package n-v-r then mozilla-fira-fonts-2.001-0.1.20130925.fc19 2) cp commands should preserve timestamps of files being copied from source archive. Use "cp -p" 3) if this package is only for Fedora then remove Group tag -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=W386JznVsj&a=cc_unsubscribe _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
