fixed x86_64 part

This commit is contained in:
Leon Ho 2005-04-04 03:46:13 +00:00
parent 9c253984b1
commit 90c65ce0c5
1 changed files with 2 additions and 8 deletions

View File

@ -12,9 +12,7 @@ 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.14.1-amd64-libtool.patch
Patch1: gettext-0.14.3-gcc4.patch
#Patch1: gettext-0.14.1-phase0getc.patch
#Patch2: gettext-0.14.1-tempfile.patch
Prereq: /sbin/install-info
%ifarch x86_64 ppc64 s390x
@ -53,11 +51,7 @@ want to add gettext support for your project.
%prep
rm -rf %{buildroot}
%setup -q
%ifarch x86_64 ppc64 s390x
%patch0 -p1 -b .x86_64
%endif
%patch1 -p1 -b .gcc4
#%patch1 -p1 -b .phasegetc
#%patch2 -p1 -b .tempfile
%build
@ -225,9 +219,9 @@ fi
%changelog
* Mon Mar 21 2005 Leon Ho <llch@redhat.com>
- updated to 0.14.3
- fixed compiling problme on gcc4 (#150992)
- fixed compiling problem on gcc4 (#150992)
- fixed Group for -devel (#138303)
- moved gettextize and autopoint to -deel (#137542, #145768)
- moved gettextize and autopoint to -devel (#137542, #145768)
- moved some of the man pages
* Tue Mar 01 2005 Jakub Jelinek <jakub@redhat.com>