OBS User unknown 2008-02-15 00:08:30 +00:00 committed by Git OBS Bridge
parent 4d14c3569c
commit c57b1301aa
7 changed files with 2710 additions and 16 deletions

1115
docbook-5.0-spec-cd-01.html Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3555f07b06b0ee33a35f069ae7c16950e318d8b902da4bdc30af997de6fa4bb
size 93197

1549
docbook-5.0-spec-cd-01.xml Normal file

File diff suppressed because it is too large Load Diff

BIN
docbook-5.0.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c5e033f9ee94a7557a10eddf392222e02b879e31896bfb5662de3e8e3fa1008d
size 592766

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 11 08:35:56 CET 2008 - toms@suse.de
- Release of version 5.0 (Committee Draft)
There are no user-visible changes in 5.0 (Public Review Draft 1).
This version of DocBook V5.0 will become the official Committee
Specification version of DocBook V5.0 as soon as the
Technical Committee balloting process is finished.
- Added DocBook Specification in PDF, HTML and XML
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 24 10:38:42 CEST 2007 - toms@suse.de Thu May 24 10:38:42 CEST 2007 - toms@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package docbook_5 (Version 5.0CR4) # spec file for package docbook_5 (Version 5.0)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,25 +10,30 @@
# norootforbuild # norootforbuild
Name: docbook_5 Name: docbook_5
Summary: DocBook Schemas (DTD, RELAX NG, W3C Schema) for Version 5.x Summary: DocBook Schemas (DTD, RELAX NG, W3C Schema) for Version 5.x
Version: 5.0CR4 Version: 5.0
Release: 1 Release: 1
License: BSD License and BSD-like, X11/MIT License: BSD 3-Clause; X11/MIT
Group: Productivity/Publishing/DocBook Group: Productivity/Publishing/DocBook
Requires: iso_ent xmlcharent Requires: iso_ent xmlcharent
Requires: sgml-skel libxml2 Requires: sgml-skel libxml2
BuildRequires: sgml-skel BuildRequires: sgml-skel
PreReq: /usr/bin/xmlcatalog sgml-skel PreReq: /usr/bin/xmlcatalog sgml-skel
PreReq: sed grep awk PreReq: sed grep awk
Autoreqprov: on AutoReqProv: on
Source2: docbook_5-README.SuSE Source2: docbook_5-README.SuSE
# DocBook Specifications:
Source3: docbook-%{version}-spec-cd-01.pdf
Source4: docbook-%{version}-spec-cd-01.html
Source5: docbook-%{version}-spec-cd-01.xml
# DB 5.0 # DB 5.0
Source500: http://www.docbook.org/xml/%{version}/docbook-%{version}.tar.bz2 Source500: http://www.docbook.org/xml/%{version}/docbook-%{version}.tar.bz2
#Source504: CATALOG.db50CR1xml #Source504: CATALOG.db50CR1xml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch BuildArch: noarch
URL: http://www.oasis-open.org/docbook/ Url: http://www.oasis-open.org/docbook/
%description %description
The version 5.0 release is a complete rewrite of DocBook in RELAX NG. The version 5.0 release is a complete rewrite of DocBook in RELAX NG.
@ -58,9 +63,12 @@ Authors:
%define xml_docbook_style_dir %{xml_docbook_dir}/stylesheet %define xml_docbook_style_dir %{xml_docbook_dir}/stylesheet
%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 -n %{name} -c -T %setup -n %{name} -c -T
cp -p $RPM_SOURCE_DIR/%{name}-README.SuSE README.SuSE cp -p $RPM_SOURCE_DIR/%{name}-README.SuSE README.SuSE
# Copy the DocBook Specifications:
cp %{S:3} %{S:4} %{S:5} .
# #
#unzip -q -a %{S:500} #unzip -q -a %{S:500}
tar xjf %{S:500} tar xjf %{S:500}
@ -208,8 +216,8 @@ for v in %{version}; do
"docbookxi.rnc" ${cat} "docbookxi.rnc" ${cat}
;; ;;
xsd) xsd)
# http://www.oasis-open.org/docbook/xml/5.0CR1/xsd/docbookxi.xsd # http://www.oasis-open.org/docbook/xml/5.0/xsd/docbookxi.xsd
# http://www.oasis-open.org/docbook/xml/5.0CR1/xsd/xlink.xsd # http://www.oasis-open.org/docbook/xml/5.0/xsd/xlink.xsd
$xmlcatbin --noout --add "uri" \ $xmlcatbin --noout --add "uri" \
"http://docbook.org/xml/${v}/${s}/docbook.${s}" \ "http://docbook.org/xml/${v}/${s}/docbook.${s}" \
"docbook.${s}" ${cat} "docbook.${s}" ${cat}
@ -328,6 +336,7 @@ rm -fr $RPM_BUILD_ROOT
%config %{xml_sysconf_dir}/docbook_5.xml %config %{xml_sysconf_dir}/docbook_5.xml
%config %{xml_sysconf_dir}/%{FOR_ROOT_CAT} %config %{xml_sysconf_dir}/%{FOR_ROOT_CAT}
%doc README.SuSE %doc README.SuSE
%doc docbook-%{version}-spec-cd-01.{pdf,html,xml}
# Use the last version of DocBook: # Use the last version of DocBook:
%doc docbook-%{version}/docs/* docbook-%{version}/docbook.nvdl %doc docbook-%{version}/docs/* docbook-%{version}/docbook.nvdl
#%{sgml_dir}/CATALOG.* #%{sgml_dir}/CATALOG.*
@ -346,7 +355,14 @@ rm -fr $RPM_BUILD_ROOT
%{_bindir}/db4-entities.pl %{_bindir}/db4-entities.pl
%changelog %changelog
* Thu May 24 2007 - toms@suse.de * Mon Feb 11 2008 toms@suse.de
- Release of version 5.0 (Committee Draft)
There are no user-visible changes in 5.0 (Public Review Draft 1).
This version of DocBook V5.0 will become the official Committee
Specification version of DocBook V5.0 as soon as the
Technical Committee balloting process is finished.
- Added DocBook Specification in PDF, HTML and XML
* Thu May 24 2007 toms@suse.de
- Updated to release 5.0CR4: - Updated to release 5.0CR4:
* Fixed RFE 1708032: Pattern naming inconsistency; changed * Fixed RFE 1708032: Pattern naming inconsistency; changed
db.href.attribute to db.href.attributes. db.href.attribute to db.href.attributes.
@ -358,7 +374,7 @@ rm -fr $RPM_BUILD_ROOT
<parameter>, <returnvalue>, <type>, and <varname>) to the <parameter>, <returnvalue>, <type>, and <varname>) to the
content model of <code>. content model of <code>.
* Fixed RFE 1689228: Fixed typo in Schematron assertion. * Fixed RFE 1689228: Fixed typo in Schematron assertion.
* Fri Mar 23 2007 - toms@suse.de * Fri Mar 23 2007 toms@suse.de
- Updated to release 5.0CR3: - Updated to release 5.0CR3:
* RFE 1679775: Changed semantics of <termdef>. A <firstterm> is now * RFE 1679775: Changed semantics of <termdef>. A <firstterm> is now
required (instead of a <glossterm> as in previous releases). This required (instead of a <glossterm> as in previous releases). This
@ -373,7 +389,7 @@ rm -fr $RPM_BUILD_ROOT
* RFE 1673820: Adopted "http://docbook.org/xlink/role/olink" as an XLink * RFE 1673820: Adopted "http://docbook.org/xlink/role/olink" as an XLink
role (that is, the xlink:role attribute) value to identify OLinks role (that is, the xlink:role attribute) value to identify OLinks
expressed using XLink attributes. expressed using XLink attributes.
* Wed Mar 14 2007 - toms@suse.de * Wed Mar 14 2007 toms@suse.de
- Updated to release 5.0CR2: - Updated to release 5.0CR2:
* Fixed RFE 1630203: Allow empty glossary. * Fixed RFE 1630203: Allow empty glossary.
* Fixed RFE 1627845: Allow optional caption on CALS table and informaltable. * Fixed RFE 1627845: Allow optional caption on CALS table and informaltable.
@ -381,5 +397,5 @@ rm -fr $RPM_BUILD_ROOT
* Fixed RFE 1589139 (and RFE 1621178): Allow title and titleabbrev on qandaentry. * Fixed RFE 1589139 (and RFE 1621178): Allow title and titleabbrev on qandaentry.
* Fixed RFE 1675932: Restore localname, prefix and namespace as class attribute values on tag. * Fixed RFE 1675932: Restore localname, prefix and namespace as class attribute values on tag.
* Fixed RFE 1669465: Schematron rules should refer to @xml:id, not @id. * Fixed RFE 1669465: Schematron rules should refer to @xml:id, not @id.
* Mon Feb 19 2007 - toms@suse.de * Mon Feb 19 2007 toms@suse.de
- First release of 5.0CR1 - First release of 5.0CR1