Accepting request 1137582 from home:thomas-schraitle:branches:Documentation:Tools
- Release 2.3.0 - Disable unnecessary DocBook 5.2 elements (#116, #110) - Add para between list title and following list element (#117, #105) - Remove entityref from {audio,image,text,video}data (#117) - Validate with attribute (float + unit) (#119, #103) OBS-URL: https://build.opensuse.org/request/show/1137582 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/geekodoc?expand=0&rev=38
This commit is contained in:
parent
edd7806908
commit
30c8fd1968
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b8a006f2462f883208a33f9f6af03f2f325609e158bc5902ef1a91272bb21fa
|
||||
size 270371
|
3
geekodoc-2.3.0.tar.bz2
Normal file
3
geekodoc-2.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03dacb78184f51c2be1dde90f2cc82433001b43ffe3834b43bfa78bd8f05be5d
|
||||
size 271116
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 07:28:21 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.3.0
|
||||
|
||||
- Release 2.3.0
|
||||
- Disable unnecessary DocBook 5.2 elements (#116, #110)
|
||||
- Add para between list title and following list element (#117, #105)
|
||||
- Remove entityref from {audio,image,text,video}data (#117)
|
||||
- Validate with attribute (float + unit) (#119, #103)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 11:30:44 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without tests
|
||||
#
|
||||
Name: geekodoc
|
||||
Version: 2.2.2
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: DocBook based RNG Schema for SUSE Documentation
|
||||
License: GPL-3.0-only
|
||||
@ -32,7 +32,7 @@ Source: %{name}-%{version}.tar.bz2
|
||||
# --output=/tmp/novdoc-20190201.tar.bz2 \
|
||||
# --format=tar HEAD novdoc/ catalog.d/
|
||||
Source10: novdoc-20190201.tar.bz2
|
||||
BuildRequires: docbook_5 >= 5.1
|
||||
BuildRequires: docbook_5 >= 5.2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: jing
|
||||
BuildRequires: libxml2-tools
|
||||
@ -81,8 +81,8 @@ touch geekodoc/rng/geekodoc5.rnc
|
||||
%make_build -C novdoc/rng
|
||||
|
||||
%install
|
||||
docbookxi_rnc="$(xmlcatalog /etc/xml/catalog http://www.docbook.org/xml/5.1/rng/docbookxi.rnc)"
|
||||
docbookxi_rng="$(xmlcatalog /etc/xml/catalog http://www.docbook.org/xml/5.1/rng/docbookxi.rng)"
|
||||
docbookxi_rnc="$(xmlcatalog /etc/xml/catalog http://www.docbook.org/xml/5.2/rng/docbookxi.rnc)"
|
||||
docbookxi_rng="$(xmlcatalog /etc/xml/catalog http://www.docbook.org/xml/5.2/rng/docbookxi.rng)"
|
||||
|
||||
install -d %{buildroot}%{_datadir}/xml/{geekodoc/rng/{1_5.1,2_5.2},novdoc/rng} \
|
||||
%{buildroot}%{_sysconfdir}/xml/catalog.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user