bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext in OpenPKG


From: Bruno Haible
Subject: Re: gettext in OpenPKG
Date: Thu, 27 May 2004 16:47:20 +0200
User-agent: KMail/1.5

Michael Schloh von Bennewitz wrote:
> part of the OpenPKG gettext package:
>
>   http://cvs.openpkg.org/dir?d=openpkg-src/gettext

In the gettext.spec there I see these lines:

>     ( echo 'ac_cv_prog_HAVE_GCJ_IN_PATH=${ac_cv_prog_HAVE_GCJ_IN_PATH=no}'
>       echo 'ac_cv_prog_HAVE_JAVAC_IN_PATH=${ac_cv_prog_HAVE_JAVAC_IN_PATH=no}'
>       echo 'ac_cv_prog_HAVE_JIKES_IN_PATH=${ac_cv_prog_HAVE_JIKES_IN_PATH=no}'
>       echo 'ac_cv_prog_JAR=${ac_cv_prog_JAR=no}'
>     ) >config.cache

It is a pity that you remove the support for Java.

>         --disable-csharp \

It is a pity that you disable the support for C#.

>         --disable-shared

It is a pity that you generate big executables. The default configuration of
gettext puts most of the code into shared libraries, so that the total
package size is small.

>     rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias

Unless the charset.alias file is coming from another package, this breaks
gettext and libintl on *all* platforms except those with glibc (Linux,
GNU/kFreeBSD etc.) The charset.alias file is an *essential* part of the
package.

>     rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale

This I don't understand: You port gettext but you throw away all message
catalogs?!

>     rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc

This I don't understand either: You throw away the documentation. Is your
porting target an embedded system, like a telephone or a digital camera?

              Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]