diff --git a/texinfo.spec b/texinfo.spec index 267e3d8..e1d396e 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -3,7 +3,7 @@ Summary: Tools needed to create Texinfo format documentation files Name: texinfo Version: 4.11 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Applications/Publishing Url: http://www.gnu.org/software/texinfo/ @@ -95,6 +95,7 @@ fi %post -n info /sbin/install-info %{_infodir}/info-stnd.info %{_infodir}/dir || : +sed -i 's/^This is.*produced by makeinfo.*from/d/' /usr/share/info/dir %preun -n info if [ $1 = 0 ]; then @@ -144,6 +145,11 @@ fi %{_mandir}/man1/texi2pdf.1* %changelog +* Wed May 14 2008 Vitezslav Crhonek - 4.11-6 +- Remove description ("This is...") from /usr/share/info/dir in info + post install section + Resolves: #433535 + * Mon Feb 4 2008 Vitezslav Crhonek - 4.11-5 - Merge Review Resolves: #226488