OBS User unknown 2009-06-17 22:26:35 +00:00 committed by Git OBS Bridge
parent 7da4e74587
commit 5148d04832

View File

@ -1,22 +1,30 @@
#
# 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.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
# norootforbuild
Name: svg-schema
BuildRequires: sgml-skel unzip
Summary: SVG DTDs and Documentation
Version: 20030114
Release: 1
Release: 100
Group: Productivity/Graphics/Other
BuildArchitectures: noarch
BuildArch: noarch
Provides: svg-dtd
Obsoletes: svg-dtd
Requires: sgml-skel libxml2
@ -24,8 +32,8 @@ Requires: sgml-skel libxml2
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/
License: BSD 3-Clause
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
@ -68,6 +76,7 @@ Recommendation 14 January 2003
%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}
@ -182,41 +191,41 @@ rm -fr $RPM_BUILD_ROOT
%{xml_mod_dir}
%changelog
* Wed May 02 2007 - ke@suse.de
* 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
* Thu Mar 29 2007 ke@suse.de
- 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 [#
249023].
* Thu Jan 11 2007 - ke@suse.de
* Thu Jan 11 2007 ke@suse.de
- 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
* 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
"-//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.
* Tue Jun 28 2005 - ke@suse.de
* Tue Jun 28 2005 ke@suse.de
- Add systemIds to the catalog files.
- Stop creating compat links.
* Mon Feb 23 2004 - hmacht@suse.de
* Mon Feb 23 2004 hmacht@suse.de
- 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:
* 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
* Thu Jan 22 2004 ro@suse.de
- 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.
- Use absolute links.
- 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
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].