From 1dea4e8e9a8978ed00059e9aa5345b7b8ab7fff9 Mon Sep 17 00:00:00 2001 From: Leon Ho Date: Mon, 4 Oct 2004 01:20:51 +0000 Subject: [PATCH] - fixed typo --- gettext.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gettext.spec b/gettext.spec index dc540f8..73fab03 100644 --- a/gettext.spec +++ b/gettext.spec @@ -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 +- fixed typo on %preun on -devel + * Fri Oct 01 2004 Leon Ho - fix install_info - add gcc-java build requirement