- updated to 0.14.5
- add Requires: cvs
This commit is contained in:
parent
90c65ce0c5
commit
7be00434d0
@ -1,2 +1,3 @@
|
|||||||
gettext-0.14.1.tar.gz
|
gettext-0.14.1.tar.gz
|
||||||
gettext-0.14.3.tar.gz
|
gettext-0.14.3.tar.gz
|
||||||
|
gettext-0.14.5.tar.gz
|
||||||
|
37
gettext.spec
37
gettext.spec
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.14.3
|
Version: 0.14.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -39,6 +39,7 @@ Summary: Development files for %{name}
|
|||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: cvs
|
||||||
Provides: devel(libintl)
|
Provides: devel(libintl)
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
|
||||||
@ -58,22 +59,22 @@ rm -rf %{buildroot}
|
|||||||
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
[ -f /usr/share/automake/depcomp ] && cp -f /usr/share/automake/{depcomp,ylwrap} . || :
|
||||||
|
|
||||||
# Rerun autotools for new version
|
# Rerun autotools for new version
|
||||||
aclocal --force
|
# aclocal --force
|
||||||
automake
|
# automake
|
||||||
autoconf
|
# autoconf
|
||||||
for i in autoconf-lib-link gettext-tools gettext-runtime; do
|
#for i in autoconf-lib-link gettext-tools gettext-runtime; do
|
||||||
pushd $i
|
# pushd $i
|
||||||
aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
|
# aclocal --force -I m4/ -I ../config/m4/ -I ../gettext-runtime/m4/ -I ../gettext-tools/m4/ -I ../autoconf-lib-link/m4/
|
||||||
automake
|
# automake
|
||||||
autoconf
|
# autoconf
|
||||||
popd
|
# popd
|
||||||
done
|
#done
|
||||||
|
|
||||||
pushd gettext-runtime/libasprintf
|
#pushd gettext-runtime/libasprintf
|
||||||
aclocal --force -I ../../config/m4/ -I ../../gettext-runtime/m4/ -I ../../gettext-tools/m4/ -I ../../autoconf-lib-link/m4/
|
#aclocal --force -I ../../config/m4/ -I ../../gettext-runtime/m4/ -I ../../gettext-tools/m4/ -I ../../autoconf-lib-link/m4/
|
||||||
automake
|
#automake
|
||||||
autoconf
|
#autoconf
|
||||||
popd
|
#popd
|
||||||
|
|
||||||
export JAVAC='gcj -C'
|
export JAVAC='gcj -C'
|
||||||
export JAR='fastjar'
|
export JAR='fastjar'
|
||||||
@ -217,6 +218,10 @@ fi
|
|||||||
%{_libdir}/%{name}/gnu.gettext.*
|
%{_libdir}/%{name}/gnu.gettext.*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Mar 21 2005 Leon Ho <llch@redhat.com>
|
||||||
- updated to 0.14.3
|
- updated to 0.14.3
|
||||||
- fixed compiling problem on gcc4 (#150992)
|
- fixed compiling problem on gcc4 (#150992)
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
78f4b862510beb2e5d43223dd610e77d gettext-0.14.1.tar.gz
|
78f4b862510beb2e5d43223dd610e77d gettext-0.14.1.tar.gz
|
||||||
14c2644c2f3b0eb67d5db7ee389547de gettext-0.14.3.tar.gz
|
14c2644c2f3b0eb67d5db7ee389547de gettext-0.14.3.tar.gz
|
||||||
|
e2f6581626a22a0de66dce1d81d00de3 gettext-0.14.5.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user