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: x2vnc - Dual screen hack for VNC https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228434 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-02-22 10:05 EST ------- Well, actually files needed to be fixed are only ./x2vnc.man (in build directory), aren't they? So simply in %prep stage: --------------------------------------------- for f in README x2vnc.man ; do iconv -f ISO08859-2 -t UTF-8 $f > $f.tmp && \ mv $f.tmp $f || rm -f $f.tmp done --------------------------------------------- will be simpler (this is my usual way). -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review