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

--- Comment #15 from Sébastien Boisvert <[email protected]> ---
Spec URL:
http://github.com/sebhtml/ray-packaging-for-Fedora/raw/2.1.0-4/Ray.spec
SRPM URL:
http://github.com/sebhtml/ray-packaging-for-Fedora/raw/2.1.0-4/Ray-2.1.0-4.fc17.src.rpm

> A few additional remarks from my side:
>
> You don't need to replace those non-ascii characters in the man page. Just 
> ensure that the encoding is correct.
>

Fixed, but:

Ray --help generates UTF-8:

$ mpiexec -n 1 ~/rpmbuild/BUILD/Ray-v2.1.0/Ray_openmpi --help > 1
$ file 1
1: UTF-8 Unicode text

But the man page is not in UTF-8:

$ zcat /usr/share/man/man1/Ray.1.gz > 1 
$ file 1
1: troff or preprocesstor input, Non-ISO extended-ASCII text

If I run help2man with --locale en_US.UTF-8, it fails with:

"help2man: no locale support (Locale::gettext required)"

> The description of all subpackages seems to be the same. Usually, we have the 
> generic description
> (which could be, but does not need to be a macro) plus a paragraph about the 
> subpackage, such as:
> This subpackage enables parallel computation using openmpi.

Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to