fixed typo in post scriptlet(causing mishandling of DocBook 4.4 and 4.5

DTDs)-#453513
This commit is contained in:
Ondrej Vasik 2008-07-11 10:54:44 +00:00
parent 59ec01dccb
commit 8e3d56dbd5

View File

@ -1,6 +1,6 @@
Name: docbook-dtds
Version: 1.0
Release: 37%{?dist}
Release: 38%{?dist}
Group: Applications/Text
Summary: SGML and XML document type definitions for DocBook
@ -1013,7 +1013,7 @@ then
"ISO 8879:1986//ENTITIES Box and Line Drawing//EN" \
"${CAT_DIR}xml-dtd-4.5-%{version}-%{release}/ent/iso-box.ent" $CATALOG
/usr/bin/xmlcatalog --noout --add "public" \
"-//OASIS//DTD DocBook XML V4.4//EN" \
"-//OASIS//DTD DocBook XML V4.5//EN" \
"${CAT_DIR}xml-dtd-4.5-%{version}-%{release}/docbookx.dtd" $CATALOG
/usr/bin/xmlcatalog --noout --add "public" \
"ISO 8879:1986//ENTITIES Greek Symbols//EN" \
@ -1483,6 +1483,10 @@ then
fi
%changelog
* Fri Jul 11 2008 Ondrej Vasik <ovasik@redhat.com> - 1.0-38
- fixed typo in post scriptlet(causing mishandling of DocBook
4.4 and 4.5 DTDs)-#453513
* Wed Jul 09 2008 Ondrej Vasik <ovasik@redhat.com> - 1.0-37
- use full paths in xmlcatalog registration