From d07d99135c084fc4c69d22109ed7d5f7c56a4192 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:04:39 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20gettext?= =?UTF-8?q?-0.10.40-2.7.src.rpm=20Wed=20Dec=2005=202001=20Trond=20Eivind?= =?UTF-8?q?=20Glomsr=F8d=20=200.10.40-2.7=20-=20improve=20?= =?UTF-8?q?automake=20handling=20-=20build=20in=20old=20environment=20Wed?= =?UTF-8?q?=20Nov=2014=202001=20Trond=20Eivind=20Glomsr=F8d=20=200.10.40-2=20-=20Add=20URL=20-=20Add=20automake=20workaro?= =?UTF-8?q?und=20(#56081)=20Sun=20Sep=2016=202001=20Trond=20Eivind=20Gloms?= =?UTF-8?q?r=F8d=20=200.10.40-1=20-=200.10.40=20-=20libint?= =?UTF-8?q?l=20is=20now=20LGPLed=20(it=20was=20GPLed).=20Note=20that=20RHL?= =?UTF-8?q?=20uses=20the=20=20=20=20=20glibc=20version,=20and=20don't=20in?= =?UTF-8?q?clude=20libintl=20from=20gettext.=20-=20include=20new=20man=20p?= =?UTF-8?q?ages=20-=20don't=20include=20the=20elisp=20mode=20-=20bundle=20?= =?UTF-8?q?it=20into=20the=20main=20emacs=20package,=20=20=20=20=20like=20?= =?UTF-8?q?we=20do=20for=20XEmacs.=20-=20README-alpha=20no=20longer=20exis?= =?UTF-8?q?ts,=20so=20don't=20list=20it=20as=20a=20doc=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- gettext.spec | 35 ++++++++++++++++++++++++++--------- sources | 2 +- 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index d337db3..4a50600 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gettext-0.10.38.tar.gz +gettext-0.10.40.tar.gz diff --git a/gettext.spec b/gettext.spec index 054335b..5d87469 100644 --- a/gettext.spec +++ b/gettext.spec @@ -1,10 +1,13 @@ +%define libtoolize : + Summary: GNU libraries and utilities for producing multi-lingual messages. Name: gettext -Version: 0.10.38 -Release: 7a -License: GPL +Version: 0.10.40 +Release: 2.7 +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 Patch0: gettext-0.10-misc.patch @@ -19,7 +22,6 @@ Patch8: gettext-0.10.35-oka-plus.patch Patch9: gettext-0.10.38-msghack.patch Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: emacs %description The GNU gettext package provides a set of tools and documentation for @@ -41,7 +43,7 @@ rm -rf %{buildroot} #patch9 -p1 %build -export EMACS=emacs +[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || : %configure --disable-shared --with-included-gettext make @@ -86,16 +88,15 @@ exit 0 %files -f trans.list %defattr(-,root,root) -%doc ABOUT-NLS AUTHORS BUGS COPYING DISCLAIM README -%doc README-alpha NEWS THANKS TODO +%doc ABOUT-NLS AUTHORS BUGS COPYING DISCLAIM README +%doc NEWS THANKS TODO /bin/* /usr/bin/* %{_infodir}/* +%{_mandir}/*/* #%config %{_libdir}/charset.alias %{_datadir}/gettext %{_datadir}/aclocal/* -#%{_datadir}/emacs/site-lisp/*.el* -%{_datadir}/emacs/site-lisp/site-start.d/po-mode-init.el # These aren't in glibc... %dir /usr/share/locale/en@boldquot @@ -104,6 +105,22 @@ exit 0 %dir /usr/share/locale/en@quot/LC_MESSAGES %changelog +* Wed Dec 5 2001 Trond Eivind Glomsrød 0.10.40-2.7 +- improve automake handling +- build in old environment + +* 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 diff --git a/sources b/sources index dbcdd2e..3c35698 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c807f357ea5e5324adf7ad3d52c40c84 gettext-0.10.38.tar.gz +6a17767b47ffb45b4866cec9fb0a39b0 gettext-0.10.40.tar.gz