gettext - GNU libraries and utilities for producing multi-lingual messages
The GNU gettext package provides a set of tools and documentation for producing multi-lingual messages in programs. Tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs, a runtime library which supports the retrieval of translated messages, and stand-alone programs for handling the translatable and the already translated strings. Gettext provides an easy to use library and tools for creating, using, and modifying natural language catalogs and is a powerful and simple method for internationalizing programs.
| License: | GPLv3 and LGPLv2+ | Group: | development/tools |
|---|---|---|---|
| URL: | http://www.gnu.org/software/gettext/ |
Packages
| Name | Epoch | Version | Release | Arch | Size | Built |
|---|---|---|---|---|---|---|
| gettext | 0 | 0.17 | 16.pre6.el5.fio | x86_64 | 2.5 MiB | 2011-06-22 10:12:00 |
| gettext | 0 | 0.17 | 10.pre6.el5.fio | x86_64 | 2.5 MiB | 2011-05-25 07:30:17 |
Changelog:
- * 2009-11-27 - Jens Petersen <petersen[AT]redhat[DOTCOM]> - 0.17-16
- fix FTBFS by removing openmp.m4 which conflicts with recent autoconf (#539211) - cleanup gettext-0.17-rpathFix.patch - separate gl_AC_TYPE_LONG_LONG replacement to another patch - use trailing ':' for tests LD_LIBRARY_PATH - run autogen.sh with --quick and --skip-gnulib
- * 2009-09-01 - Jens Petersen <petersen[AT]redhat[DOTCOM]> - 0.17-15
- bring back autopoint requires cvs (#517361) - requires info rather than /sbin/install-info - drop install_info and remove_install_info macros
- * 2009-07-24 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 0.17-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * 2009-06-24 - Jens Petersen <petersen[AT]redhat[DOTCOM]> - 0.17-13
- buildrequire automake (#507275) - run autogen
- * 2009-06-22 - Jens Petersen <petersen[AT]redhat[DOTCOM]> - 0.17-12
- move intl/ and po/ to base package for gettextize (reported by Serge Pavlovsky, #496902)
- * 2009-05-22 - Jens Petersen <petersen[AT]redhat[DOTCOM]> - 0.17-11
- use bcond's for build switches
- * 2009-02-24 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 0.17-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * 2009-02-12 - Jens Petersen <petersen[AT]redhat[DOTCOM]> - 0.17-9
- add buildjava switch to allow turning off the java bits completely - add buildcheck to allow turning off make check - drop cvs requires for autopoint (Karl Lattimer, #469555) - add upstream gettext-xgettext-python-unicode-surrogate-473946.patch by Bruno Haible to fix xgettext handling of utf16 surrogates in python (#473946)
- * 2008-08-29 - Ding-Yi Chen <dchen at redhat dot com> - 0.17-8
- Fix the build failure with koji.
- * 2008-08-29 - Ding-Yi Chen <dchen at redhat dot com> - 0.17-7
- Remove the gettext-libs docs, as they are talking about autoconf, libtool, which are not directly related to the gettext-libs. - Remove unused definition and trailing space. - Fix the build failure with mock .