auto-import changelog data from docbook-dtds-1.0-8.src.rpm

Thu Mar 14 2002 Tim Waugh <twaugh@redhat.com> 1.0-8
- Allow for shared /usr/share (bug #61147).
This commit is contained in:
cvsdist 2004-09-09 04:18:46 +00:00
parent 94a3133f58
commit 6ed60d27b5

View File

@ -1,6 +1,6 @@
Name: docbook-dtds
Version: 1.0
Release: 7
Release: 8
Group: Applications/Text
Summary: XML document type definition for DocBook 4.1.2
@ -288,6 +288,8 @@ fi
CATALOG=/usr/share/sgml/docbook/xmlcatalog
# DocBook XML V4.1.2
if [ -w $CATALOG ]
then
/usr/bin/xmlcatalog --noout --add "public" \
"ISO 8879:1986//ENTITIES Publishing//EN" \
"xml-dtd-4.1.2-%{version}-%{release}/ent/iso-pub.ent" $CATALOG
@ -375,6 +377,7 @@ CATALOG=/usr/share/sgml/docbook/xmlcatalog
/usr/bin/xmlcatalog --noout --add "rewriteURI" \
"http://www.oasis-open.org/docbook/xml/4.1.2" \
"xml-dtd-4.1.2-%{version}-%{release}" $CATALOG
fi
# Finally, make sure everything in /etc/sgml is readable!
/bin/chmod a+r /etc/sgml/*
@ -477,6 +480,9 @@ fi
# DocBook XML V4.1.2
CATALOG=/usr/share/sgml/docbook/xmlcatalog
if [ -w $CATALOG ]
then
/usr/bin/xmlcatalog --noout --del \
"xml-dtd-4.1.2-%{version}-%{release}/ent/iso-pub.ent" $CATALOG
/usr/bin/xmlcatalog --noout --del \
@ -533,8 +539,12 @@ CATALOG=/usr/share/sgml/docbook/xmlcatalog
"xml-dtd-4.1.2-%{version}-%{release}/ent/iso-cyr2.ent" $CATALOG
/usr/bin/xmlcatalog --noout --del \
"xml-dtd-4.1.2-%{version}-%{release}" $CATALOG
fi
%changelog
* Thu Mar 14 2002 Tim Waugh <twaugh@redhat.com> 1.0-8
- Allow for shared /usr/share (bug #61147).
* Tue Mar 12 2002 Tim Waugh <twaugh@redhat.com> 1.0-7
- Make sure that the config files are readable.