Remove description ('This is...') from /usr/share/info/dir in info post

install section
This commit is contained in:
vcrhonek 2008-05-14 10:39:52 +00:00
parent 92a6129cae
commit c92c7957e2
1 changed files with 7 additions and 1 deletions

View File

@ -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 <vcrhonek@redhat.com> - 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 <vcrhonek@redhat.com> - 4.11-5
- Merge Review
Resolves: #226488