- don't complain if installing with --excludedocs (#516010)

This commit is contained in:
Jindrich Novy 2009-08-11 15:50:48 +00:00
parent b4ab88aca3
commit 0de57434b1

View File

@ -1,6 +1,6 @@
Name: texi2html
Version: 1.82
Release: 4%{?dist}
Release: 5%{?dist}
# GPLv2+ is for the code
# OFSFDL (Old FSF Documentation License) for the documentation
# CC-BY-SA or GPLv2 for the images
@ -49,11 +49,11 @@ make check
rm -rf $RPM_BUILD_ROOT
%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || :
%preun
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir > /dev/null 2>&1 || :
fi
%files
@ -74,6 +74,9 @@ fi
%dir %{_sysconfdir}/texinfo
%changelog
* Tue Aug 11 2009 Jindrich Novy <jnovy@redhat.com> 1.82-5
- don't complain if installing with --excludedocs (#516010)
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.82-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild