rebuild with F9 spec file to fix some heavy-weight black magic causing

failures of sgml documents
This commit is contained in:
Ondrej Vasik 2008-08-29 12:56:03 +00:00
parent 8e3d56dbd5
commit 02da74e2da

View File

@ -1,6 +1,6 @@
Name: docbook-dtds Name: docbook-dtds
Version: 1.0 Version: 1.0
Release: 38%{?dist} Release: 39%{?dist}
Group: Applications/Text Group: Applications/Text
Summary: SGML and XML document type definitions for DocBook Summary: SGML and XML document type definitions for DocBook
@ -39,8 +39,10 @@ Requires(postun): libxml2 >= 2.4.8
# later. # later.
Requires: sgml-common >= 0.6.3-4 Requires: sgml-common >= 0.6.3-4
# We provide the directory layout expected by 0.6.3-5 or later of # We provide the directory layout expected by 0.6.3-5 or later of
# xml-common. Earlier versions won't understand. # xml-common. Earlier versions won't understand. Additionally
Requires: xml-common >= 0.6.3-8 # require xml-common >= 0.6.3-24 to workaround issue with F9
# install+update and empty xmlcatalog
Requires: xml-common >= 0.6.3-24
BuildRoot: %{_tmppath}/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}
@ -620,8 +622,8 @@ fi
# SGML one. We need to do this (*sigh*) because xmlcatalog messes up # SGML one. We need to do this (*sigh*) because xmlcatalog messes up
# the order of the lines, and SGML tools don't like to see XML things # the order of the lines, and SGML tools don't like to see XML things
# they aren't expecting. # they aren't expecting.
CATALOG=/etc/sgml/catalog
CAT_DIR=/usr/share/sgml/docbook/ CAT_DIR=/usr/share/sgml/docbook/
CATALOG=/etc/sgml/catalog
SGML=$(cat -n ${CATALOG} | grep sgml-docbook | head -1 | (read n line;echo $n)) SGML=$(cat -n ${CATALOG} | grep sgml-docbook | head -1 | (read n line;echo $n))
XML=$(cat -n ${CATALOG} | grep xml-docbook | head -1 | (read n line; echo $n)) XML=$(cat -n ${CATALOG} | grep xml-docbook | head -1 | (read n line; echo $n))
# Do they need switching around? # Do they need switching around?
@ -1483,9 +1485,13 @@ then
fi fi
%changelog %changelog
* Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> - 1.0-39
- rebuild with F9 spec file to fix some heavy-weight black
magic causing failures of sgml documents
* Fri Jul 11 2008 Ondrej Vasik <ovasik@redhat.com> - 1.0-38 * Fri Jul 11 2008 Ondrej Vasik <ovasik@redhat.com> - 1.0-38
- fixed typo in post scriptlet(causing mishandling of DocBook - fixed typo in post scriptlet(causing mishandling of DocBook
4.4 and 4.5 DTDs)-#453513 4.4 and 4.5 DTDs,#453513)
* Wed Jul 09 2008 Ondrej Vasik <ovasik@redhat.com> - 1.0-37 * Wed Jul 09 2008 Ondrej Vasik <ovasik@redhat.com> - 1.0-37
- use full paths in xmlcatalog registration - use full paths in xmlcatalog registration