- fix call on phase0_getc()

- fix temp file issue (#136323 - CAN-2004-0966 - mjc)
This commit is contained in:
Leon Ho 2004-11-01 15:00:43 +00:00
parent 1dea4e8e9a
commit 61a16da9ee
1 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages.
Name: gettext
Version: 0.14.1
Release: 11
Release: 12
License: GPL/LGPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@ -13,6 +13,8 @@ URL: http://www.gnu.org/software/gettext/
Source1: po-mode-init.el
Source2: msghack.py
Patch0: gettext-0.14.1-amd64-libtool.patch
Patch1: gettext-0.14.1-phase0getc.patch
Patch2: gettext-0.14.1-tempfile.patch
Prereq: /sbin/install-info
%ifarch x86_64 ppc64 s390x
BuildRequires: automake >= 1.8, autoconf >= 2.5
@ -52,6 +54,8 @@ rm -rf %{buildroot}
%ifarch x86_64 ppc64 s390x
%patch0 -p1 -b .x86_64
%endif
%patch1 -p1 -b .phasegetc
%patch2 -p1 -b .tempfile
%build
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
@ -208,6 +212,10 @@ fi
%{_libdir}/%{name}/gnu.gettext.*
%changelog
* Mon Nov 01 2004 Leon Ho <llch@redhat.com>
- fix call on phase0_getc()
- fix temp file issue (#136323 - CAN-2004-0966 - mjc)
* Sun Oct 03 2004 Leon Ho <llch@redhat.com>
- fixed typo on %preun on -devel