forked from pool/svg-schema
This commit is contained in:
commit
7da4e74587
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
1
CATALOG.svg-1.0
Normal file
1
CATALOG.svg-1.0
Normal file
@ -0,0 +1 @@
|
|||||||
|
PUBLIC "-//W3C//DTD SVG 1.0//EN" "/usr/share/xml/svg/schema/dtd/1.0/svg10.dtd"
|
94
CATALOG.svg-1.1
Normal file
94
CATALOG.svg-1.1
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-basic.dtd"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-framework.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Datatypes//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-datatypes.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-qname.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Basic Document Model//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-basic-model.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Basic Attribute Collection//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-basic-attribs.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-core-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-viewport-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-paint-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-opacity-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-graphics-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-docevents-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-graphevents-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-animevents-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-xlink-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-extresources-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Structure//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-structure.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-conditional.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Image//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-image.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Style//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-style.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Shape//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-shape.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Text//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-text.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-profile.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Gradient//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-gradient.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Pattern//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-pattern.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Clip//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-basic-clip.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Mask//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-mask.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Filter//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-basic-filter.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-hyperlink.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 View//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-view.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Scripting//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-script.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Animation//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-animation.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Font//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-font.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-extensibility.mod"
|
||||||
|
PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-basic.dtd"
|
||||||
|
PUBLIC "-//W3C//DTD SVG 1.1//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11.dtd"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-framework.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Datatypes//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-datatypes.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-qname.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Model//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-model.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-attribs.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-core-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-container-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-viewport-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-paint-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-opacity-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-graphics-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-docevents-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-graphevents-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-animevents-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-xlink-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-extresources-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Structure//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-structure.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-conditional.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Image//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-image.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Style//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-style.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Shape//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-shape.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Text//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-text.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Marker//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-marker.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Color Profile//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-profile.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Gradient//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-gradient.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Pattern//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-pattern.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Clip//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-clip.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Mask//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-mask.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Filter//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-filter.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Cursor//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-cursor.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-hyperlink.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 View//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-view.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Scripting//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-script.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Animation//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-animation.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Font//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-font.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-extensibility.mod"
|
||||||
|
PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-tiny.dtd"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-framework.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Datatypes//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-datatypes.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Qualified Name//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-qname.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Tiny Document Model//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-tiny-model.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Tiny Attribute Collection//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-tiny-attribs.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-core-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Basic Paint Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-basic-paint-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 Basic Graphics Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-basic-graphics-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-xlink-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-extresources-attrib.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Structure//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-basic-structure.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-conditional.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Image//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-image.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Shape//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-shape.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Text//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-basic-text.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-hyperlink.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Animation//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-animation.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Basic Font//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-basic-font.mod"
|
||||||
|
PUBLIC "-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg-extensibility.mod"
|
||||||
|
PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11-tiny.dtd"
|
||||||
|
PUBLIC "-//W3C//DTD SVG 1.1//EN" "/usr/share/xml/svg/schema/dtd/1.1/svg11.dtd"
|
BIN
REC-SVG-20010904.zip
(Stored with Git LFS)
Normal file
BIN
REC-SVG-20010904.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
3
REC-SVG11-20030114.zip
Normal file
3
REC-SVG11-20030114.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:44c943e70f8377a9680a5ee4fdd9e1c34e45f2006e03e3a49a70e990f8da6bf8
|
||||||
|
size 2961798
|
6
svg-1.0.xml
Normal file
6
svg-1.0.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||||
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||||
|
<public publicId="-//W3C//DTD SVG 1.0//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.0/svg10.dtd"/>
|
||||||
|
<system systemId="http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" uri="file:///usr/share/xml/svg/schema/dtd/1.0/svg10.dtd"/>
|
||||||
|
</catalog>
|
106
svg-1.1.xml
Normal file
106
svg-1.1.xml
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||||
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||||
|
<public publicId="-//W3C//DTD SVG 1.1 Basic//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-basic.dtd"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Modular Framework//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-framework.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Datatypes//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-datatypes.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Qualified Name//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-qname.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Basic Document Model//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-basic-model.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Basic Attribute Collection//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-basic-attribs.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Core Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-core-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Viewport Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-viewport-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Paint Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-paint-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Paint Opacity Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-opacity-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Graphics Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-graphics-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Document Events Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-docevents-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Graphical Element Events Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-graphevents-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Animation Events Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-animevents-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 XLink Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-xlink-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 External Resources Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-extresources-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Structure//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-structure.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Conditional Processing//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-conditional.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Image//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-image.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Style//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-style.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Shape//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-shape.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Text//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-text.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Color Profile//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-profile.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Gradient//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-gradient.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Pattern//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-pattern.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Basic Clip//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-clip.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Mask//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-mask.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Basic Filter//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-filter.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Hyperlinking//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-hyperlink.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 View//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-view.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Scripting//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-script.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Animation//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-animation.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Font//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-font.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Extensibility//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-extensibility.mod"/>
|
||||||
|
<public publicId="-//W3C//DTD SVG 1.1//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11.dtd"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Document Model//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-model.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Attribute Collection//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-attribs.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Container Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-container-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Marker//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-marker.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Clip//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-clip.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Filter//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-filter.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Cursor//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-cursor.mod"/>
|
||||||
|
<public publicId="-//W3C//DTD SVG 1.1 Tiny//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-tiny.dtd"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Tiny Document Model//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-tiny-model.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Tiny Attribute Collection//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-tiny-attribs.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Basic Paint Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-paint-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ENTITIES SVG 1.1 Basic Graphics Attribute//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-graphics-attrib.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Basic Structure//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-structure.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Basic Text//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-text.mod"/>
|
||||||
|
<public publicId="-//W3C//ELEMENTS SVG 1.1 Basic Font//EN" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-font.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic-flat.dtd" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-basic-flat.dtd"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-basic.dtd"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny-flat.dtd" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-tiny-flat.dtd"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-tiny.dtd"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11.dtd"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-animation.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-animation.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-animevents-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-animevents-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-clip.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-clip.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-filter.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-filter.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-font.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-font.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-graphics-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-graphics-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-paint-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-paint-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-structure.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-structure.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-basic-text.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-basic-text.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-clip.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-clip.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-conditional.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-conditional.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-container-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-container-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-core-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-core-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-cursor.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-cursor.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-datatypes.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-datatypes.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-docevents-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-docevents-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-extensibility.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-extensibility.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-extresources-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-extresources-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-filter.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-filter.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-font.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-font.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-framework.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-framework.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-gradient.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-gradient.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-graphevents-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-graphevents-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-graphics-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-graphics-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-hyperlink.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-hyperlink.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-image.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-image.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-marker.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-marker.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-mask.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-mask.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-opacity-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-opacity-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-paint-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-paint-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-pattern.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-pattern.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-profile.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-profile.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-qname.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-qname.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-script.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-script.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-shape.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-shape.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-structure.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-structure.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-style.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-style.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-text.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-text.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-view.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-view.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-viewport-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-viewport-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg-xlink-attrib.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg-xlink-attrib.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-attribs.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-attribs.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic-attribs.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-basic-attribs.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic-model.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-basic-model.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-model.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-model.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny-attribs.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-tiny-attribs.mod"/>
|
||||||
|
<system systemId="http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny-model.mod" uri="file:///usr/share/xml/svg/schema/dtd/1.1/svg11-tiny-model.mod"/>
|
||||||
|
</catalog>
|
81
svg-schema.changes
Normal file
81
svg-schema.changes
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 2 13:34:02 CEST 2007 - ke@suse.de
|
||||||
|
|
||||||
|
- Rename svg-dtd to svg-schema
|
||||||
|
- Add RNG schema files as proposed by Thomas Schraitle.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 29 11:11:37 CEST 2007 - ke@suse.de
|
||||||
|
|
||||||
|
- Add BuildRequires: unzip
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 09:23:13 CET 2007 - ke@suse.de
|
||||||
|
|
||||||
|
- Fix fix typo in postun script; reported by Florian La Roche [#
|
||||||
|
249023].
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 11 15:06:35 CET 2007 - ke@suse.de
|
||||||
|
|
||||||
|
- Remove /usr/share/xml from the files list.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:48:12 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 15:18:13 CEST 2005 - ke@suse.de
|
||||||
|
|
||||||
|
- Provide XML catalog entries for "-//W3C//ENTITIES SVG 1.1" and
|
||||||
|
"-//W3C//ELEMENTS SVG 1.1"; reported by Berthold Gunreben.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 14:10:49 CEST 2005 - ke@suse.de
|
||||||
|
|
||||||
|
- Remove wrong references in svg-1.1.xml catalog file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 09:35:23 CEST 2005 - ke@suse.de
|
||||||
|
|
||||||
|
- Add systemIds to the catalog files.
|
||||||
|
- Stop creating compat links.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 23 15:10:27 CET 2004 - hmacht@suse.de
|
||||||
|
|
||||||
|
- added option # norootforbuild in specfile
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 12 13:39:41 CET 2004 - ke@suse.de
|
||||||
|
|
||||||
|
- Adjust directories according to FHS 2.3:
|
||||||
|
* Move DTDs to /usr/share/xml/svg/schema/dtd.
|
||||||
|
* Provide compatibility links for SL =< 9.0 (log this info in
|
||||||
|
/var/adm/SuSEconfig/run-sgmldir-links for later processing).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 22 17:06:53 CET 2004 - ro@suse.de
|
||||||
|
|
||||||
|
- added "exit 0" as temporary workaround to postinstall
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 6 10:23:30 CEST 2003 - ke@suse.de
|
||||||
|
|
||||||
|
- Add version 1.1.
|
||||||
|
- Use absolute links.
|
||||||
|
- Use edit-xml-catalog to register xml catalog fragments.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 13:56:42 CET 2003 - ke@suse.de
|
||||||
|
|
||||||
|
- In %post drop brain dead file check which cause re-creation of an
|
||||||
|
empty xml catalog file; reported by Thomas Schraitle [# 24186].
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 13:17:27 CET 2002 - ke@suse.de
|
||||||
|
|
||||||
|
- New package: SVG 1.0; cf. [# 12050].
|
||||||
|
|
||||||
|
|
222
svg-schema.spec
Normal file
222
svg-schema.spec
Normal file
@ -0,0 +1,222 @@
|
|||||||
|
#
|
||||||
|
# spec file for package svg-schema (Version 20030114)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: svg-schema
|
||||||
|
BuildRequires: sgml-skel unzip
|
||||||
|
Summary: SVG DTDs and Documentation
|
||||||
|
Version: 20030114
|
||||||
|
Release: 1
|
||||||
|
Group: Productivity/Graphics/Other
|
||||||
|
BuildArchitectures: noarch
|
||||||
|
Provides: svg-dtd
|
||||||
|
Obsoletes: svg-dtd
|
||||||
|
Requires: sgml-skel libxml2
|
||||||
|
%define regcat /usr/bin/sgml-register-catalog
|
||||||
|
PreReq: %{regcat} /usr/bin/xmlcatalog /usr/bin/edit-xml-catalog
|
||||||
|
PreReq: sed grep awk
|
||||||
|
#Provides:
|
||||||
|
License: BSD License and BSD-like
|
||||||
|
URL: http://www.w3.org/Graphics/SVG/
|
||||||
|
Source0: http://www.w3.org/TR/2001/REC-SVG-20010904/REC-SVG-20010904.zip
|
||||||
|
Source1: http://www.w3.org/TR/SVG11/REC-SVG11-20030114.zip
|
||||||
|
Source2: CATALOG.svg-1.0
|
||||||
|
Source3: CATALOG.svg-1.1
|
||||||
|
Source4: svg-1.0.xml
|
||||||
|
Source5: svg-1.1.xml
|
||||||
|
Source10: http://www.w3.org/Graphics/SVG/1.1/rng/rng.zip
|
||||||
|
#Patch:
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
Contains the following DTDs:
|
||||||
|
|
||||||
|
* "Scalable Vector Graphics" (SVG) 1.0 Specification, W3C
|
||||||
|
Recommendation 04 September 2001.
|
||||||
|
|
||||||
|
* "Scalable Vector Graphics" (SVG) 1.1 Specification, W3C
|
||||||
|
Recommendation 14 January 2003
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%define INSTALL install -m755 -s
|
||||||
|
%define INSTALL_DIR install -d -m755
|
||||||
|
%define INSTALL_DATA install -m644
|
||||||
|
%define INSTALL_SCRIPT install -m755 -o root -g root
|
||||||
|
%define sgml_dir %{_datadir}/sgml
|
||||||
|
%define sgml_var_dir /var/lib/sgml
|
||||||
|
%define sgml_mod_dir %{sgml_dir}/svg
|
||||||
|
%define sgml_mod_dtd_dir %{sgml_mod_dir}/dtd
|
||||||
|
%define sgml_mod_custom_dir %{sgml_mod_dir}/custom
|
||||||
|
%define sgml_mod_style_dir %{sgml_mod_dir}/stylesheet
|
||||||
|
%define xml_dir %{_datadir}/xml
|
||||||
|
%define xml_mod_dir %{xml_dir}/svg
|
||||||
|
%define xml_mod_dtd_dir %{xml_mod_dir}/schema/dtd
|
||||||
|
%define xml_mod_rng_dir %{xml_mod_dir}/schema/rng
|
||||||
|
%define xml_mod_custom_dir %{xml_mod_dir}/custom
|
||||||
|
%define xml_mod_style_dir %{xml_mod_dir}/stylesheet
|
||||||
|
%define xml_mod_style_prod_dir %{xml_mod_style_dir}
|
||||||
|
%define sgml_config_dir /var/lib/sgml
|
||||||
|
%define sgml_sysconf_dir %{_sysconfdir}/sgml
|
||||||
|
%define xml_config_dir /var/lib/xml
|
||||||
|
%define xml_sysconf_dir %{_sysconfdir}/xml
|
||||||
|
%prep
|
||||||
|
%setup -c -T
|
||||||
|
unzip -q -a %{S:1}
|
||||||
|
mkdir svg-dtd-20010904
|
||||||
|
cd svg-dtd-20010904
|
||||||
|
unzip -q -a %{S:0}
|
||||||
|
cd ..
|
||||||
|
mkdir rng11
|
||||||
|
cd rng11
|
||||||
|
unzip -q -a %{S:10}
|
||||||
|
cd ..
|
||||||
|
cp %{S:2} %{S:3} %{S:4} %{S:5} .
|
||||||
|
find -type d | xargs chmod 755
|
||||||
|
find -type f | xargs chmod 644
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf %{buildroot}
|
||||||
|
#RNG
|
||||||
|
%{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_mod_rng_dir}/1.1
|
||||||
|
cp rng11/* $RPM_BUILD_ROOT%{xml_mod_rng_dir}/1.1
|
||||||
|
#DTD
|
||||||
|
%{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_mod_dtd_dir}/1.{0,1} \
|
||||||
|
$RPM_BUILD_ROOT%{sgml_var_dir} $RPM_BUILD_ROOT%{sgml_dir} \
|
||||||
|
$RPM_BUILD_ROOT%{_docdir}/%{name}/{1.0,1.1}
|
||||||
|
%{INSTALL_DATA} CATALOG.* $RPM_BUILD_ROOT%{sgml_var_dir}
|
||||||
|
%{INSTALL_DIR} $RPM_BUILD_ROOT%{xml_sysconf_dir}
|
||||||
|
%{INSTALL_DATA} svg-1.[01].xml $RPM_BUILD_ROOT%{xml_sysconf_dir}
|
||||||
|
pushd REC-SVG11-20030114
|
||||||
|
cp -a * $RPM_BUILD_ROOT%{_docdir}/%{name}/1.1
|
||||||
|
rm -fr $RPM_BUILD_ROOT%{_docdir}/%{name}/1.1/{DTD,zip}
|
||||||
|
ln -sf %{xml_mod_dtd_dir}/1.1 $RPM_BUILD_ROOT%{_docdir}/%{name}/1.1/DTD
|
||||||
|
cp -a DTD/[a-su-z][!C]* $RPM_BUILD_ROOT%{xml_mod_dtd_dir}/1.1
|
||||||
|
#
|
||||||
|
popd
|
||||||
|
pushd svg-dtd-20010904
|
||||||
|
cp -a * $RPM_BUILD_ROOT%{_docdir}/%{name}/1.0
|
||||||
|
rm -fr $RPM_BUILD_ROOT%{_docdir}/%{name}/1.0/{DTD,zip}
|
||||||
|
ln -sf %{xml_mod_dtd_dir}/1.0 $RPM_BUILD_ROOT%{_docdir}/%{name}/1.0/DTD
|
||||||
|
cp -a DTD/[a-su-z][!C]* $RPM_BUILD_ROOT%{xml_mod_dtd_dir}/1.0
|
||||||
|
pushd $RPM_BUILD_ROOT%{sgml_dir}
|
||||||
|
for c in ../../../var/lib/sgml/CATALOG.*; do
|
||||||
|
ln -sf $c .
|
||||||
|
done
|
||||||
|
popd
|
||||||
|
xmlcatbin=/usr/bin/xmlcatalog
|
||||||
|
%define FOR_ROOT_CAT for-catalog-%{name}-%{version}-%{release}.xml
|
||||||
|
rm -f %{FOR_ROOT_CAT}.tmp
|
||||||
|
$xmlcatbin --noout --create %{FOR_ROOT_CAT}.tmp
|
||||||
|
$xmlcatbin --noout --add "delegatePublic" "-//W3C//DTD SVG 1.0//EN" \
|
||||||
|
"file:///etc/xml/svg-1.0.xml" %{FOR_ROOT_CAT}.tmp
|
||||||
|
$xmlcatbin --noout --add "delegateSystem" \
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.0/DTD" \
|
||||||
|
"file:///etc/xml/svg-1.0.xml" %{FOR_ROOT_CAT}.tmp
|
||||||
|
$xmlcatbin --noout --add "delegatePublic" "-//W3C//DTD SVG 1.1" \
|
||||||
|
"file:///etc/xml/svg-1.1.xml" %{FOR_ROOT_CAT}.tmp
|
||||||
|
$xmlcatbin --noout --add "delegatePublic" "-//W3C//ENTITIES SVG 1.1" \
|
||||||
|
"file:///etc/xml/svg-1.1.xml" %{FOR_ROOT_CAT}.tmp
|
||||||
|
$xmlcatbin --noout --add "delegatePublic" "-//W3C//ELEMENTS SVG 1.1" \
|
||||||
|
"file:///etc/xml/svg-1.1.xml" %{FOR_ROOT_CAT}.tmp
|
||||||
|
$xmlcatbin --noout --add "delegateSystem" \
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/" \
|
||||||
|
"file:///etc/xml/svg-1.1.xml" %{FOR_ROOT_CAT}.tmp
|
||||||
|
# PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN"
|
||||||
|
# SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"
|
||||||
|
# RNG
|
||||||
|
$xmlcatbin --noout --add "uri" \
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/rng/svg11.rng" \
|
||||||
|
"file://%{xml_mod_rng_dir}/1.1/svg11.rng" %{FOR_ROOT_CAT}.tmp
|
||||||
|
# Create tag
|
||||||
|
sed '/<catalog/a\
|
||||||
|
<group id="%{name}-%{version}-%{release}">
|
||||||
|
/<\/catalog/i\
|
||||||
|
</group>' \
|
||||||
|
%{FOR_ROOT_CAT}.tmp > %{FOR_ROOT_CAT}
|
||||||
|
cat_dir=%{buildroot}/etc/xml
|
||||||
|
%{INSTALL_DIR} $cat_dir
|
||||||
|
%{INSTALL_DATA} %{FOR_ROOT_CAT} $cat_dir
|
||||||
|
%define all_cat svg-1.0 svg-1.1
|
||||||
|
|
||||||
|
%post
|
||||||
|
if [ -x %{regcat} ]; then
|
||||||
|
for c in %{all_cat}; do
|
||||||
|
grep -q -e "%{sgml_dir}/CATALOG.$c\\>" /etc/sgml/catalog \
|
||||||
|
|| %{regcat} -a %{sgml_dir}/CATALOG.$c >/dev/null 2>&1 || :
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
|
||||||
|
--add /etc/xml/%{FOR_ROOT_CAT}
|
||||||
|
|
||||||
|
%postun
|
||||||
|
if [ "$1" = "0" -a -x %{regcat} ]; then
|
||||||
|
for c in %{all_cat}; do
|
||||||
|
%{regcat} -r %{sgml_dir}/CATALOG.$c >/dev/null 2>&1 || :
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
|
||||||
|
--del %{name}-%{version}-%{release}
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -fr $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
# %doc copyright-software.html
|
||||||
|
%config %{sgml_var_dir}/CATALOG.*
|
||||||
|
%config /etc/xml/*.xml
|
||||||
|
%doc %{_docdir}/%{name}
|
||||||
|
%{sgml_dir}/CATALOG.*
|
||||||
|
%{xml_mod_dir}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed May 02 2007 - ke@suse.de
|
||||||
|
- Rename svg-dtd to svg-schema
|
||||||
|
- Add RNG schema files as proposed by Thomas Schraitle.
|
||||||
|
* Thu Mar 29 2007 - ke@suse.de
|
||||||
|
- Add BuildRequires: unzip
|
||||||
|
* Tue Feb 27 2007 - ke@suse.de
|
||||||
|
- Fix fix typo in postun script; reported by Florian La Roche [#
|
||||||
|
249023].
|
||||||
|
* Thu Jan 11 2007 - ke@suse.de
|
||||||
|
- Remove /usr/share/xml from the files list.
|
||||||
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
* Wed Jun 29 2005 - ke@suse.de
|
||||||
|
- Provide XML catalog entries for "-//W3C//ENTITIES SVG 1.1" and
|
||||||
|
"-//W3C//ELEMENTS SVG 1.1"; reported by Berthold Gunreben.
|
||||||
|
* Tue Jun 28 2005 - ke@suse.de
|
||||||
|
- Remove wrong references in svg-1.1.xml catalog file.
|
||||||
|
* Tue Jun 28 2005 - ke@suse.de
|
||||||
|
- Add systemIds to the catalog files.
|
||||||
|
- Stop creating compat links.
|
||||||
|
* Mon Feb 23 2004 - hmacht@suse.de
|
||||||
|
- added option # norootforbuild in specfile
|
||||||
|
* Thu Feb 12 2004 - ke@suse.de
|
||||||
|
- Adjust directories according to FHS 2.3:
|
||||||
|
* Move DTDs to /usr/share/xml/svg/schema/dtd.
|
||||||
|
* Provide compatibility links for SL =< 9.0 (log this info in
|
||||||
|
/var/adm/SuSEconfig/run-sgmldir-links for later processing).
|
||||||
|
* Thu Jan 22 2004 - ro@suse.de
|
||||||
|
- added "exit 0" as temporary workaround to postinstall
|
||||||
|
* Fri Jun 06 2003 - ke@suse.de
|
||||||
|
- Add version 1.1.
|
||||||
|
- Use absolute links.
|
||||||
|
- Use edit-xml-catalog to register xml catalog fragments.
|
||||||
|
* Mon Feb 24 2003 - ke@suse.de
|
||||||
|
- In %%post drop brain dead file check which cause re-creation of an
|
||||||
|
empty xml catalog file; reported by Thomas Schraitle [# 24186].
|
||||||
|
* Fri Dec 06 2002 - ke@suse.de
|
||||||
|
- New package: SVG 1.0; cf. [# 12050].
|
Loading…
Reference in New Issue
Block a user