- don't abort (un)install scriptlets when _excludedocs is set (Ville
Skytta)
This commit is contained in:
parent
1ebd6046eb
commit
bd408ec848
@ -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 <karsten@redhat.com> 2.61-3
|
||||
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
|
||||
|
||||
* Tue Nov 21 2006 Karsten Hopp <karsten@redhat.com> 2.61-2
|
||||
- drop obsolete linkX11 patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user