diff --git a/autoconf.spec b/autoconf.spec index b400cd9..c23b22a 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -1,7 +1,7 @@ Summary: A GNU tool for automatically configuring source code. Name: autoconf Version: 2.61 -Release: 2 +Release: 3 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/autoconf/autoconf-%{version}.tar.bz2 @@ -53,11 +53,11 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir rm -rf ${RPM_BUILD_ROOT} %post -/sbin/install-info %{_infodir}/autoconf.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/autoconf.info.gz %{_infodir}/dir || : %preun if [ "$1" = 0 ]; then - /sbin/install-info --del %{_infodir}/autoconf.info.gz %{_infodir}/dir + /sbin/install-info --del %{_infodir}/autoconf.info.gz %{_infodir}/dir || : fi %files @@ -72,6 +72,9 @@ fi %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %changelog +* Thu Jan 18 2007 Karsten Hopp 2.61-3 +- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä) + * Tue Nov 21 2006 Karsten Hopp 2.61-2 - drop obsolete linkX11 patch