fixed x86_64 part
This commit is contained in:
parent
9c253984b1
commit
90c65ce0c5
10
gettext.spec
10
gettext.spec
@ -12,9 +12,7 @@ Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
|||||||
URL: http://www.gnu.org/software/gettext/
|
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
|
|
||||||
Patch1: gettext-0.14.3-gcc4.patch
|
Patch1: gettext-0.14.3-gcc4.patch
|
||||||
#Patch1: gettext-0.14.1-phase0getc.patch
|
|
||||||
#Patch2: gettext-0.14.1-tempfile.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
|
||||||
@ -53,11 +51,7 @@ want to add gettext support for your project.
|
|||||||
%prep
|
%prep
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%setup -q
|
%setup -q
|
||||||
%ifarch x86_64 ppc64 s390x
|
|
||||||
%patch0 -p1 -b .x86_64
|
|
||||||
%endif
|
|
||||||
%patch1 -p1 -b .gcc4
|
%patch1 -p1 -b .gcc4
|
||||||
#%patch1 -p1 -b .phasegetc
|
|
||||||
#%patch2 -p1 -b .tempfile
|
#%patch2 -p1 -b .tempfile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -225,9 +219,9 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 21 2005 Leon Ho <llch@redhat.com>
|
* Mon Mar 21 2005 Leon Ho <llch@redhat.com>
|
||||||
- updated to 0.14.3
|
- updated to 0.14.3
|
||||||
- fixed compiling problme on gcc4 (#150992)
|
- fixed compiling problem on gcc4 (#150992)
|
||||||
- fixed Group for -devel (#138303)
|
- 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
|
- moved some of the man pages
|
||||||
|
|
||||||
* Tue Mar 01 2005 Jakub Jelinek <jakub@redhat.com>
|
* Tue Mar 01 2005 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user