ueno / rpms / gettext

Forked from rpms/gettext 4 years ago
Clone
cvsdist e7d2904
Summary: GNU libraries and utilities for producing multi-lingual messages.
cvsdist e7d2904
Name: gettext
90347ff
Version: 0.16
a764189
Release: 1%{?dist}
cvsdist d07d991
License: GPL/LGPL
cvsdist e7d2904
Group: Development/Tools
cvsdist eeb8d5e
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
cvsdist d07d991
URL: http://www.gnu.org/software/gettext/
cvsdist eeb8d5e
Source1: po-mode-init.el
cvsdist 2b51593
Source2: msghack.py
cvsdist eeb8d5e
Prereq: /sbin/install-info
cvsdist d6b3807
%ifarch x86_64 ppc64 s390x
cvsdist d6b3807
BuildRequires: automake >= 1.8, autoconf >= 2.5
cvsdist d6b3807
%endif
29a579f
BuildRequires: libtool, bison, gcc-c++, gcc-java, libgcj
c5659ca
BuildRequires: %{_bindir}/fastjar
7d03879
# require zip and unzip for brp-java-repack-jars
7d03879
BuildRequires: zip, unzip
cvsdist 2b51593
Buildroot: %{_tmppath}/%{name}-%{version}-root
cvsdist e7d2904
cvsdist e7d2904
%description
cvsdist e7d2904
The GNU gettext package provides a set of tools and documentation for
cvsdist 31ff371
producing multi-lingual messages in programs. Tools include a set of
cvsdist e7d2904
conventions about how programs should be written to support message
cvsdist e7d2904
catalogs, a directory and file naming organization for the message
cvsdist e7d2904
catalogs, a runtime library which supports the retrieval of translated
cvsdist e7d2904
messages, and stand-alone programs for handling the translatable and
cvsdist 31ff371
the already translated strings. Gettext provides an easy to use
cvsdist e7d2904
library and tools for creating, using, and modifying natural language
cvsdist e7d2904
catalogs and is a powerful and simple method for internationalizing
cvsdist e7d2904
programs.
cvsdist e7d2904
cvsdist 64f4df3
c5659ca
%package devel
c5659ca
Summary: Development files for %{name}
c5659ca
Group: Development/Tools
c5659ca
License: LGPL
c5659ca
Requires: %{name} = %{version}-%{release}
c5659ca
Requires: cvs
c5659ca
Provides: devel(libintl)
c5659ca
PreReq: /sbin/install-info
c5659ca
c5659ca
%description devel
cvsdist 64f4df3
This package contains all development related files necessary for
cvsdist 64f4df3
developing or compiling applications/libraries that needs
cvsdist 64f4df3
internationalization capability. You also need this package if you
cvsdist 64f4df3
want to add gettext support for your project.
cvsdist 64f4df3
c5659ca
cvsdist e7d2904
%prep
cvsdist e7d2904
%setup -q
c5659ca
cvsdist e7d2904
cvsdist e7d2904
%build
c5659ca
[ -f  %{_datadir}/automake/depcomp ] && cp -f %{_datadir}/automake/{depcomp,ylwrap} . || :
Leon Ho b14435a
Leon Ho ba6739d
export JAVAC='gcj -C'
29a579f
export JAR='fastjar'
cvsdist c03e840
%configure --without-included-gettext --enable-nls \
69cb226
	--enable-shared --with-pic-=yes --disable-csharp \
69cb226
%ifarch ia64
69cb226
	--disable-openmp
69cb226
%else
69cb226
	%{nil}
