Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: checkgmail - System Tray Application that checks a 
Gmail Account for New Mai


https://bugzilla.redhat.com/show_bug.cgi?id=432152





------- Additional Comments From [EMAIL PROTECTED]  2008-02-09 01:26 EST -------
4) rpmlint output on RPM
checkgmail.noarch: W: file-not-utf8 /usr/share/doc/checkgmail-1.13/ChangeLog
The character encoding of this file is not UTF-8.  Consider converting it
in the specfile for example using iconv(1).

checkgmail.noarch: W: file-not-utf8 /usr/share/doc/checkgmail-1.13/Readme
The character encoding of this file is not UTF-8.  Consider converting it
in the specfile for example using iconv(1).


Add following to %prep
iconv -f ISO-8859-1 -t UTF-8 ChangeLog > ChangeLog.utf8
mv ChangeLog.utf8 ChangeLog
iconv -f ISO-8859-1 -t UTF-8 Readme > Readme.utf8
mv Readme.utf8 Readme


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to