- fixed typo

This commit is contained in:
Leon Ho 2004-10-04 01:20:51 +00:00
parent 253e9b800b
commit 1dea4e8e9a

View File

@ -5,7 +5,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages.
Name: gettext
Version: 0.14.1
Release: 10
Release: 11
License: GPL/LGPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@ -148,7 +148,7 @@ exit 0
%{install_info} %{_infodir}/autosprintf.info %{_infodir}/dir
%preun devel
if [ "$1" = 0]; then
if [ "$1" = 0 ]; then
%{remove_install_info} %{_infodir}/autosprintf.info %{_infodir}/dir
fi
@ -208,6 +208,9 @@ fi
%{_libdir}/%{name}/gnu.gettext.*
%changelog
* Sun Oct 03 2004 Leon Ho <llch@redhat.com>
- fixed typo on %preun on -devel
* Fri Oct 01 2004 Leon Ho <llch@redhat.com>
- fix install_info
- add gcc-java build requirement