fix autogenerated manpage header format(#639347)

This commit is contained in:
Ondřej Vašík 2010-10-04 10:38:50 +02:00
parent a11a395bf1
commit b3577a1daf
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: docbook-utils Name: docbook-utils
Version: 0.6.14 Version: 0.6.14
Release: 25%{?dist} Release: 26%{?dist}
Group: Applications/Text Group: Applications/Text
Summary: Shell scripts for managing DocBook documents Summary: Shell scripts for managing DocBook documents
@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/docbook2ps.* %{_mandir}/*/docbook2ps.*
%changelog %changelog
* Mon Oct 04 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.14-26
- fix autogenerated manpage header format(#639347)
* Tue Sep 28 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.14-25 * Tue Sep 28 2010 Ondrej Vasik <ovasik@redhat.com> 0.6.14-25
- make [[:space:]] class syntax compatible with new grep(#637594) - make [[:space:]] class syntax compatible with new grep(#637594)

View File

@ -33,7 +33,7 @@ Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
=cut =cut
# $Id$ # $Id: docbook2man-spec.pl,v 1.11 2010/10/04 10:23:31 ovasik Exp $
use SGMLS; # Use the SGMLS package. use SGMLS; # Use the SGMLS package.
use SGMLS::Output; # Use stack-based output. use SGMLS::Output; # Use stack-based output.
@ -324,7 +324,7 @@ sgml('</REFMETA>', sub {
push_output('file', $filename); push_output('file', $filename);
output <<'_END_BANNER'; output <<'_END_BANNER';
.\\" auto-generated by docbook2man-spec $Revision$ .\" auto-generated by docbook2man-spec from docbook-utils package
_END_BANNER _END_BANNER
my $manpage_date = $_[0]->parent->ext->{'date'} || $default_date; my $manpage_date = $_[0]->parent->ext->{'date'} || $default_date;