- protect install-info in %%post and %%preun (Ville Skytta) Resolves:
#223689
This commit is contained in:
parent
dfb769889e
commit
cab4ad9078
@ -1,7 +1,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.16.1
|
Version: 0.16.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||||
@ -116,12 +116,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%{install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir
|
%{install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
||||||
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ "$1" = 0 ]; then
|
if [ "$1" = 0 ]; then
|
||||||
%{remove_install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir
|
%{remove_install_info} %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
@ -206,6 +206,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2007 Jens Petersen <petersen@redhat.com> - 0.16.1-2
|
||||||
|
- protect install-info in %%post and %%preun (Ville Skytta, #223689)
|
||||||
|
|
||||||
* Fri Dec 22 2006 Jens Petersen <petersen@redhat.com> - 0.16.1-1
|
* Fri Dec 22 2006 Jens Petersen <petersen@redhat.com> - 0.16.1-1
|
||||||
- update to 0.16.1
|
- update to 0.16.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user