Release 0.9.8
https://github.com/openSUSE/geekodoc/releases/tag/v0.9.8 Release 0.9.8 * GeekoDoc * Restrict Possible Values in format Attribute (#24) * Fix outdated Schematron rules (#22) * Implement task elements (#20) * Adapt content model of task* elements (#1) * Add test cases and use Travis to check schema * Spec file: * Correct summary OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/geekodoc?expand=0&rev=10
This commit is contained in:
parent
3b65bd0659
commit
2f96f85b95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a35b510766d66e0a25e3e8730831ae491e8095d5e0241891990175f87c1ea917
|
||||
size 81061
|
3
geekodoc-0.9.8.tar.gz
Normal file
3
geekodoc-0.9.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d58e85d051fd66d0831a2e78d32313c07cff78b10a315730e203a5cc01dfe4c
|
||||
size 331562
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 07:59:00 UTC 2017 - thomas.schraitle@suse.com
|
||||
|
||||
Release 0.9.8
|
||||
https://github.com/openSUSE/geekodoc/releases/tag/v0.9.8
|
||||
|
||||
Release 0.9.8
|
||||
|
||||
* GeekoDoc
|
||||
* Restrict Possible Values in format Attribute (#24)
|
||||
* Fix outdated Schematron rules (#22)
|
||||
* Implement task elements (#20)
|
||||
* Adapt content model of task* elements (#1)
|
||||
* Add test cases and use Travis to check schema
|
||||
|
||||
* Spec file:
|
||||
* Correct summary
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 09:34:04 UTC 2017 - sknorr@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package geekodoc
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,18 +17,18 @@
|
||||
|
||||
|
||||
Name: geekodoc
|
||||
Version: 0.9.7
|
||||
Version: 0.9.8
|
||||
Release: 0
|
||||
Summary: GeekoDoc XML Schema
|
||||
Summary: DocBook based RNG Schema for SUSE Documentation
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Publishing/DocBook
|
||||
Url: https://github.com/openSUSE/geekodoc/archive/%{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: docbook_5 >= 5.1
|
||||
BuildRequires: make
|
||||
BuildRequires: trang
|
||||
BuildRequires: python3-rnginline
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: docbook_5 >= 5.1
|
||||
BuildRequires: trang
|
||||
BuildRequires: trang
|
||||
Requires: sgml-skel >= 0.7
|
||||
Requires(post): sgml-skel >= 0.7
|
||||
@ -41,7 +41,8 @@ GeekoDoc is a RELAX NG schema used for current SUSE documentation.
|
||||
|
||||
%package -n novdoc
|
||||
Version: 1.0_%{version}
|
||||
Summary: NovDoc XML Schema
|
||||
Release: 0
|
||||
Summary: DocBook based Schema for older SUSE Documentation
|
||||
Group: Productivity/Publishing/DocBook
|
||||
Conflicts: suse-xsl-stylesheets < 2.0.6
|
||||
|
||||
@ -60,7 +61,6 @@ make %{?_smp_mflags} VERBOSE=1 -C geekodoc/rng geekodoc5-flat.rng geekodoc5.rng
|
||||
# Novdoc
|
||||
make %{?_smp_mflags} VERBOSE=1 -C novdoc/rng
|
||||
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{_datadir}/xml %{buildroot}%{_sysconfdir}/xml/catalog.d
|
||||
cp -R geekodoc novdoc %{buildroot}%{_datadir}/xml/
|
||||
@ -69,7 +69,6 @@ cp catalog.d/* %{buildroot}%{_sysconfdir}/xml/catalog.d/
|
||||
# Fixup catalog paths
|
||||
sed -i'' 's#"\.\./#"%{_datadir}/xml/#' %{buildroot}%{_sysconfdir}/xml/catalog.d/*
|
||||
|
||||
|
||||
%post
|
||||
update-xml-catalog
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user