From 7be00434d063371f37344b3e8d6809b01276e720 Mon Sep 17 00:00:00 2001 From: Leon Ho Date: Thu, 11 Aug 2005 05:06:25 +0000 Subject: [PATCH] - updated to 0.14.5 - add Requires: cvs --- .cvsignore | 1 + gettext.spec | 37 +++++++++++++++++++++---------------- sources | 1 + 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8322977..b4bdcbc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ gettext-0.14.1.tar.gz gettext-0.14.3.tar.gz +gettext-0.14.5.tar.gz diff --git a/gettext.spec b/gettext.spec index ca45aae..ca13b56 100644 --- a/gettext.spec +++ b/gettext.spec @@ -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 +- updated to 0.14.5 +- Add cvs as Requires for gettext-devel + * Mon Mar 21 2005 Leon Ho - updated to 0.14.3 - fixed compiling problem on gcc4 (#150992) diff --git a/sources b/sources index ce5a647..67e3019 100644 --- a/sources +++ b/sources @@ -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