[Bug 228434] Review Request: x2vnc - Dual screen hack for VNC

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 22 15:05:30 UTC 2007


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 at ioa.s.u-tokyo.ac.jp  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.




More information about the Fedora-package-review mailing list