This commit is contained in:
parent
91715c0646
commit
aed8e39448
@ -1,22 +1,30 @@
|
|||||||
#
|
#
|
||||||
# spec file for package svg-schema (Version 20030114)
|
# spec file for package svg-schema (Version 20030114)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# 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.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: svg-schema
|
Name: svg-schema
|
||||||
BuildRequires: sgml-skel unzip
|
BuildRequires: sgml-skel unzip
|
||||||
Summary: SVG DTDs and Documentation
|
Summary: SVG DTDs and Documentation
|
||||||
Version: 20030114
|
Version: 20030114
|
||||||
Release: 1
|
Release: 100
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
BuildArchitectures: noarch
|
BuildArch: noarch
|
||||||
Provides: svg-dtd
|
Provides: svg-dtd
|
||||||
Obsoletes: svg-dtd
|
Obsoletes: svg-dtd
|
||||||
Requires: sgml-skel libxml2
|
Requires: sgml-skel libxml2
|
||||||
@ -24,8 +32,8 @@ Requires: sgml-skel libxml2
|
|||||||
PreReq: %{regcat} /usr/bin/xmlcatalog /usr/bin/edit-xml-catalog
|
PreReq: %{regcat} /usr/bin/xmlcatalog /usr/bin/edit-xml-catalog
|
||||||
PreReq: sed grep awk
|
PreReq: sed grep awk
|
||||||
#Provides:
|
#Provides:
|
||||||
License: BSD License and BSD-like
|
License: BSD 3-Clause
|
||||||
URL: http://www.w3.org/Graphics/SVG/
|
Url: http://www.w3.org/Graphics/SVG/
|
||||||
Source0: http://www.w3.org/TR/2001/REC-SVG-20010904/REC-SVG-20010904.zip
|
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
|
Source1: http://www.w3.org/TR/SVG11/REC-SVG11-20030114.zip
|
||||||
Source2: CATALOG.svg-1.0
|
Source2: CATALOG.svg-1.0
|
||||||
@ -68,6 +76,7 @@ Recommendation 14 January 2003
|
|||||||
%define sgml_sysconf_dir %{_sysconfdir}/sgml
|
%define sgml_sysconf_dir %{_sysconfdir}/sgml
|
||||||
%define xml_config_dir /var/lib/xml
|
%define xml_config_dir /var/lib/xml
|
||||||
%define xml_sysconf_dir %{_sysconfdir}/xml
|
%define xml_sysconf_dir %{_sysconfdir}/xml
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -c -T
|
%setup -c -T
|
||||||
unzip -q -a %{S:1}
|
unzip -q -a %{S:1}
|
||||||
@ -182,41 +191,41 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{xml_mod_dir}
|
%{xml_mod_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 02 2007 - ke@suse.de
|
* Wed May 02 2007 ke@suse.de
|
||||||
- Rename svg-dtd to svg-schema
|
- Rename svg-dtd to svg-schema
|
||||||
- Add RNG schema files as proposed by Thomas Schraitle.
|
- Add RNG schema files as proposed by Thomas Schraitle.
|
||||||
* Thu Mar 29 2007 - ke@suse.de
|
* Thu Mar 29 2007 ke@suse.de
|
||||||
- Add BuildRequires: unzip
|
- Add BuildRequires: unzip
|
||||||
* Tue Feb 27 2007 - ke@suse.de
|
* Tue Feb 27 2007 ke@suse.de
|
||||||
- Fix fix typo in postun script; reported by Florian La Roche [#
|
- Fix fix typo in postun script; reported by Florian La Roche [#
|
||||||
249023].
|
249023].
|
||||||
* Thu Jan 11 2007 - ke@suse.de
|
* Thu Jan 11 2007 ke@suse.de
|
||||||
- Remove /usr/share/xml from the files list.
|
- Remove /usr/share/xml from the files list.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jun 29 2005 - ke@suse.de
|
* Wed Jun 29 2005 ke@suse.de
|
||||||
- Provide XML catalog entries for "-//W3C//ENTITIES SVG 1.1" and
|
- Provide XML catalog entries for "-//W3C//ENTITIES SVG 1.1" and
|
||||||
"-//W3C//ELEMENTS SVG 1.1"; reported by Berthold Gunreben.
|
"-//W3C//ELEMENTS SVG 1.1"; reported by Berthold Gunreben.
|
||||||
* Tue Jun 28 2005 - ke@suse.de
|
* Tue Jun 28 2005 ke@suse.de
|
||||||
- Remove wrong references in svg-1.1.xml catalog file.
|
- Remove wrong references in svg-1.1.xml catalog file.
|
||||||
* Tue Jun 28 2005 - ke@suse.de
|
* Tue Jun 28 2005 ke@suse.de
|
||||||
- Add systemIds to the catalog files.
|
- Add systemIds to the catalog files.
|
||||||
- Stop creating compat links.
|
- Stop creating compat links.
|
||||||
* Mon Feb 23 2004 - hmacht@suse.de
|
* Mon Feb 23 2004 hmacht@suse.de
|
||||||
- added option # norootforbuild in specfile
|
- added option # norootforbuild in specfile
|
||||||
* Thu Feb 12 2004 - ke@suse.de
|
* Thu Feb 12 2004 ke@suse.de
|
||||||
- Adjust directories according to FHS 2.3:
|
- Adjust directories according to FHS 2.3:
|
||||||
* Move DTDs to /usr/share/xml/svg/schema/dtd.
|
* Move DTDs to /usr/share/xml/svg/schema/dtd.
|
||||||
* Provide compatibility links for SL =< 9.0 (log this info in
|
* Provide compatibility links for SL =< 9.0 (log this info in
|
||||||
/var/adm/SuSEconfig/run-sgmldir-links for later processing).
|
/var/adm/SuSEconfig/run-sgmldir-links for later processing).
|
||||||
* Thu Jan 22 2004 - ro@suse.de
|
* Thu Jan 22 2004 ro@suse.de
|
||||||
- added "exit 0" as temporary workaround to postinstall
|
- added "exit 0" as temporary workaround to postinstall
|
||||||
* Fri Jun 06 2003 - ke@suse.de
|
* Fri Jun 06 2003 ke@suse.de
|
||||||
- Add version 1.1.
|
- Add version 1.1.
|
||||||
- Use absolute links.
|
- Use absolute links.
|
||||||
- Use edit-xml-catalog to register xml catalog fragments.
|
- Use edit-xml-catalog to register xml catalog fragments.
|
||||||
* Mon Feb 24 2003 - ke@suse.de
|
* Mon Feb 24 2003 ke@suse.de
|
||||||
- In %%post drop brain dead file check which cause re-creation of an
|
- In %%post drop brain dead file check which cause re-creation of an
|
||||||
empty xml catalog file; reported by Thomas Schraitle [# 24186].
|
empty xml catalog file; reported by Thomas Schraitle [# 24186].
|
||||||
* Fri Dec 06 2002 - ke@suse.de
|
* Fri Dec 06 2002 ke@suse.de
|
||||||
- New package: SVG 1.0; cf. [# 12050].
|
- New package: SVG 1.0; cf. [# 12050].
|
||||||
|
Loading…
Reference in New Issue
Block a user