- fix call on phase0_getc()
- fix temp file issue (#136323 - CAN-2004-0966 - mjc)
This commit is contained in:
parent
1dea4e8e9a
commit
61a16da9ee
10
gettext.spec
10
gettext.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.14.1
|
Version: 0.14.1
|
||||||
Release: 11
|
Release: 12
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
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
|
Source1: po-mode-init.el
|
||||||
Source2: msghack.py
|
Source2: msghack.py
|
||||||
Patch0: gettext-0.14.1-amd64-libtool.patch
|
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
|
Prereq: /sbin/install-info
|
||||||
%ifarch x86_64 ppc64 s390x
|
%ifarch x86_64 ppc64 s390x
|
||||||
BuildRequires: automake >= 1.8, autoconf >= 2.5
|
BuildRequires: automake >= 1.8, autoconf >= 2.5
|
||||||
@ -52,6 +54,8 @@ rm -rf %{buildroot}
|
|||||||
%ifarch x86_64 ppc64 s390x
|
%ifarch x86_64 ppc64 s390x
|
||||||
%patch0 -p1 -b .x86_64
|
%patch0 -p1 -b .x86_64
|
||||||
%endif
|
%endif
|
||||||
|
%patch1 -p1 -b .phasegetc
|
||||||
|
%patch2 -p1 -b .tempfile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
||||||
@ -208,6 +212,10 @@ fi
|
|||||||
%{_libdir}/%{name}/gnu.gettext.*
|
%{_libdir}/%{name}/gnu.gettext.*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Sun Oct 03 2004 Leon Ho <llch@redhat.com>
|
||||||
- fixed typo on %preun on -devel
|
- fixed typo on %preun on -devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user