https://bugzilla.redhat.com/show_bug.cgi?id=830277 pierrejourdain3@xxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo? | --- Comment #3 from pierrejourdain3@xxxxxxxxx --- I've resolved the encoding problems in wmcoincoin.spec ,in this file I've added iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && mv -f AUTHORS.conv AUTHORS iconv -f iso8859-1 -t utf-8 COPYING > COPYING.conv && mv -f COPYING.conv COPYING iconv -f iso8859-1 -t utf-8 INSTALL > INSTALL.conv && mv -f INSTALL.conv INSTALL iconv -f iso8859-1 -t utf-8 README > README.conv && mv -f README.conv README iconv -f iso8859-1 -t utf-8 NEWS > NEWS.conv && mv -f NEWS.conv NEWS iconv -f iso8859-1 -t utf-8 TODO > TODO.conv && mv -f TODO.conv TODO to convert to utf8 encoding COPYING AUTHORS README NEWS INSTALL I've also correct the outdated fsf address with the help of the sed command : sed -i "s/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g" COPYING The next step is integrate man pages into this packet and propose my modifications to the original author of this software -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review