- Fix ISO entities in 4.3/4.4 SGML.
This commit is contained in:
parent
c9e36dc88b
commit
ddd7ce2811
34
docbook-dtds-ents.patch
Normal file
34
docbook-dtds-ents.patch
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
--- docbook-dtds-1.0/4.3-sgml/docbook.cat.ents 2005-12-13 13:14:24.000000000 +0000
|
||||||
|
+++ docbook-dtds-1.0/4.3-sgml/docbook.cat 2005-12-13 13:14:38.000000000 +0000
|
||||||
|
@@ -51,6 +51,7 @@
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- ISO entity sets ...................................................... --
|
||||||
|
+--
|
||||||
|
|
||||||
|
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
|
||||||
|
"iso-dia.gml"
|
||||||
|
@@ -109,5 +110,6 @@
|
||||||
|
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
|
||||||
|
"iso-cyr2.gml"
|
||||||
|
|
||||||
|
+--
|
||||||
|
-- End of catalog data for DocBook V4.3 ................................. --
|
||||||
|
-- ...................................................................... --
|
||||||
|
--- docbook-dtds-1.0/4.4-sgml/docbook.cat.ents 2005-12-13 13:14:51.000000000 +0000
|
||||||
|
+++ docbook-dtds-1.0/4.4-sgml/docbook.cat 2005-12-13 13:14:59.000000000 +0000
|
||||||
|
@@ -54,6 +54,7 @@
|
||||||
|
|
||||||
|
-- ...................................................................... --
|
||||||
|
-- ISO entity sets ...................................................... --
|
||||||
|
+--
|
||||||
|
|
||||||
|
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
|
||||||
|
"iso-dia.gml"
|
||||||
|
@@ -112,5 +113,6 @@
|
||||||
|
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
|
||||||
|
"iso-cyr2.gml"
|
||||||
|
|
||||||
|
+--
|
||||||
|
-- End of catalog data for DocBook V4.4 ................................. --
|
||||||
|
-- ...................................................................... --
|
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-dtds
|
Name: docbook-dtds
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 29.1
|
Release: 30
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: SGML and XML document type definitions for DocBook.
|
Summary: SGML and XML document type definitions for DocBook.
|
||||||
@ -52,6 +52,7 @@ Patch2: docbook-dtd40-sgml-1.0.catalog.patch
|
|||||||
Patch3: docbook-dtd41-sgml-1.0.catalog.patch
|
Patch3: docbook-dtd41-sgml-1.0.catalog.patch
|
||||||
Patch4: docbook-dtd42-sgml-1.0.catalog.patch
|
Patch4: docbook-dtd42-sgml-1.0.catalog.patch
|
||||||
Patch5: docbook-4.2-euro.patch
|
Patch5: docbook-4.2-euro.patch
|
||||||
|
Patch6: docbook-dtds-ents.patch
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
|
||||||
%define openjadever 1.3.2
|
%define openjadever 1.3.2
|
||||||
@ -140,6 +141,9 @@ cd ..
|
|||||||
# Fix € in SGML.
|
# Fix € in SGML.
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
|
||||||
|
# Fix ISO entities in 4.3/4.4 SGML
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
# Increase NAMELEN (bug #36058, bug #159382).
|
# Increase NAMELEN (bug #36058, bug #159382).
|
||||||
sed -e's,\(NAMELEN\s\+\)44\(\s\*\)\?,\1256,' -i.namelen */docbook.dcl
|
sed -e's,\(NAMELEN\s\+\)44\(\s\*\)\?,\1256,' -i.namelen */docbook.dcl
|
||||||
|
|
||||||
@ -1203,6 +1207,9 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2005 Tim Waugh <twaugh@redhat.com> 1.0-30
|
||||||
|
- Fix ISO entities in 4.3/4.4 SGML.
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user