%ifos darwin %define __defattr %defattr(-,root,wheel) %define __soext dylib %else %define __defattr %defattr(-,root,root) %define __soext so %endif %define libtoolize : %define install_info /sbin/install-info %define remove_install_info /sbin/install-info --delete Summary: GNU libraries and utilities for producing multi-lingual messages. Name: gettext Version: 0.14.4 Release: 1c License: GPL/LGPL Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz URL: http://www.gnu.org/software/gettext/ Source1: po-mode-init.el Source2: msghack.py Prereq: /sbin/install-info %ifarch x86_64 ppc64 s390x BuildRequires: automake >= 1.8, autoconf >= 2.5 %endif BuildRequires: libtool %ifnos darwin BuildRequires: bison, gcc-c++, gcc-java, libgcj BuildRequires: /usr/bin/fastjar %endif Buildroot: %{_tmppath}/%{name}-%{version}-root %description 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. %package devel Summary: Development files for %{name} Group: Development/Tools License: LGPL Requires: %{name} = %{version}-%{release} Provides: devel(libintl) Prereq: /sbin/install-info %description devel This package contains all development related files necessary for developing or compiling applications/libraries that needs internationalization capability. You also need this package if you want to add gettext support for your project. %prep rm -rf %{buildroot} %setup -q %build %ifnos darwin [ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || : # Rerun autotools for new version aclocal --force automake autoconf for i in autoconf-lib-link gettext-tools gettext-runtime; do pushd $i aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/ automake autoconf popd done pushd gettext-runtime/libasprintf aclocal --force -I ../../config/m4/ -I ../../gettext-runtime/m4/ -I ../../gettext-tools/m4/ -I ../../autoconf-lib-link/m4/ automake autoconf popd export JAVAC='gcj -C' export JAR='fastjar' %configure --without-included-gettext --enable-nls \ --enable-shared --with-pic-=yes %else cp /usr/share/libtool/{config.*,lt*} . CFLAGS="-no-cpp-precomp -D__GNUC_ $RPM_OPT_FLAGS -fno-common" ./configure --prefix=%{_prefix} --with-included-gettext --enable-shared rm -f libtool ln -s /usr/bin/glibtool libtool %endif make %install rm -rf %{buildroot} # Fix busted no-emacs install for $lispdir/po-mode.el %makeinstall lispdir=%{buildroot}%{_datadir}/emacs/site-lisp \ aclocaldir=%{buildroot}%{_datadir}/aclocal %ifnos darwin mkdir -p %{buildroot}/bin mv %{buildroot}/%{_bindir}/gettext %{buildroot}/bin ln -s ../../bin/gettext %{buildroot}/%{_bindir}/gettext %endif (cd %{buildroot} rm -f .%{_infodir}/dir ) install -m 755 %SOURCE2 %{buildroot}/%{_bindir}/msghack %ifnos darwin pushd %{buildroot} rm -f .%{_infodir}/dir .%{_includedir}/libintl.h popd %endif pushd %{buildroot}/%{_datadir}/locale for foo in `find . -maxdepth 1 -mindepth 1 -type d` ; do lang=`echo $foo | cut -c 3-` echo "%lang($lang) %{_datadir}/locale/$foo/*/*" >> \ $RPM_BUILD_DIR/%{name}-%{version}/trans.list done popd mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/site-start.d install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/emacs/site-lisp/site-start.d # doc relocations for i in gettext-runtime/man/*.html; do rm -f %{buildroot}%{_datadir}/doc/gettext/`basename $i` done rm -rf %{buildroot}%{_datadir}/doc/gettext/javadoc* rm -rf htmldoc examples mkdir htmldoc mv %{buildroot}%{_datadir}/doc/gettext/examples examples mv %{buildroot}%{_datadir}/doc/gettext/* %{buildroot}/%{_datadir}/doc/libasprintf/* htmldoc rm -rf %{buildroot}%{_datadir}/doc/libasprintf rm -rf %{buildroot}%{_datadir}/doc/gettext # remove unpackaged files from the buildroot rm -rf %{buildroot}%{_prefix}/doc rm -rf %{buildroot}%{_datadir}/emacs rm -f %{buildroot}%{_datadir}/locale/locale.alias rm -rf %{buildroot}%{_libdir}/preloadable_libintl.%{__soext} %clean rm -rf %{buildroot} %post /sbin/ldconfig %{install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir %preun if [ "$1" = 0 ]; then %{remove_install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir fi exit 0 %postun /sbin/ldconfig %post devel /sbin/ldconfig %{install_info} %{_infodir}/autosprintf.info %{_infodir}/dir %preun devel if [ "$1" = 0 ]; then %{remove_install_info} %{_infodir}/autosprintf.info %{_infodir}/dir fi %postun devel /sbin/ldconfig %files -f trans.list %{__defattr} %doc gettext-runtime/ABOUT-NLS AUTHORS gettext-runtime/BUGS %doc COPYING gettext-tools/misc/DISCLAIM README %doc NEWS THANKS %doc gettext-runtime/man/*.1.html %doc gettext-runtime/intl/COPYING* %ifnos darwin /bin/* %endif %{_prefix}/bin/* %exclude %{_bindir}/autopoint %exclude %{_bindir}/gettextize # These aren't in glibc... %dir %{_datadir}/locale/en@boldquot %dir %{_datadir}/locale/en@boldquot/LC_MESSAGES %dir %{_datadir}/locale/en@quot %dir %{_datadir}/locale/en@quot/LC_MESSAGES %{_libdir}/libgettextlib*.%{__soext} %{_libdir}/libgettextsrc*.%{__soext} %ifos darwin %{_libdir}/libintl.*.%{__soext} %endif %{_infodir}/gettext* %{_mandir}/man1/* %exclude %{_mandir}/man1/gettextize.1.gz %exclude %{_mandir}/man1/autopoint.1.gz #%config %{_libdir}/charset.alias %exclude %{_libdir}/charset.alias %{_libdir}/%{name} %ifnos darwin %exclude %{_libdir}/%{name}/gnu.gettext.* %endif %files devel %{__defattr} %doc gettext-runtime/man/*.3.html examples %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/projects %{_bindir}/gettextize %{_bindir}/autopoint %{_datadir}/%{name}/ABOUT-NLS %{_datadir}/%{name}/projects/* %{_datadir}/%{name}/archive.tar.gz %{_datadir}/%{name}/config.rpath %{_datadir}/%{name}/*.h %{_datadir}/%{name}/intl %{_datadir}/%{name}/mkinstalldirs %{_datadir}/%{name}/po %{_datadir}/%{name}/msgunfmt.tcl %{_datadir}/aclocal/* %{_includedir}/* %{_infodir}/autosprintf* %{_libdir}/lib*.a %exclude %{_libdir}/lib*.la %ifnos darwin %{_libdir}/libasprintf.%{__soext}* %{_libdir}/libgettextpo.%{__soext}* %else %{_libdir}/libasprintf.*.%{__soext} %{_libdir}/libasprintf.%{__soext} %{_libdir}/libgettextpo.*.%{__soext} %{_libdir}/libgettextpo.%{__soext} %{_libdir}/libintl.%{__soext} %endif %{_mandir}/man1/gettextize.1.gz %{_mandir}/man1/autopoint.1.gz %{_mandir}/man3/* %{_datadir}/%{name}/*.jar %doc gettext-runtime/intl-java/javadoc* %ifnos darwin %{_libdir}/%{name}/gnu.gettext.* %endif %changelog * Fri May 20 2005 Keisuke Fujii 0.14.4-1b - 2nd build on MacOS X 10.4. * Mon May 16 2005 Keisuke Fujii 0.14.4-1a - 1st build on MacOS X 10.4. - updated to 0.14.4 * Mon Mar 21 2005 Leon Ho - updated to 0.14.3 - fixed compiling problem on gcc4 (#150992) - fixed Group for -devel (#138303) - moved gettextize and autopoint to -devel (#137542, #145768) - moved some of the man pages * Tue Mar 01 2005 Jakub Jelinek - rebuilt with gcc 4.0 * Wed Dec 01 2004 Leon Ho - Add env var to redirect use fastjar instead of jar - BuildRequires /usr/bin/fastjar and libgcj * Mon Nov 01 2004 Leon Ho - fix call on phase0_getc() - fix temp file issue (#136323 - CAN-2004-0966 - mjc) * Sun Oct 03 2004 Leon Ho - fixed typo on %preun on -devel * Fri Oct 01 2004 Leon Ho - fix install_info - add gcc-java build requirement * Mon Sep 13 2004 Leon Ho - move java stuff to gettext-devel (#132239) - add BuildRequires: gcc-c++ (#132518) - add some missing install-info and ldconfig (#131272) - fix dir ownership (#133696) - run autotools for 1.9 * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Jun 08 2004 Leon Ho - use --without-included-gettext to avoid the need of libintl.so (#125497) - remove preloadable_libintl.so * Sun Jun 06 2004 Leon Ho - moved some of the shared lib to main pkg - added more build requires * Thu Jun 03 2004 Leon Ho - add conditionals for patch and requires auto* (#125216) * Wed Jun 02 2004 Leon Ho - packaged lib files for devel - moved some of the files to different sub-pkg - fix problem on x86_64 build * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Mon Feb 02 2004 Leon Ho - rebuilt to 0.14.1 * Fri Sep 19 2003 Leon Ho - rebuilt 0.12.1 - fix including files and excludes some patches * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed May 14 2003 Leon Ho - 0.11.5 * Wed Jan 22 2003 Tim Powers - rebuilt * Thu Jan 16 2003 Leon Ho 0.11.4-6 - add online help for msghack replacement * Thu Dec 5 2002 Leon Ho 0.11.4-5 - add patch to fix gettextize (#78720) * Wed Nov 27 2002 Tim Powers 0.11.4-4 - remove unpackaged files from the buildroot * Wed Aug 28 2002 Trond Eivind Glomsrød 0.11.4-3 - Use %%{_libdir} instead of /usr/lib (#72524) * Fri Aug 2 2002 Nalin Dahyabhai 0.11.4-2 - install ulonglong.m4, which is required by uintmax_t.m4, which is already being installed * Sun Jul 28 2002 Trond Eivind Glomsrød 0.11.4-1 - 0.11.4 * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Tue May 14 2002 Trond Eivind Glomsrød 0.11.2-1 - 0.11.2 - include some new files * Fri Apr 5 2002 Trond Eivind Glomsrød 0.11.1-2 - Add patch to make it compile with C99 compilers (#62313) * Wed Mar 13 2002 Trond Eivind Glomsrød 0.11.1-1 - 0.11.1 * Sun Feb 17 2002 Florian La Roche - update gettext to 0.11 - disable patch4 * Wed Jan 09 2002 Tim Powers - automated rebuild * Wed Dec 5 2001 Trond Eivind Glomsrød 0.10.40-3 - improve automake handling * Wed Nov 14 2001 Trond Eivind Glomsrød 0.10.40-2 - Add URL - Add automake workaround (#56081) * Sun Sep 16 2001 Trond Eivind Glomsrød 0.10.40-1 - 0.10.40 - libintl is now LGPLed (it was GPLed). Note that RHL uses the glibc version, and don't include libintl from gettext. - include new man pages - don't include the elisp mode - bundle it into the main emacs package, like we do for XEmacs. - README-alpha no longer exists, so don't list it as a doc file * Fri Aug 24 2001 Trond Eivind Glomsrød 0.10.38-7 - Rebuild - this should fix #52463 * Wed Aug 22 2001 Trond Eivind Glomsrød 0.10.38-6 - Fix handling of multiline entries (rest of #50065) - don't use the references of the last entry in a po file - remove duplicates when inverting - Own the en@quot and en@boldquot locale dirs (#52164) - Handle entries with a first line of "" as identical to those without * Thu Aug 9 2001 Trond Eivind Glomsrød - Added "--append" and "-o" to msghack, which should address initial concerns in #50065 * Thu Jul 19 2001 Trond Eivind Glomsrød - New msghack - from scratch, in python * Tue Jul 17 2001 Trond Eivind Glomsrød - msghack is back * Mon Jun 4 2001 Trond Eivind Glomsrød - Include some docfiles * Sun Jun 03 2001 Florian La Roche - 0.10.38 - do not include charset.alias * Wed May 2 2001 Nalin Dahyabhai - Build statically. * Mon Apr 30 2001 Trond Eivind Glomsrød - 0.10.37 - Disable all but two patches * Sun Feb 25 2001 Trond Eivind Glomsrød - Initialize proper fonts when entering po-mode (#29152) * Mon Feb 12 2001 Yukihiro Nakai - More fix about msgmerge. * Mon Feb 12 2001 Yukihiro Nakai - Fix for msgmerge not to break multibyte strings at Japanese locale. * Wed Jan 24 2001 Matt Wilson - fixed the %lang generator to not have "./" in the lang * Sun Jan 14 2001 Trond Eivind Glomsrød - add an init file for the emacs po-mode - update source URL * Thu Jan 11 2001 Bill Nottingham - put gettext in /bin for initscripts use - %langify * Fri Dec 29 2000 Bill Nottingham - prereq /sbin/install-info * Wed Aug 23 2000 Trond Eivind Glomsrød - Added patch from Ulrich Drepper * Fri Aug 04 2000 Trond Eivind Glomsrød - update DESTDIR patch (#12072) * Thu Jul 13 2000 Prospector - automatic rebuild * Mon Jul 10 2000 Trond Eivind Glomsrød - fix problems wrt to DESTDIR (#12072) * Thu Jun 22 2000 Preston Brown - use FHS paths - add buildroot patch for .../intl/Makefile.in, was using abs. install path * Fri Apr 28 2000 Bill Nottingham - minor configure tweaks for ia64 * Sun Feb 27 2000 Cristian Gafton - add --comments to msghack * Thu Feb 10 2000 Cristian Gafton - fix bug #9240 - gettextize has the right aclocal patch * Wed Jan 12 2000 Cristian Gafton - add the --diff and --dummy options * Wed Oct 06 1999 Cristian Gafton - add the --missing option to msghack * Wed Sep 22 1999 Cristian Gafton - updated msghack not to merge in fuzzies in the master catalogs * Thu Aug 26 1999 Cristian Gafton - updated msghack to understand --append * Wed Aug 11 1999 Cristian Gafton - updated msghack to correctly deal with sorting files * Thu May 06 1999 Cristian Gafton - msghack updates * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 8) * Mon Mar 08 1999 Cristian Gafton - added patch for misc hacks to facilitate rpm translations * Thu Dec 03 1998 Cristian Gafton - patch to allow to build on ARM * Wed Sep 30 1998 Jeff Johnson - add Emacs po-mode.el files. * Sun Sep 13 1998 Cristian Gafton - include the aclocal support files * Fri Sep 3 1998 Bill Nottingham - remove devel package (functionality is in glibc) * Tue Sep 1 1998 Jeff Johnson - update to 0.10.35. * Mon Jun 29 1998 Jeff Johnson - add gettextize. - create devel package for libintl.a and libgettext.h. * Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr * Sun Nov 02 1997 Cristian Gafton - added info handling - added misc-patch (skip emacs-lisp modofications) * Sat Nov 01 1997 Erik Troan - removed locale.aliases as we get it from glibc now - uses a buildroot * Mon Jun 02 1997 Erik Troan - Built against glibc