2007-05-10 04:43:44 +02:00
|
|
|
#
|
2018-09-24 09:31:38 +02:00
|
|
|
# spec file for package svg-schema
|
2007-05-10 04:43:44 +02:00
|
|
|
#
|
2024-01-19 14:03:21 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2007-05-10 04:43:44 +02:00
|
|
|
#
|
2009-06-18 00:26:35 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-09-24 10:40:46 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-05-10 04:43:44 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2018-09-24 09:31:38 +02:00
|
|
|
%define regcat %{_bindir}/sgml-register-catalog
|
|
|
|
%define all_cat svg-1.0 svg-1.1
|
|
|
|
#
|
|
|
|
%define sgml_dir %{_datadir}/sgml
|
|
|
|
%define sgml_var_dir %{_localstatedir}/lib/sgml
|
|
|
|
#
|
|
|
|
%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 xml_sysconf_dir %{_sysconfdir}/xml
|
|
|
|
#
|
2007-05-10 04:43:44 +02:00
|
|
|
Name: svg-schema
|
|
|
|
Version: 20030114
|
2018-09-24 09:31:38 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: SVG DTD and RELAX NG Schema
|
2011-12-06 19:06:38 +01:00
|
|
|
License: BSD-3-Clause
|
2024-01-19 14:03:21 +01:00
|
|
|
URL: https://www.w3.org/Graphics/SVG/
|
|
|
|
Source0: https://www.w3.org/TR/2001/REC-SVG-20010904/REC-SVG-20010904.zip
|
|
|
|
Source1: https://www.w3.org/TR/2003/REC-SVG11-20030114/REC-SVG11-20030114.zip
|
2007-05-10 04:43:44 +02:00
|
|
|
Source2: CATALOG.svg-1.0
|
|
|
|
Source3: CATALOG.svg-1.1
|
|
|
|
Source4: svg-1.0.xml
|
|
|
|
Source5: svg-1.1.xml
|
2024-01-19 14:03:21 +01:00
|
|
|
Source10: https://www.w3.org/Graphics/SVG/1.1/rng/rng.zip
|
2018-09-24 09:31:38 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: sgml-skel >= 0.7
|
|
|
|
BuildRequires: unzip
|
|
|
|
Requires: sgml-skel >= 0.7
|
2018-11-15 10:42:21 +01:00
|
|
|
Requires(post): libxml2-tools
|
2018-09-24 09:31:38 +02:00
|
|
|
Requires(post): sgml-skel >= 0.7
|
2024-01-19 14:03:21 +01:00
|
|
|
Requires(postun):sgml-skel >= 0.7
|
2018-11-15 10:42:21 +01:00
|
|
|
Provides: svg-dtd = %{version}
|
2018-09-24 09:31:38 +02:00
|
|
|
BuildArch: noarch
|
2007-05-10 04:43:44 +02:00
|
|
|
|
|
|
|
%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
|
|
|
|
|
2018-09-24 09:31:38 +02:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation of SVG Schemas
|
|
|
|
Group: Productivity/Graphics/Other
|
2007-05-10 04:43:44 +02:00
|
|
|
|
2018-09-24 09:31:38 +02:00
|
|
|
%description doc
|
2018-09-24 12:40:04 +02:00
|
|
|
SVG DTD and RELAX NG Schema Documentation in HTML
|
2009-06-18 00:26:35 +02:00
|
|
|
|
2007-05-10 04:43:44 +02:00
|
|
|
%prep
|
2024-01-19 14:05:31 +01:00
|
|
|
%autosetup -c -T
|
2018-09-24 09:31:38 +02:00
|
|
|
unzip -q -a %{SOURCE1}
|
|
|
|
unzip -q -a %{SOURCE0} -d svg-dtd-20010904
|
|
|
|
unzip -q -a %{SOURCE10} -d rng11
|
|
|
|
|
|
|
|
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} .
|
2007-05-10 04:43:44 +02:00
|
|
|
find -type d | xargs chmod 755
|
|
|
|
find -type f | xargs chmod 644
|
|
|
|
|
|
|
|
%build
|
2018-09-24 09:31:38 +02:00
|
|
|
# nop
|
2007-05-10 04:43:44 +02:00
|
|
|
|
|
|
|
%install
|
2018-09-24 09:31:38 +02:00
|
|
|
# Catalogs:
|
2018-09-24 12:40:04 +02:00
|
|
|
install -d -m755 %{buildroot}%{xml_sysconf_dir}/catalog.d
|
2007-05-10 04:43:44 +02:00
|
|
|
#RNG
|
2018-09-24 12:40:04 +02:00
|
|
|
install -d -m755 %{buildroot}%{xml_mod_rng_dir}/1.1
|
2018-09-24 09:31:38 +02:00
|
|
|
cp rng11/* %{buildroot}%{xml_mod_rng_dir}/1.1
|
2007-05-10 04:43:44 +02:00
|
|
|
#DTD
|
2018-09-24 12:40:04 +02:00
|
|
|
install -d -m755 %{buildroot}%{xml_mod_dtd_dir}/1.{0,1} \
|
2018-09-24 09:31:38 +02:00
|
|
|
%{buildroot}%{sgml_var_dir} %{buildroot}%{sgml_dir} \
|
|
|
|
%{buildroot}%{_docdir}/%{name}/{1.0,1.1}
|
|
|
|
# Data:
|
2018-09-24 12:40:04 +02:00
|
|
|
install -m644 CATALOG.* %{buildroot}%{sgml_var_dir}
|
|
|
|
install -m644 svg-1.[01].xml %{buildroot}%{xml_sysconf_dir}/catalog.d/
|
2018-09-24 09:31:38 +02:00
|
|
|
|
2007-05-10 04:43:44 +02:00
|
|
|
pushd REC-SVG11-20030114
|
2018-09-24 09:31:38 +02:00
|
|
|
cp -a * %{buildroot}%{_docdir}/%{name}/1.1
|
|
|
|
rm -fr %{buildroot}%{_docdir}/%{name}/1.1/{DTD,zip}
|
|
|
|
ln -sf %{xml_mod_dtd_dir}/1.1 %{buildroot}%{_docdir}/%{name}/1.1/DTD
|
|
|
|
cp -a DTD/[a-su-z][!C]* %{buildroot}%{xml_mod_dtd_dir}/1.1
|
2007-05-10 04:43:44 +02:00
|
|
|
#
|
|
|
|
popd
|
|
|
|
pushd svg-dtd-20010904
|
2018-09-24 09:31:38 +02:00
|
|
|
cp -a * %{buildroot}%{_docdir}/%{name}/1.0
|
|
|
|
rm -fr %{buildroot}%{_docdir}/%{name}/1.0/{DTD,zip}
|
|
|
|
ln -sf %{xml_mod_dtd_dir}/1.0 %{buildroot}%{_docdir}/%{name}/1.0/DTD
|
|
|
|
cp -a DTD/[a-su-z][!C]* %{buildroot}%{xml_mod_dtd_dir}/1.0
|
|
|
|
pushd %{buildroot}%{sgml_dir}
|
|
|
|
for c in ../../..%{_localstatedir}/lib/sgml/CATALOG.*; do
|
|
|
|
ln -sf $c .
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
|
|
|
xmlcatalog --noout --create %{buildroot}%{xml_sysconf_dir}/catalog.d/svg11-rng.xml
|
|
|
|
# PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN"
|
|
|
|
# SYSTEM "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"
|
|
|
|
# RNG
|
|
|
|
xmlcatalog --noout --add "uri" \
|
2007-05-10 04:43:44 +02:00
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/rng/svg11.rng" \
|
2018-09-24 09:31:38 +02:00
|
|
|
"file://%{xml_mod_rng_dir}/1.1/svg11.rng" %{buildroot}%{xml_sysconf_dir}/catalog.d/svg11-rng.xml
|
|
|
|
popd
|
2016-07-30 00:27:37 +02:00
|
|
|
|
2018-09-24 12:40:04 +02:00
|
|
|
install -d -m755 %{buildroot}%{_sysconfdir}/xml
|
2018-09-24 09:31:38 +02:00
|
|
|
%fdupes %{buildroot}%{_docdir}
|
2007-05-10 04:43:44 +02:00
|
|
|
|
|
|
|
%post
|
|
|
|
if [ -x %{regcat} ]; then
|
|
|
|
for c in %{all_cat}; do
|
2018-09-24 09:31:38 +02:00
|
|
|
grep -q -e "%{sgml_dir}/CATALOG.$c\\>" %{_sysconfdir}/sgml/catalog \
|
2007-05-10 04:43:44 +02:00
|
|
|
|| %{regcat} -a %{sgml_dir}/CATALOG.$c >/dev/null 2>&1 || :
|
|
|
|
done
|
|
|
|
fi
|
2016-07-30 00:27:37 +02:00
|
|
|
update-xml-catalog
|
2007-05-10 04:43:44 +02:00
|
|
|
|
|
|
|
%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
|
2016-07-30 00:27:37 +02:00
|
|
|
update-xml-catalog
|
2007-05-10 04:43:44 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%config %{sgml_var_dir}/CATALOG.*
|
2018-09-24 09:31:38 +02:00
|
|
|
%config %{_sysconfdir}/xml/catalog.d/*.xml
|
2007-05-10 04:43:44 +02:00
|
|
|
%{sgml_dir}/CATALOG.*
|
|
|
|
%{xml_mod_dir}
|
|
|
|
|
2018-09-24 09:31:38 +02:00
|
|
|
%files doc
|
|
|
|
%{_docdir}/%{name}
|
|
|
|
%exclude %{_docdir}/%{name}/1.0/DTD
|
|
|
|
%exclude %{_docdir}/%{name}/1.1/DTD
|
|
|
|
|
2007-05-10 04:43:44 +02:00
|
|
|
%changelog
|