69cb226
%endif
cvsdist e7d2904
make
cvsdist e7d2904
c5659ca
cvsdist e7d2904
%install
cvsdist e7d2904
rm -rf %{buildroot}
cvsdist e7d2904
c5659ca
%makeinstall lispdir=${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp \
c5659ca
    aclocaldir=${RPM_BUILD_ROOT}%{_datadir}/aclocal
cvsdist eeb8d5e
    
c5659ca
# move gettext to /bin
c5659ca
mkdir -p ${RPM_BUILD_ROOT}/bin
c5659ca
mv ${RPM_BUILD_ROOT}%{_bindir}/gettext ${RPM_BUILD_ROOT}/bin
c5659ca
ln -s ../../bin/gettext ${RPM_BUILD_ROOT}%{_bindir}/gettext
cvsdist e7d2904
c5659ca
install -m 755 %SOURCE2 ${RPM_BUILD_ROOT}/%{_bindir}/msghack
c5659ca
c5659ca
rm ${RPM_BUILD_ROOT}%{_infodir}/dir
cvsdist e7d2904
a764189
rm -f $RPM_BUILD_DIR/%{name}-%{version}/trans.list
cvsdist eeb8d5e
pushd %{buildroot}/%{_datadir}/locale
cvsdist eeb8d5e
for foo in `find . -maxdepth 1 -mindepth 1 -type d` ; do
cvsdist eeb8d5e
  lang=`echo $foo | cut -c 3-`
cvsdist eeb8d5e
  echo "%lang($lang) %{_datadir}/locale/$foo/*/*" >> \
cvsdist eeb8d5e
    $RPM_BUILD_DIR/%{name}-%{version}/trans.list
cvsdist eeb8d5e
done
cvsdist eeb8d5e
popd
cvsdist eeb8d5e
c5659ca
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp/site-start.d
c5659ca
install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp/site-start.d
cvsdist eeb8d5e
cvsdist 64f4df3
# doc relocations
cvsdist 64f4df3
for i in gettext-runtime/man/*.html; do
c5659ca
  rm ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/`basename $i`
cvsdist 64f4df3
done
c5659ca
rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/javadoc*
cvsdist 64f4df3
cvsdist 64f4df3
rm -rf htmldoc examples
cvsdist 64f4df3
mkdir htmldoc
c5659ca
mv ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/examples examples
c5659ca
mv ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext/* ${RPM_BUILD_ROOT}/%{_datadir}/doc/libasprintf/* htmldoc
c5659ca
rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/libasprintf
c5659ca
rm -r ${RPM_BUILD_ROOT}%{_datadir}/doc/gettext
cvsdist 64f4df3
cvsdist b3c85cf
# remove unpackaged files from the buildroot
c5659ca
rm -r ${RPM_BUILD_ROOT}%{_datadir}/emacs
c5659ca
rm ${RPM_BUILD_ROOT}%{_libdir}/lib*.la
c5659ca
cvsdist b3c85cf
cvsdist e7d2904
%clean
c5659ca
rm -rf ${RPM_BUILD_ROOT}
c5659ca
c5659ca
c5659ca
%define install_info /sbin/install-info
c5659ca
%define remove_install_info /sbin/install-info --delete
c5659ca
cvsdist e7d2904
cvsdist e7d2904
%post
Leon Ho ee1a353
/sbin/ldconfig
Leon Ho 253e9b8
%{install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir
cvsdist e7d2904
c5659ca
cvsdist e7d2904
%preun
cvsdist e7d2904
if [ "$1" = 0 ]; then
Leon Ho 253e9b8
    %{remove_install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir
cvsdist e7d2904
fi
cvsdist e7d2904
exit 0
cvsdist e7d2904
c5659ca
Leon Ho ee1a353
%postun
Leon Ho ee1a353
/sbin/ldconfig
Leon Ho ee1a353
Leon Ho ee1a353
Leon Ho ee1a353
%post devel
Leon Ho ee1a353
/sbin/ldconfig
Leon Ho 253e9b8
%{install_info} %{_infodir}/autosprintf.info %{_infodir}/dir
Leon Ho ee1a353
c5659ca
Leon Ho ee1a353
%preun devel
Leon Ho 1dea4e8
if [ "$1" = 0 ]; then
Leon Ho 253e9b8
    %{remove_install_info} %{_infodir}/autosprintf.info %{_infodir}/dir
Leon Ho ee1a353
fi
Leon Ho ee1a353
c5659ca
Leon Ho ee1a353
%postun devel
Leon Ho ee1a353
/sbin/ldconfig
Leon Ho ee1a353
Leon Ho ee1a353
cvsdist eeb8d5e
%files -f trans.list
cvsdist e7d2904
%defattr(-,root,root)
cvsdist b9ad525
%doc gettext-runtime/ABOUT-NLS AUTHORS gettext-runtime/BUGS
cvsdist aea03de
%doc COPYING gettext-tools/misc/DISCLAIM README
Leon Ho 1ff6615
%doc NEWS THANKS 
cvsdist 64f4df3
%doc gettext-runtime/man/*.1.html
cvsdist 64f4df3
%doc gettext-runtime/intl/COPYING*
cvsdist eeb8d5e
/bin/*
c5659ca
%{_bindir}/*
Leon Ho 1ff6615
%exclude %{_bindir}/autopoint
Leon Ho 1ff6615
%exclude %{_bindir}/gettextize
cvsdist 5ec5abb
cvsdist 6b91105
# These aren't in glibc...
c5659ca
%dir %{_datadir}/locale/en@boldquot
c5659ca
%dir %{_datadir}/locale/en@boldquot/LC_MESSAGES
c5659ca
%dir %{_datadir}/locale/en@quot
c5659ca
%dir %{_datadir}/locale/en@quot/LC_MESSAGES
cvsdist e7d2904
afe3f3e
%{_libdir}/libgettextlib-%{version}.so
afe3f3e
%{_libdir}/libgettextsrc-%{version}.so
c5659ca
%{_libdir}/preloadable_libintl.so
cvsdist b9ad525
%{_infodir}/gettext*
Leon Ho 1ff6615
%{_mandir}/man1/*
Leon Ho 1ff6615
%exclude %{_mandir}/man1/gettextize.1.gz
Leon Ho 1ff6615
%exclude %{_mandir}/man1/autopoint.1.gz
cvsdist b9ad525
#%config %{_libdir}/charset.alias
cvsdist b9ad525
%{_libdir}/%{name}
Leon Ho ee1a353
%exclude %{_libdir}/%{name}/gnu.gettext.*
cvsdist b9ad525
cvsdist 64f4df3
%files devel
cvsdist 64f4df3
%defattr(-,root,root)
cvsdist 64f4df3
%doc gettext-runtime/man/*.3.html examples
Leon Ho e7555f5
%dir %{_datadir}/%{name}
Leon Ho e7555f5
%dir %{_datadir}/%{name}/projects
cvsdist 64f4df3
%{_bindir}/gettextize
Leon Ho 1ff6615
%{_bindir}/autopoint
cvsdist 64f4df3
%{_datadir}/%{name}/ABOUT-NLS
cvsdist 64f4df3
%{_datadir}/%{name}/projects/*
cvsdist 64f4df3
%{_datadir}/%{name}/archive.tar.gz
cvsdist 64f4df3
%{_datadir}/%{name}/config.rpath
cvsdist 64f4df3
%{_datadir}/%{name}/*.h
cvsdist 64f4df3
%{_datadir}/%{name}/intl
cvsdist 64f4df3
%{_datadir}/%{name}/po
cvsdist 64f4df3
%{_datadir}/%{name}/msgunfmt.tcl
cvsdist 64f4df3
%{_datadir}/aclocal/*
cvsdist 64f4df3
%{_includedir}/*
cvsdist 64f4df3
%{_infodir}/autosprintf*
cvsdist 64f4df3
%{_libdir}/lib*.a
cvsdist 64f4df3
%{_libdir}/libasprintf.so*
cvsdist 64f4df3
%{_libdir}/libgettextpo.so*
afe3f3e
%{_libdir}/libgettextlib.so
afe3f3e
%{_libdir}/libgettextsrc.so
Leon Ho 1ff6615
%{_mandir}/man1/gettextize.1.gz
Leon Ho 1ff6615
%{_mandir}/man1/autopoint.1.gz
cvsdist 64f4df3
%{_mandir}/man3/*
a764189
%{_datadir}/%{name}/javaversion.class
Leon Ho ee1a353
%doc gettext-runtime/intl-java/javadoc*
Leon Ho ee1a353
%{_libdir}/%{name}/gnu.gettext.*
cvsdist 64f4df3
c5659ca
cvsdist e7d2904
%changelog
90347ff
* Thu Nov 23 2006 Jens Petersen <petersen@redhat.com> - 0.16-1
90347ff
- update to 0.16 release
69cb226
- disable openmp on ia64 (#216988)
90347ff
a764189
* Fri Oct 27 2006 Jens Petersen <petersen@redhat.com> - 0.15-1
a764189
- update to 0.15 release
a764189
- mkinstalldirs is gone
a764189
- libintl.jar replaced by javaversion.class (#205207)
a764189
7d03879
* Mon Oct  2 2006 Jens Petersen <petersen@redhat.com> - 0.14.6-3
7d03879
- buildrequire zip and unzip to fix libintl.jar multilib conflict (#205207)
7d03879
afe3f3e
* Fri Aug 25 2006 Jens Petersen <petersen@redhat.com> - 0.14.6-2
afe3f3e
- move libgettext*.so devel files to devel package (Patrice Dumas, #203622)
afe3f3e
c5659ca
* Mon Aug  7 2006 Jens Petersen <petersen@redhat.com> - 0.14.6-1
c5659ca
- update to 0.14.6
c5659ca
- include preloadable_libintl.so again (Roozbeh Pournader, #149809)
c5659ca
- remove .la files (Kjartan Maraas, #172624)
c5659ca
- cleanup spec file
c5659ca
Thomas Fitzsimmons 2874673
* Tue Jul 25 2006 Thomas Fitzsimmons <fitzsim@redhat.com> - 0.14.5-4
Thomas Fitzsimmons 2874673
- Bump release number.
Thomas Fitzsimmons 2874673
9ee2343
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-3.1
9ee2343
- rebuild
9ee2343
9dbb5c3
* Wed Feb 22 2006 Karsten Hopp <karsten@redhat.de> 0.14.5-3
9dbb5c3
- --disable-csharp, otherwise it'll build a dll when mono is 
9dbb5c3
  installed in the buildroot.
9dbb5c3
8c29915
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-2.2.2
a84bc0f
- bump again for double-long bug on ppc(64)
a84bc0f
5764ae9
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.14.5-2.2.1
5764ae9
- rebuilt for new gcc4.1 snapshot and glibc changes
5764ae9
5cb6a90
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 0.14.5-2.2
5cb6a90
- rebuilt again
5cb6a90
ccc21a0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ccc21a0
- rebuilt
ccc21a0
88a3fef
* Wed Sep 28 2005 Jindrich Novy <jnovy@redhat.com> 0.14.5-2
88a3fef
- convert spec to UTF-8
88a3fef
- remove old tarballs from sources
88a3fef
Leon Ho 7be0043
* Thu Aug 11 2005 Leon Ho <llch@redhat.com>
Leon Ho 7be0043
- updated to 0.14.5
Leon Ho 7be0043
- Add cvs as Requires for gettext-devel
Leon Ho 7be0043
Leon Ho 1ff6615
* Mon Mar 21 2005 Leon Ho <llch@redhat.com>
Leon Ho 9c25398
- updated to 0.14.3
Leon Ho 90c65ce
- fixed compiling problem on gcc4 (#150992)
Leon Ho 1ff6615
- fixed Group for -devel (#138303)
Leon Ho 90c65ce
- moved gettextize and autopoint to -devel (#137542, #145768)
Leon Ho 1ff6615
- moved some of the man pages
Leon Ho 1ff6615
174387b
* Tue Mar 01 2005 Jakub Jelinek <jakub@redhat.com>
29a579f
- rebuilt with gcc 4.0
29a579f
29a579f
* Wed Dec 01 2004 Leon Ho <llch@redhat.com>
29a579f
- Add env var to redirect use fastjar instead of jar
c5659ca
- BuildRequires %{_bindir}/fastjar and libgcj
174387b
Leon Ho 61a16da
* Mon Nov 01 2004 Leon Ho <llch@redhat.com>
Leon Ho 61a16da
- fix call on phase0_getc()
Leon Ho 61a16da
- fix temp file issue (#136323 - CAN-2004-0966 - mjc)
Leon Ho 61a16da
Leon Ho 1dea4e8
* Sun Oct 03 2004 Leon Ho <llch@redhat.com>
Leon Ho 1dea4e8
- fixed typo on %preun on -devel
Leon Ho 1dea4e8
Leon Ho 81d7683
* Fri Oct 01 2004 Leon Ho <llch@redhat.com>
Leon Ho 81d7683
- fix install_info
Leon Ho 81d7683
- add gcc-java build requirement
Leon Ho 81d7683
Leon Ho ee1a353
* Mon Sep 13 2004 Leon Ho <llch@redhat.com>
Leon Ho ee1a353
- move java stuff to gettext-devel (#132239)
Leon Ho ee1a353
- add BuildRequires: gcc-c++ (#132518)
Leon Ho ee1a353
- add some missing install-info and ldconfig (#131272)
Leon Ho e7555f5
- fix dir ownership (#133696)
Leon Ho b14435a
- run autotools for 1.9
Leon Ho ee1a353
cvsdist 5d4c88b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5d4c88b
- rebuilt
cvsdist 5d4c88b
cvsdist c03e840
* Tue Jun 08 2004 Leon Ho <llch@redhat.com>
cvsdist c03e840
- use --without-included-gettext to avoid the need of libintl.so (#125497)
cvsdist c03e840
- remove preloadable_libintl.so
cvsdist c03e840
cvsdist b9ad525
* Sun Jun 06 2004 Leon Ho <llch@redhat.com>
cvsdist b9ad525
- moved some of the shared lib to main pkg
cvsdist b9ad525
- added more build requires
cvsdist b9ad525
cvsdist d6b3807
* Thu Jun 03 2004 Leon Ho <llch@redhat.com>
cvsdist d6b3807
- add conditionals for patch and requires auto* (#125216)
cvsdist d6b3807
cvsdist 64f4df3
* Wed Jun 02 2004 Leon Ho <llch@redhat.com>
cvsdist 64f4df3
- packaged lib files for devel
cvsdist 64f4df3
- moved some of the files to different sub-pkg
cvsdist 64f4df3
- fix problem on x86_64 build
cvsdist 64f4df3
cvsdist b9fa33f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b9fa33f
- rebuilt
cvsdist b9fa33f
cvsdist b9fa33f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b9fa33f
- rebuilt
cvsdist b9fa33f
cvsdist b9fa33f
* Mon Feb 02 2004 Leon Ho <llch@redhat.com>
cvsdist b9fa33f
- rebuilt to 0.14.1
cvsdist b9fa33f
cvsdist aea03de
* Fri Sep 19 2003 Leon Ho <llch@redhat.com>
cvsdist aea03de
- rebuilt 0.12.1
cvsdist aea03de
- fix including files and excludes some patches
cvsdist aea03de
cvsdist aea03de
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist aea03de
- rebuilt
cvsdist aea03de
cvsdist aea03de
* Wed May 14 2003 Leon Ho <llch@redhat.com>
cvsdist aea03de
- 0.11.5
cvsdist aea03de
cvsdist b3c85cf
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b3c85cf
- rebuilt
cvsdist b3c85cf
cvsdist b3c85cf
* Thu Jan 16 2003 Leon Ho <llch@redhat.com> 0.11.4-6
cvsdist b3c85cf
- add online help for msghack replacement
cvsdist b3c85cf
cvsdist b3c85cf
* Thu Dec  5 2002 Leon Ho <llch@redhat.com> 0.11.4-5
cvsdist b3c85cf
- add patch to fix gettextize (#78720)
cvsdist b3c85cf
cvsdist b3c85cf
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 0.11.4-4
cvsdist b3c85cf
- remove unpackaged files from the buildroot
cvsdist b3c85cf
88a3fef
* Wed Aug 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.4-3
cvsdist 1a785e6
- Use %%{_libdir} instead of /usr/lib (#72524)
cvsdist 1a785e6
cvsdist e2b78a5
* Fri Aug  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.11.4-2
cvsdist e2b78a5
- install ulonglong.m4, which is required by uintmax_t.m4, which is already
cvsdist e2b78a5
  being installed
cvsdist e2b78a5
88a3fef
* Sun Jul 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.4-1
cvsdist 69a981f
- 0.11.4
cvsdist 69a981f
cvsdist 69a981f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 69a981f
- automated rebuild
cvsdist 69a981f
cvsdist 69a981f
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 69a981f
- automated rebuild
cvsdist 69a981f
88a3fef
* Tue May 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.2-1
cvsdist 69a981f
- 0.11.2
cvsdist 69a981f
- include some new files
cvsdist 69a981f
88a3fef
* Fri Apr  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.1-2
cvsdist 78b6f80
- Add patch to make it compile with C99 compilers (#62313)
cvsdist 78b6f80
88a3fef
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.11.1-1
cvsdist 5b2802c
- 0.11.1
cvsdist 5b2802c
cvsdist 5b2802c
* Sun Feb 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 5b2802c
- update gettext to 0.11
cvsdist 5b2802c
- disable patch4
cvsdist 5b2802c
cvsdist 5b2802c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 5b2802c
- automated rebuild
cvsdist 5b2802c
88a3fef
* Wed Dec  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-3
cvsdist d07d991
- improve automake handling
cvsdist d07d991
88a3fef
* Wed Nov 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-2
cvsdist d07d991
- Add URL
cvsdist d07d991
- Add automake workaround (#56081)
cvsdist d07d991
88a3fef
* Sun Sep 16 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.40-1
cvsdist d07d991
- 0.10.40 - libintl is now LGPLed (it was GPLed). Note that RHL
cvsdist d07d991
  uses the glibc version, and don't include libintl from gettext.
cvsdist d07d991
- include new man pages
cvsdist d07d991
- don't include the elisp mode - bundle it into the main emacs package,
cvsdist d07d991
  like we do for XEmacs.
cvsdist d07d991
- README-alpha no longer exists, so don't list it as a doc file
cvsdist d07d991
88a3fef
* Fri Aug 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-7
cvsdist 5ec5abb
- Rebuild - this should fix #52463
cvsdist 5ec5abb
88a3fef
* Wed Aug 22 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.10.38-6
cvsdist 6b91105
- Fix handling of multiline entries (rest of #50065)
cvsdist 6b91105
- don't use the references of the last entry in a po file
cvsdist 6b91105
- remove duplicates when inverting
cvsdist 6b91105
- Own the en@quot and en@boldquot locale dirs (#52164)
cvsdist 6b91105
- Handle entries with a first line of "" as identical to those
cvsdist 6b91105
  without
cvsdist 6b91105
88a3fef
* Thu Aug  9 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 31ff371
- Added "--append" and "-o" to msghack, which should address 
cvsdist 31ff371
  initial concerns in #50065
cvsdist 31ff371
88a3fef
* Thu Jul 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b51593
- New msghack - from scratch, in python
cvsdist 2b51593
88a3fef
* Tue Jul 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b51593
- msghack is back
cvsdist 2b51593
88a3fef
* Mon Jun  4 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b51593
- Include some docfiles
cvsdist 2b51593
cvsdist 2b51593
* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 2b51593
- 0.10.38
cvsdist 2b51593
- do not include charset.alias
cvsdist 2b51593
cvsdist 2b51593
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 2b51593
- Build statically.
cvsdist 2b51593
88a3fef
* Mon Apr 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 2b51593
- 0.10.37
cvsdist 2b51593
- Disable all but two patches
cvsdist 2b51593
88a3fef
* Sun Feb 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist eeb8d5e
- Initialize proper fonts when entering po-mode (#29152)
cvsdist eeb8d5e
cvsdist eeb8d5e
* Mon Feb 12 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist eeb8d5e
- More fix about msgmerge.
cvsdist eeb8d5e
cvsdist eeb8d5e
* Mon Feb 12 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist eeb8d5e
- Fix for msgmerge not to break multibyte strings
cvsdist eeb8d5e
  at Japanese locale.
cvsdist eeb8d5e
cvsdist eeb8d5e
* Wed Jan 24 2001 Matt Wilson <msw@redhat.com>
cvsdist eeb8d5e
- fixed the %lang generator to not have "./" in the lang
cvsdist eeb8d5e
88a3fef
* Sun Jan 14 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist eeb8d5e
- add an init file for the emacs po-mode
cvsdist eeb8d5e
- update source URL
cvsdist eeb8d5e
cvsdist eeb8d5e
* Thu Jan 11 2001 Bill Nottingham <notting@redhat.com>
cvsdist eeb8d5e
- put gettext in /bin for initscripts use
cvsdist eeb8d5e
- %langify
cvsdist eeb8d5e
cvsdist eeb8d5e
* Fri Dec 29 2000 Bill Nottingham <notting@redhat.com>
cvsdist eeb8d5e
- prereq /sbin/install-info
cvsdist eeb8d5e
88a3fef
* Wed Aug 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e7d2904
- Added patch from Ulrich Drepper
cvsdist e7d2904
88a3fef
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e7d2904
- update DESTDIR patch (#12072)
cvsdist e7d2904
cvsdist e7d2904
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist e7d2904
- automatic rebuild
cvsdist e7d2904
88a3fef
* Mon Jul 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e7d2904
- fix problems wrt to DESTDIR (#12072)
cvsdist e7d2904
cvsdist e7d2904
* Thu Jun 22 2000 Preston Brown <pbrown@redhat.com>
cvsdist e7d2904
- use FHS paths
cvsdist e7d2904
- add buildroot patch for .../intl/Makefile.in, was using abs. install path
cvsdist e7d2904
cvsdist e7d2904
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist e7d2904
- minor configure tweaks for ia64
cvsdist e7d2904
cvsdist e7d2904
* Sun Feb 27 2000 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- add --comments to msghack
cvsdist e7d2904
cvsdist e7d2904
* Thu Feb 10 2000 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- fix bug #9240 - gettextize has the right aclocal patch
cvsdist e7d2904
cvsdist e7d2904
* Wed Jan 12 2000 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- add the --diff and --dummy options
cvsdist e7d2904
cvsdist e7d2904
* Wed Oct 06 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- add the --missing option to msghack
cvsdist e7d2904
cvsdist e7d2904
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- updated msghack not to merge in fuzzies in the master catalogs
cvsdist e7d2904
cvsdist e7d2904
* Thu Aug 26 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- updated msghack to understand --append
cvsdist e7d2904
cvsdist e7d2904
* Wed Aug 11 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- updated msghack to correctly deal with sorting files
cvsdist e7d2904
cvsdist e7d2904
* Thu May 06 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- msghack updates
cvsdist e7d2904
cvsdist e7d2904
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist e7d2904
- auto rebuild in the new build environment (release 8)
cvsdist e7d2904
cvsdist e7d2904
* Mon Mar 08 1999 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- added patch for misc hacks to facilitate rpm translations
cvsdist e7d2904
cvsdist e7d2904
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- patch to allow to build on ARM
cvsdist e7d2904
cvsdist e7d2904
* Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e7d2904
- add Emacs po-mode.el files.
cvsdist e7d2904
cvsdist e7d2904
* Sun Sep 13 1998 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- include the aclocal support files
cvsdist e7d2904
cvsdist e7d2904
* Fri Sep  3 1998 Bill Nottingham <notting@redhat.com>
cvsdist e7d2904
- remove devel package (functionality is in glibc)
cvsdist e7d2904
cvsdist e7d2904
* Tue Sep  1 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e7d2904
- update to 0.10.35.
cvsdist e7d2904
cvsdist e7d2904
* Mon Jun 29 1998 Jeff Johnson <jbj@redhat.com>
cvsdist e7d2904
- add gettextize.
cvsdist e7d2904
- create devel package for libintl.a and libgettext.h.
cvsdist e7d2904
cvsdist e7d2904
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist e7d2904
- translations modified for de, fr, tr
cvsdist e7d2904
cvsdist e7d2904
* Sun Nov 02 1997 Cristian Gafton <gafton@redhat.com>
cvsdist e7d2904
- added info handling
cvsdist e7d2904
- added misc-patch (skip emacs-lisp modofications)
cvsdist e7d2904
cvsdist e7d2904
* Sat Nov 01 1997 Erik Troan <ewt@redhat.com>
cvsdist e7d2904
- removed locale.aliases as we get it from glibc now
cvsdist e7d2904
- uses a buildroot
cvsdist e7d2904
cvsdist e7d2904
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist e7d2904
- Built against glibc