- updated to 0.14.5

- add Requires: cvs
This commit is contained in:
Leon Ho 2005-08-11 05:06:25 +00:00
parent 90c65ce0c5
commit 7be00434d0
3 changed files with 23 additions and 16 deletions

View File

@ -1,2 +1,3 @@
gettext-0.14.1.tar.gz
gettext-0.14.3.tar.gz
gettext-0.14.5.tar.gz

View File

@ -4,7 +4,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages.
Name: gettext
Version: 0.14.3
Version: 0.14.5
Release: 1
License: GPL/LGPL
Group: Development/Tools
@ -39,6 +39,7 @@ Summary: Development files for %{name}
Group: Development/Tools
License: LGPL
Requires: %{name} = %{version}-%{release}
Requires: cvs
Provides: devel(libintl)
Prereq: /sbin/install-info
@ -58,22 +59,22 @@ rm -rf %{buildroot}
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
# Rerun autotools for new version
aclocal --force
automake
autoconf
for i in autoconf-lib-link gettext-tools gettext-runtime; do
pushd $i
aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
automake
autoconf
popd
done
# aclocal --force
# automake
# autoconf
#for i in autoconf-lib-link gettext-tools gettext-runtime; do
# pushd $i
# aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
# automake
# autoconf
# popd
#done
pushd gettext-runtime/libasprintf
aclocal --force -I ../../config/m4/ -I ../../gettext-runtime/m4/ -I ../../gettext-tools/m4/ -I ../../autoconf-lib-link/m4/
automake
autoconf
popd
#pushd gettext-runtime/libasprintf
#aclocal --force -I ../../config/m4/ -I ../../gettext-runtime/m4/ -I ../../gettext-tools/m4/ -I ../../autoconf-lib-link/m4/
#automake
#autoconf
#popd
export JAVAC='gcj -C'
export JAR='fastjar'
@ -217,6 +218,10 @@ fi
%{_libdir}/%{name}/gnu.gettext.*
%changelog
* Thu Aug 11 2005 Leon Ho <llch@redhat.com>
- updated to 0.14.5
- Add cvs as Requires for gettext-devel
* Mon Mar 21 2005 Leon Ho <llch@redhat.com>
- updated to 0.14.3
- fixed compiling problem on gcc4 (#150992)

View File

@ -1,2 +1,3 @@
78f4b862510beb2e5d43223dd610e77d gettext-0.14.1.tar.gz
14c2644c2f3b0eb67d5db7ee389547de gettext-0.14.3.tar.gz
e2f6581626a22a0de66dce1d81d00de3 gettext-0.14.5.tar.gz