This commit is contained in:
parent
f82201924f
commit
cef0352bb5
@ -15,3 +15,30 @@ causes failing rebuild of other packages.
|
||||
<xsl:text>db2omf: Could not construct the OMF maintainer element.
</xsl:text>
|
||||
<xsl:text> Add an author, corpauthor, editor, othercredit, or publisher
</xsl:text>
|
||||
<xsl:text> element with the role attribute set to "maintainer" to </xsl:text>
|
||||
@@ -371,7 +371,7 @@
|
||||
</date>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
- <xsl:message terminate="yes">
|
||||
+ <xsl:message>
|
||||
<xsl:text>db2omf: Could not construct the OMF date element.
</xsl:text>
|
||||
<xsl:text> Add either a revision element with revnumber and date,
</xsl:text>
|
||||
<xsl:text> or a date element to </xsl:text>
|
||||
@@ -420,7 +420,7 @@
|
||||
</version>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
- <xsl:message terminate="yes">
|
||||
+ <xsl:message>
|
||||
<xsl:text>db2omf: Could not construct the OMF version element.
</xsl:text>
|
||||
<xsl:text> Add either a revision element with revnumber and date,
</xsl:text>
|
||||
<xsl:text> or date and edition elements to </xsl:text>
|
||||
@@ -484,7 +484,7 @@
|
||||
= 'info']"/>
|
||||
<xsl:variable name="description" select="$info/abstract[@role = 'description']"/>
|
||||
<xsl:if test="not($description)">
|
||||
- <xsl:message terminate="yes">
|
||||
+ <xsl:message>
|
||||
<xsl:text>db2omf: Could not construct the OMF description element.
</xsl:text>
|
||||
<xsl:text> Add an abstract with the role attribute set to "description"
</xsl:text>
|
||||
<xsl:text> to </xsl:text>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 15:17:21 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
- Be even more permissive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 17:44:02 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@ License: GNU General Public License (GPL), GNU Library General Public Lic
|
||||
Group: System/GUI/GNOME
|
||||
Autoreqprov: on
|
||||
Version: 0.9.2
|
||||
Release: 2
|
||||
Release: 4
|
||||
Summary: A Collection of Documentation Utilities for GNOME
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.8/%{name}-%{version}.tar.bz2
|
||||
Patch: gnome-doc-utils-permissive.patch
|
||||
@ -113,8 +113,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gnome-doc-utils
|
||||
%{_datadir}/xml/*
|
||||
%{_datadir}/omf/*
|
||||
%{_datadir}/gnome/help/gnome-doc-xslt
|
||||
%{_datadir}/gnome/help/gnome-doc-make
|
||||
%{_datadir}/xml2po
|
||||
%{_mandir}/man?/*.*
|
||||
|
||||
@ -123,6 +121,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 01 2007 - sbrabec@suse.cz
|
||||
- Be even more permissive.
|
||||
* Mon Feb 26 2007 - sbrabec@suse.cz
|
||||
- Be more permissive for incorrectly formatted docs.
|
||||
* Mon Feb 19 2007 - maw@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user