cvsdist d07d99
%define libtoolize :
cvsdist d07d99
cvsdist e7d290
Summary: GNU libraries and utilities for producing multi-lingual messages.
cvsdist e7d290
Name: gettext
cvsdist b9fa33
Version: 0.14.1
Leon Ho 636a2d
Release: 9
cvsdist d07d99
License: GPL/LGPL
cvsdist e7d290
Group: Development/Tools
cvsdist eeb8d5
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
cvsdist d07d99
URL: http://www.gnu.org/software/gettext/
cvsdist eeb8d5
Source1: po-mode-init.el
cvsdist 2b5159
Source2: msghack.py
cvsdist 64f4df
Patch0: gettext-0.14.1-amd64-libtool.patch
cvsdist eeb8d5
Prereq: /sbin/install-info
cvsdist d6b380
%ifarch x86_64 ppc64 s390x
cvsdist d6b380
BuildRequires: automake >= 1.8, autoconf >= 2.5
cvsdist d6b380
%endif
Leon Ho ee1a35
BuildRequires: libtool, bison, gcc-c++
cvsdist 2b5159
Buildroot: %{_tmppath}/%{name}-%{version}-root
cvsdist e7d290
cvsdist e7d290
%description
cvsdist e7d290
The GNU gettext package provides a set of tools and documentation for
cvsdist 31ff37
producing multi-lingual messages in programs. Tools include a set of
cvsdist e7d290
conventions about how programs should be written to support message
cvsdist e7d290
catalogs, a directory and file naming organization for the message
cvsdist e7d290
catalogs, a runtime library which supports the retrieval of translated
cvsdist e7d290
messages, and stand-alone programs for handling the translatable and
cvsdist 31ff37
the already translated strings. Gettext provides an easy to use
cvsdist e7d290
library and tools for creating, using, and modifying natural language
cvsdist e7d290
catalogs and is a powerful and simple method for internationalizing
cvsdist e7d290
programs.
cvsdist e7d290
cvsdist 64f4df
%package	devel
cvsdist 64f4df
Summary:	Development files for %{name}
cvsdist 64f4df
Group:		Development/C
cvsdist 64f4df
License:	LGPL
cvsdist 64f4df
Requires:	%{name} = %{version}-%{release}
cvsdist 64f4df
Provides:	devel(libintl)
cvsdist 64f4df
Prereq:		/sbin/install-info
cvsdist 64f4df
cvsdist 64f4df
%description	devel
cvsdist 64f4df
This package contains all development related files necessary for
cvsdist 64f4df
developing or compiling applications/libraries that needs
cvsdist 64f4df
internationalization capability. You also need this package if you
cvsdist 64f4df
want to add gettext support for your project.
cvsdist 64f4df
cvsdist e7d290
%prep
cvsdist e7d290
rm -rf %{buildroot}
cvsdist e7d290
%setup -q
cvsdist d6b380
%ifarch x86_64 ppc64 s390x
cvsdist 64f4df
%patch0 -p1 -b .x86_64
cvsdist d6b380
%endif
cvsdist e7d290
cvsdist e7d290
%build
cvsdist d07d99
[ -f  /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
Leon Ho b14435
Leon Ho b14435
# Rerun autotools for new version
Leon Ho f2e95d
    aclocal --force
Leon Ho f2e95d
    automake
Leon Ho f2e95d
    autoconf
Leon Ho af6308
for i in autoconf-lib-link gettext-tools gettext-runtime; do 
Leon Ho 23d381
    pushd $i
Leon Ho af6308
    aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
Leon Ho 23d381
    automake
Leon Ho 23d381
    autoconf
Leon Ho 23d381
    popd
Leon Ho 23d381
done
Leon Ho 86cc42
Leon Ho cb5f59
pushd gettext-runtime/libasprintf
Leon Ho cb5f59
aclocal --force -I ../../config/m4/ -I ../../gettext-runtime/m4/ -I ../../gettext-tools/m4/ -I ../../autoconf-lib-link/m4/
Leon Ho cb5f59
automake
Leon Ho cb5f59
autoconf
Leon Ho cb5f59
popd
Leon Ho cb5f59
Leon Ho ba6739
export JAVAC='gcj -C'
cvsdist c03e84
%configure --without-included-gettext --enable-nls \
cvsdist c03e84
	--enable-shared --with-pic-=yes
cvsdist e7d290
make
cvsdist e7d290
cvsdist e7d290
%install
cvsdist e7d290
rm -rf %{buildroot}
cvsdist e7d290
cvsdist e7d290
# Fix busted no-emacs install for $lispdir/po-mode.el
cvsdist e7d290
%makeinstall lispdir=%{buildroot}/usr/share/emacs/site-lisp \
cvsdist e7d290
    aclocaldir=%{buildroot}/usr/share/aclocal
cvsdist eeb8d5
    
cvsdist eeb8d5
mkdir -p %{buildroot}/bin
cvsdist eeb8d5
mv %{buildroot}/%{_bindir}/gettext %{buildroot}/bin
cvsdist eeb8d5
ln -s ../../bin/gettext %{buildroot}/%{_bindir}/gettext
cvsdist 2b5159
install -m 755 %SOURCE2 $RPM_BUILD_ROOT/%{_bindir}/msghack
cvsdist e7d290
cvsdist e7d290
pushd %{buildroot}
cvsdist e7d290
rm -f .%{_infodir}/dir .%{_includedir}/libintl.h
cvsdist e7d290
popd
cvsdist e7d290
cvsdist eeb8d5
pushd %{buildroot}/%{_datadir}/locale
cvsdist eeb8d5
for foo in `find . -maxdepth 1 -mindepth 1 -type d` ; do
cvsdist eeb8d5
  lang=`echo $foo | cut -c 3-`
cvsdist eeb8d5
  echo "%lang($lang) %{_datadir}/locale/$foo/*/*" >> \
cvsdist eeb8d5
    $RPM_BUILD_DIR/%{name}-%{version}/trans.list
cvsdist eeb8d5
done
cvsdist eeb8d5
popd
cvsdist eeb8d5
cvsdist eeb8d5
mkdir -p $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
cvsdist eeb8d5
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
cvsdist eeb8d5
cvsdist 64f4df
# doc relocations
cvsdist 64f4df
for i in gettext-runtime/man/*.html; do
cvsdist 64f4df
  rm -f $RPM_BUILD_ROOT%{_datadir}/doc/gettext/`basename $i`
cvsdist 64f4df
done
cvsdist 64f4df
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gettext/javadoc*
cvsdist 64f4df
cvsdist 64f4df
rm -rf htmldoc examples
cvsdist 64f4df
mkdir htmldoc
cvsdist 64f4df
mv $RPM_BUILD_ROOT%{_datadir}/doc/gettext/examples examples
cvsdist 64f4df
mv $RPM_BUILD_ROOT%{_datadir}/doc/gettext/* $RPM_BUILD_ROOT/%{_datadir}/doc/libasprintf/* htmldoc
cvsdist 64f4df
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libasprintf
Leon Ho a52dcf
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gettext
cvsdist 64f4df
cvsdist 64f4df
cvsdist b3c85c
# remove unpackaged files from the buildroot
cvsdist b3c85c
rm -rf $RPM_BUILD_ROOT/usr/doc
cvsdist b3c85c
rm -rf $RPM_BUILD_ROOT%{_datadir}/emacs
cvsdist b3c85c
rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
cvsdist c03e84
rm -rf $RPM_BUILD_ROOT%{_libdir}/preloadable_libintl.so
cvsdist b3c85c
cvsdist e7d290
%clean
cvsdist e7d290
rm -rf %{buildroot}
cvsdist e7d290
cvsdist e7d290
%post
Leon Ho ee1a35
/sbin/ldconfig
Leon Ho ee1a35
%_install_info %{_infodir}/gettext.info.gz
cvsdist e7d290
cvsdist e7d290
%preun
cvsdist e7d290
if [ "$1" = 0 ]; then
Leon Ho ee1a35
    %_remove_install_info %{_infodir}/gettext.info.gz
cvsdist e7d290
fi
cvsdist e7d290
exit 0
cvsdist e7d290
Leon Ho ee1a35
%postun
Leon Ho ee1a35
/sbin/ldconfig
Leon Ho ee1a35
Leon Ho ee1a35
Leon Ho ee1a35
%post devel
Leon Ho ee1a35
/sbin/ldconfig
Leon Ho ee1a35
%_install_info autosprintf.info
Leon Ho ee1a35
Leon Ho ee1a35
%preun devel
Leon Ho ee1a35
if [ "$1" = 0]; then
Leon Ho ee1a35
    %_remove_install_info autosprintf.info
Leon Ho ee1a35
fi
Leon Ho ee1a35
Leon Ho ee1a35
%postun devel
Leon Ho ee1a35
/sbin/ldconfig
Leon Ho ee1a35
Leon Ho ee1a35
cvsdist eeb8d5
%files -f trans.list
cvsdist e7d290
%defattr(-,root,root)
cvsdist b9ad52
%doc gettext-runtime/ABOUT-NLS AUTHORS gettext-runtime/BUGS
cvsdist aea03d
%doc COPYING gettext-tools/misc/DISCLAIM README
cvsdist b9ad52
%doc NEWS THANKS gettext-tools/TODO
cvsdist 64f4df
%doc gettext-runtime/man/*.1.html
cvsdist 64f4df
%doc gettext-runtime/intl/COPYING*
cvsdist eeb8d5
/bin/*
cvsdist 5ec5ab
/usr/bin/*
cvsdist 5ec5ab
cvsdist 6b9110
# These aren't in glibc...
cvsdist 6b9110
%dir /usr/share/locale/en@boldquot
cvsdist 6b9110
%dir /usr/share/locale/en@boldquot/LC_MESSAGES
cvsdist 6b9110
%dir /usr/share/locale/en@quot
cvsdist 6b9110
%dir /usr/share/locale/en@quot/LC_MESSAGES
cvsdist e7d290
cvsdist b9ad52
%{_libdir}/libgettextlib*.so
cvsdist b9ad52
%{_libdir}/libgettextsrc*.so
cvsdist b9ad52
%{_infodir}/gettext*
cvsdist b9ad52
%{_mandir}/*/*
cvsdist b9ad52
#%config %{_libdir}/charset.alias
cvsdist b9ad52
%{_libdir}/%{name}
Leon Ho ee1a35
%exclude %{_libdir}/%{name}/gnu.gettext.*
cvsdist b9ad52
cvsdist 64f4df
%files devel
cvsdist 64f4df
%defattr(-,root,root)
cvsdist 64f4df
%doc gettext-runtime/man/*.3.html examples
Leon Ho e7555f
%dir %{_datadir}/%{name}
Leon Ho e7555f
%dir %{_datadir}/%{name}/projects
cvsdist 64f4df
%{_bindir}/gettextize
cvsdist 64f4df
%{_datadir}/%{name}/ABOUT-NLS
cvsdist 64f4df
%{_datadir}/%{name}/projects/*
cvsdist 64f4df
%{_datadir}/%{name}/archive.tar.gz
cvsdist 64f4df
%{_datadir}/%{name}/config.rpath
cvsdist 64f4df
%{_datadir}/%{name}/*.h
cvsdist 64f4df
%{_datadir}/%{name}/intl
cvsdist 64f4df
%{_datadir}/%{name}/mkinstalldirs
cvsdist 64f4df
%{_datadir}/%{name}/po
cvsdist 64f4df
%{_datadir}/%{name}/msgunfmt.tcl
cvsdist 64f4df
%{_datadir}/aclocal/*
cvsdist 64f4df
%{_includedir}/*
cvsdist 64f4df
%{_infodir}/autosprintf*
cvsdist 64f4df
%{_libdir}/lib*.a
cvsdist 64f4df
%{_libdir}/lib*.la
cvsdist 64f4df
%{_libdir}/libasprintf.so*
cvsdist 64f4df
%{_libdir}/libgettextpo.so*
cvsdist 64f4df
%{_mandir}/man3/*
Leon Ho a313d6
%{_datadir}/%{name}/libintl.jar
Leon Ho ee1a35
%doc gettext-runtime/intl-java/javadoc*
Leon Ho ee1a35
%{_libdir}/%{name}/gnu.gettext.*
cvsdist 64f4df
cvsdist e7d290
%changelog
Leon Ho ee1a35
* Mon Sep 13 2004 Leon Ho <llch@redhat.com>
Leon Ho ee1a35
- move java stuff to gettext-devel (#132239)
Leon Ho ee1a35
- add BuildRequires: gcc-c++ (#132518)
Leon Ho ee1a35
- add some missing install-info and ldconfig (#131272)
Leon Ho e7555f
- fix dir ownership (#133696)
Leon Ho b14435
- run autotools for 1.9
Leon Ho ee1a35
cvsdist 5d4c88
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5d4c88
- rebuilt
cvsdist 5d4c88
cvsdist c03e84
* Tue Jun 08 2004 Leon Ho <llch@redhat.com>
cvsdist c03e84
- use --without-included-gettext to avoid the need of libintl.so (#125497)
cvsdist c03e84
- remove preloadable_libintl.so
cvsdist c03e84
cvsdist b9ad52
* Sun Jun 06 2004 Leon Ho <llch@redhat.com>
cvsdist b9ad52
- moved some of the shared lib to main pkg
cvsdist b9ad52
- added more build requires
cvsdist b9ad52
cvsdist d6b380
* Thu Jun 03 2004 Leon Ho <llch@redhat.com>
cvsdist d6b380
- add conditionals for patch and requires auto* (#125216)
cvsdist d6b380
cvsdist 64f4df
* Wed Jun 02 2004 Leon Ho <llch@redhat.com>
cvsdist 64f4df
- packaged lib files for devel
cvsdist 64f4df
- moved some of the files to different sub-pkg
cvsdist 64f4df
- fix problem on x86_64 build
cvsdist 64f4df
cvsdist b9fa33
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b9fa33
- rebuilt
cvsdist b9fa33
cvsdist b9fa33
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b9fa33
- rebuilt
cvsdist b9fa33
cvsdist b9fa33
* Mon Feb 02 2004 Leon Ho <llch@redhat.com>
cvsdist b9fa33
- rebuilt to 0.14.1
cvsdist b9fa33
cvsdist aea03d
* Fri Sep 19 2003 Leon Ho <llch@redhat.com>
cvsdist aea03d
- rebuilt 0.12.1
cvsdist aea03d
- fix including files and excludes some patches
cvsdist aea03d
cvsdist aea03d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist aea03d
- rebuilt
cvsdist aea03d
cvsdist aea03d
* Wed May 14 2003 Leon Ho <llch@redhat.com>
cvsdist aea03d
- 0.11.5
cvsdist aea03d
cvsdist b3c85c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b3c85c
- rebuilt
cvsdist b3c85c
cvsdist b3c85c
* Thu Jan 16 2003 Leon Ho <llch@redhat.com> 0.11.4-6
cvsdist b3c85c
- add online help for msghack replacement
cvsdist b3c85c
cvsdist b3c85c
* Thu Dec  5 2002 Leon Ho <llch@redhat.com> 0.11.4-5
cvsdist b3c85c
- add patch to fix gettextize (#78720)
cvsdist b3c85c
cvsdist b3c85c
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 0.11.4-4
cvsdist b3c85c
- remove unpackaged files from the buildroot
cvsdist b3c85c
cvsdist 1a785e
* Wed Aug 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.4-3
cvsdist 1a785e
- Use %%{_libdir} instead of /usr/lib (#72524)
cvsdist 1a785e
cvsdist e2b78a
* Fri Aug  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.11.4-2
cvsdist e2b78a
- install ulonglong.m4, which is required by uintmax_t.m4, which is already
cvsdist e2b78a
  being installed
cvsdist e2b78a
cvsdist 69a981
* Sun Jul 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.4-1
cvsdist 69a981
- 0.11.4
cvsdist 69a981
cvsdist 69a981
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 69a981
- automated rebuild
cvsdist 69a981
cvsdist 69a981
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 69a981
- automated rebuild
cvsdist 69a981
cvsdist 69a981
* Tue May 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.2-1
cvsdist 69a981
- 0.11.2
cvsdist 69a981
- include some new files
cvsdist 69a981
cvsdist 78b6f8
* Fri Apr  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.1-2
cvsdist 78b6f8
- Add patch to make it compile with C99 compilers (#62313)
cvsdist 78b6f8
cvsdist 5b2802
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.1-1
cvsdist 5b2802
- 0.11.1
cvsdist 5b2802
cvsdist 5b2802
* Sun Feb 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5b2802
- update gettext to 0.11
cvsdist 5b2802
- disable patch4
cvsdist 5b2802
cvsdist 5b2802
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 5b2802
- automated rebuild
cvsdist 5b2802
cvsdist 5b2802
* Wed Dec  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-3
cvsdist d07d99
- improve automake handling
cvsdist d07d99
cvsdist d07d99
* Wed Nov 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-2
cvsdist d07d99
- Add URL
cvsdist d07d99
- Add automake workaround (#56081)
cvsdist d07d99
cvsdist d07d99
* Sun Sep 16 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-1
cvsdist d07d99
- 0.10.40 - libintl is now LGPLed (it was GPLed). Note that RHL
cvsdist d07d99
  uses the glibc version, and don't include libintl from gettext.
cvsdist d07d99
- include new man pages
cvsdist d07d99
- don't include the elisp mode - bundle it into the main emacs package,
cvsdist d07d99
  like we do for XEmacs.
cvsdist d07d99
- README-alpha no longer exists, so don't list it as a doc file
cvsdist d07d99
cvsdist 5ec5ab
* Fri Aug 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-7
cvsdist 5ec5ab
- Rebuild - this should fix #52463
cvsdist 5ec5ab
cvsdist 6b9110
* Wed Aug 22 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-6
cvsdist 6b9110
- Fix handling of multiline entries (rest of #50065)
cvsdist 6b9110
- don't use the references of the last entry in a po file
cvsdist 6b9110
- remove duplicates when inverting
cvsdist 6b9110
- Own the en@quot and en@boldquot locale dirs (#52164)
cvsdist 6b9110
- Handle entries with a first line of "" as identical to those
cvsdist 6b9110
  without
cvsdist 6b9110
cvsdist 31ff37
* Thu Aug  9 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 31ff37
- Added "--append" and "-o" to msghack, which should address 
cvsdist 31ff37
  initial concerns in #50065
cvsdist 31ff37
cvsdist 2b5159
* Thu Jul 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b5159
- New msghack - from scratch, in python
cvsdist 2b5159
cvsdist 2b5159
* Tue Jul 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b5159
- msghack is back
cvsdist 2b5159
cvsdist 2b5159
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b5159
- Include some docfiles
cvsdist 2b5159
cvsdist 2b5159
* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2b5159
- 0.10.38
cvsdist 2b5159
- do not include charset.alias
cvsdist 2b5159
cvsdist 2b5159
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2b5159
- Build statically.
cvsdist 2b5159
cvsdist 2b5159
* Mon Apr 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b5159
- 0.10.37
cvsdist 2b5159
- Disable all but two patches
cvsdist 2b5159
cvsdist eeb8d5
* Sun Feb 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist eeb8d5
- Initialize proper fonts when entering po-mode (#29152)
cvsdist eeb8d5
cvsdist eeb8d5
* Mon Feb 12 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist eeb8d5
- More fix about msgmerge.
cvsdist eeb8d5
cvsdist eeb8d5
* Mon Feb 12 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist eeb8d5
- Fix for msgmerge not to break multibyte strings
cvsdist eeb8d5
  at Japanese locale.
cvsdist eeb8d5
cvsdist eeb8d5
* Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
cvsdist eeb8d5
- fixed the %lang generator to not have "./" in the lang
cvsdist eeb8d5
cvsdist eeb8d5
* Sun Jan 14 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist eeb8d5
- add an init file for the emacs po-mode
cvsdist eeb8d5
- update source URL
cvsdist eeb8d5
cvsdist eeb8d5
* Thu Jan 11 2001 Bill Nottingham <notting@redhat.com>
cvsdist eeb8d5
- put gettext in /bin for initscripts use
cvsdist eeb8d5
- %langify
cvsdist eeb8d5
cvsdist eeb8d5
* Fri Dec 29 2000 Bill Nottingham <notting@redhat.com>
cvsdist eeb8d5
- prereq /sbin/install-info
cvsdist eeb8d5
cvsdist e7d290
* Wed Aug 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e7d290
- Added patch from Ulrich Drepper
cvsdist e7d290
cvsdist e7d290
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e7d290
- update DESTDIR patch (#12072)
cvsdist e7d290
cvsdist e7d290
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist e7d290
- automatic rebuild
cvsdist e7d290
cvsdist e7d290
* Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e7d290
- fix problems wrt to DESTDIR (#12072)
cvsdist e7d290
cvsdist e7d290
* Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
cvsdist e7d290
- use FHS paths
cvsdist e7d290
- add buildroot patch for .../intl/Makefile.in, was using abs. install path
cvsdist e7d290
cvsdist e7d290
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist e7d290
- minor configure tweaks for ia64
cvsdist e7d290
cvsdist e7d290
* Sun Feb 27 2000 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- add --comments to msghack
cvsdist e7d290
cvsdist e7d290
* Thu Feb 10 2000 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- fix bug #9240 - gettextize has the right aclocal patch
cvsdist e7d290
cvsdist e7d290
* Wed Jan 12 2000 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- add the --diff and --dummy options
cvsdist e7d290
cvsdist e7d290
* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- add the --missing option to msghack
cvsdist e7d290
cvsdist e7d290
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- updated msghack not to merge in fuzzies in the master catalogs
cvsdist e7d290
cvsdist e7d290
* Thu Aug 26 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- updated msghack to understand --append
cvsdist e7d290
cvsdist e7d290
* Wed Aug 11 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- updated msghack to correctly deal with sorting files
cvsdist e7d290
cvsdist e7d290
* Thu May 06 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- msghack updates
cvsdist e7d290
cvsdist e7d290
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist e7d290
- auto rebuild in the new build environment (release 8)
cvsdist e7d290
cvsdist e7d290
* Mon Mar 08 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- added patch for misc hacks to facilitate rpm translations
cvsdist e7d290
cvsdist e7d290
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- patch to allow to build on ARM
cvsdist e7d290
cvsdist e7d290
* Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e7d290
- add Emacs po-mode.el files.
cvsdist e7d290
cvsdist e7d290
* Sun Sep 13 1998 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- include the aclocal support files
cvsdist e7d290
cvsdist e7d290
* Fri Sep  3 1998 Bill Nottingham <notting@redhat.com>
cvsdist e7d290
- remove devel package (functionality is in glibc)
cvsdist e7d290
cvsdist e7d290
* Tue Sep  1 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e7d290
- update to 0.10.35.
cvsdist e7d290
cvsdist e7d290
* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e7d290
- add gettextize.
cvsdist e7d290
- create devel package for libintl.a and libgettext.h.
cvsdist e7d290
cvsdist e7d290
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist e7d290
- translations modified for de, fr, tr
cvsdist e7d290
cvsdist e7d290
* Sun Nov 02 1997 Cristian Gafton <gafton@redhat.com>
cvsdist e7d290
- added info handling
cvsdist e7d290
- added misc-patch (skip emacs-lisp modofications)
cvsdist e7d290
cvsdist e7d290
* Sat Nov 01 1997 Erik Troan <ewt@redhat.com>
cvsdist e7d290
- removed locale.aliases as we get it from glibc now
cvsdist e7d290
- uses a buildroot
cvsdist e7d290
cvsdist e7d290
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist e7d290
- Built against glibc