On 21 October 2014 12:55, Rajeesh K Nambiar <rajeeshknamb...@gmail.com> wrote:
> smc-fonts failed to process with 'unrecognized contents' message
> https://raw.githubusercontent.com/hughsie/createrepo_as_logs/master/s/smc-fonts-common.log
> What could be the issue?

Two things look to be the problem:

<?xml version="1.0" encoding="UTF-8">
needs to be:
<?xml version="1.0" encoding="UTF-8"?>

<value key="FontSampleText">മനുഷ്യരെല്ലാവരും....</key>
needs to be:
<value key="FontSampleText">മനുഷ്യരെല്ലാവരും....</value>

Also, if you're making changes upstream (yay! upstream! thanks!) could
you please fix this:

appstream-util validate /home/hughsie/smc.metainfo.xml
/home/hughsie/smc.metainfo.xml: FAILED:
• style-invalid         : <p> does not end in '.|:|!'
• style-invalid         : Not enough <p> tags for a good description

Basically, the description has to end with a dot, and if possible be a
little longer. Thanks.

Richard
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to