Accepting request 239345 from Documentation:Tools
1 OBS-URL: https://build.opensuse.org/request/show/239345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-xsl-stylesheets?expand=0&rev=19
This commit is contained in:
commit
77fb41fffa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c3e9b1dc539c9464614e2aa2505d58df799ecea63fc8be2f8aac47084174695
|
||||
size 1255921
|
3
suse-xsl-stylesheets-2.0~rc1.tar.bz2
Normal file
3
suse-xsl-stylesheets-2.0~rc1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1d9483bf17224b828a44954760cb69655e5729c4fbc5424f5343df040cabf66
|
||||
size 1284730
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 15:46:13 UTC 2014 - SKnorr@novell.com
|
||||
|
||||
- Update TAR archive to RC1
|
||||
- 2013 stylesheets
|
||||
+ PDF output: fix creator strings
|
||||
+ HTML output: fix vanishing TOC bubble in non-single HTML
|
||||
articles
|
||||
+ HTML output: fix TOC bubble for articles with appendixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: suse-xsl-stylesheets
|
||||
Version: 2.0~beta5
|
||||
Version: 2.0~rc1
|
||||
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}/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user