0.14.1-14
This commit is contained in:
parent
174387bd27
commit
29a579f4da
12
gettext.spec
12
gettext.spec
@ -5,7 +5,7 @@
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||
Name: gettext
|
||||
Version: 0.14.1
|
||||
Release: 13
|
||||
Release: 14
|
||||
License: GPL/LGPL
|
||||
Group: Development/Tools
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||
@ -19,7 +19,8 @@ Prereq: /sbin/install-info
|
||||
%ifarch x86_64 ppc64 s390x
|
||||
BuildRequires: automake >= 1.8, autoconf >= 2.5
|
||||
%endif
|
||||
BuildRequires: libtool, bison, gcc-c++, gcc-java
|
||||
BuildRequires: libtool, bison, gcc-c++, gcc-java, libgcj
|
||||
BuildRequires: /usr/bin/fastjar
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -79,6 +80,7 @@ autoconf
|
||||
popd
|
||||
|
||||
export JAVAC='gcj -C'
|
||||
export JAR='fastjar'
|
||||
%configure --without-included-gettext --enable-nls \
|
||||
--enable-shared --with-pic-=yes
|
||||
make
|
||||
@ -213,7 +215,11 @@ fi
|
||||
|
||||
%changelog
|
||||
* Tue Mar 01 2005 Jakub Jelinek <jakub@redhat.com>
|
||||
- rebuilt against gcc 4.0
|
||||
- rebuilt with gcc 4.0
|
||||
|
||||
* Wed Dec 01 2004 Leon Ho <llch@redhat.com>
|
||||
- Add env var to redirect use fastjar instead of jar
|
||||
- BuildRequires /usr/bin/fastjar and libgcj
|
||||
|
||||
* Mon Nov 01 2004 Leon Ho <llch@redhat.com>
|
||||
- fix call on phase0_getc()
|
||||
|
Loading…
Reference in New Issue
Block a user