Accepting request 527718 from Documentation:Tools

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/request/show/527718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geekodoc?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-09-23 19:33:26 +00:00 committed by Git OBS Bridge
commit 2284cd864c
4 changed files with 30 additions and 14 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -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,31 +17,31 @@
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
Requires: sgml-skel >= 0.7
Requires(post): sgml-skel >= 0.7
Requires(postun): sgml-skel >= 0.7
BuildArch: noarch
Conflicts: suse-xsl-stylesheets < 2.0.6
BuildArch: noarch
%description
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
@ -50,6 +50,7 @@ NovDoc is a DTD/RELAX NG schema used for older SUSE documentation.
%prep
%setup -q
[[ -d geekodoc/tests ]] && rm -rf geekodoc/tests
%build
touch geekodoc/rng/geekodoc5.rnc
@ -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
@ -92,14 +91,13 @@ exit 0
update-xml-catalog
%files
%defattr(-, root, root)
%license LICENSE
%config %{_sysconfdir}/xml/catalog.d/geekodoc.xml
%{_datadir}/xml/geekodoc
%{_datadir}/xml/geekodoc/*
%exclude %{_datadir}/xml/geekodoc/tests/*
%files -n novdoc
%defattr(-, root, root)
%license LICENSE
%config %{_sysconfdir}/xml/catalog.d/novdoc.xml
%{_datadir}/xml/novdoc