1
0

Accepting request 239255 from home:stknorr:branches:Documentation:Tools

- Update TAR archive to 2.0 beta 6 (r4127)
- 2005 stylesheets
- 2013 stylesheets
  + PDF output: keep admonitions together
  + PDF output: better display of <author/>s directly within
    <articleinfo/>
  + PDF output: allow <formalpara/> to use arch attributes, better
    formatting for <formalpara/>
  + PDF/HTML output: in <xref/>, print name of book only once
  + PDF output: fix headline style in articles
  + PDF output: fix table of contents to correctly display
    <section/>s
  + HTML output: use more independent variants of new stylesheets
    that allow for separate styleroots
  + HTML output: add an openSUSE style
- Novdoc:
  + add <releaseinfo/> tag

OBS-URL: https://build.opensuse.org/request/show/239255
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=76
This commit is contained in:
Rick Salevsky 2014-07-02 08:54:33 +00:00 committed by Git OBS Bridge
parent 1ff9eab49c
commit 90de9487a0
4 changed files with 30 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jul 1 18:46:59 UTC 2014 - SKnorr@novell.com
- Update TAR archive to 2.0 beta 6 (r4127)
- 2005 stylesheets
- 2013 stylesheets
+ PDF output: keep admonitions together
+ PDF output: better display of <author/>s directly within
<articleinfo/>
+ PDF output: allow <formalpara/> to use arch attributes, better
formatting for <formalpara/>
+ PDF/HTML output: in <xref/>, print name of book only once
+ PDF output: fix headline style in articles
+ PDF output: fix table of contents to correctly display
<section/>s
+ HTML output: use more independent variants of new stylesheets
that allow for separate styleroots
+ HTML output: add an openSUSE style
- Novdoc:
+ add <releaseinfo/> tag
-------------------------------------------------------------------
Tue Jun 17 13:54:32 UTC 2014 - sknorr@suse.de

View File

@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
Version: 2.0~beta5
Version: 2.0~beta6
Release: 0
###############################################################
@ -136,7 +136,7 @@ the DocBook 4 DTD.
%setup -q -n %{name}
#
# Patch the VERSION.xsl file to hold the current version
sed -i "s%<fm:Version>.*</fm:Version>%<fm:Version>%{version}</fm:Version>%" xslt2013/VERSION.xsl
sed -i "s%<fm:Version>.*</fm:Version>%<fm:Version>%{version}</fm:Version>%" suse2013/VERSION.xsl
#--------------------------------------------------------------------------
%build
@ -210,6 +210,8 @@ exit 0
# Directories
%dir %{_datadir}/xml/docbook/stylesheet/suse
%dir %{_datadir}/xml/docbook/stylesheet/suse2013
%dir %{_datadir}/xml/docbook/stylesheet/daps2013
%dir %{_datadir}/xml/docbook/stylesheet/opensuse2013
%dir %{_datadir}/xml/%{dtdname}
%dir %{_datadir}/xml/%{dtdname}/schema
@ -221,6 +223,8 @@ exit 0
# stylesheets
%{_datadir}/xml/docbook/stylesheet/suse/*
%{_datadir}/xml/docbook/stylesheet/suse2013/*
%{_datadir}/xml/docbook/stylesheet/daps2013/*
%{_datadir}/xml/docbook/stylesheet/opensuse2013/*
# NovDoc Schemas
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*