Accepting request 155382 from Documentation:Tools
Added essential bugfixes for FO target. If possible, please include it into 12.3 OBS-URL: https://build.opensuse.org/request/show/155382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-xsl-stylesheets?expand=0&rev=10
This commit is contained in:
commit
b9be7a9eaf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3efc8b3297079b388b0fb00f25611ef0289a611ca963cc441bbe28a0d0cdc429
|
||||
size 740865
|
3
suse-xsl-stylesheets-1.9.18.tar.bz2
Normal file
3
suse-xsl-stylesheets-1.9.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50b6f18e21b4fa5fa98050cd15f139a5ec0e5cdd6d4508620c018e5c5d937a5d
|
||||
size 746129
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 14:08:02 UTC 2013 - toms@opensuse.org
|
||||
|
||||
Version 1.9.18:
|
||||
* FO
|
||||
- Fixed ticket#128 (NullPointerException in FOP when @id attribute
|
||||
is missing) (flyer/component.xsl)
|
||||
- Added citetitle template for title.markup mode (fo/inline.xsl)
|
||||
|
||||
* HTML (new layout)
|
||||
Lots of bugfixes in regards to abstract and highlight and FAQs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 13:16:56 UTC 2013 - toms@opensuse.org
|
||||
|
||||
Version 1.9.17:
|
||||
* FO:
|
||||
- Fixed reference to qandaentrys or question (DocBook only)
|
||||
|
||||
* Common:
|
||||
- Added the word "Question"/"question" to all language files
|
||||
(needed when linking to qandaentrys or questions elements)
|
||||
|
||||
* SPEC file
|
||||
Move Name and Version keywords before our attention block
|
||||
(seems to be removed accidently)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 12:40:25 UTC 2013 - toms@opensuse.org
|
||||
|
||||
Version 1.9.16:
|
||||
* Updated Novdoc DTD again:
|
||||
- Added id attribute in qandadiv and qandaentry
|
||||
- Required title in qandadiv now (in previous version, title was
|
||||
optional)
|
||||
* Adapted catalog files for suse_beta (contains new HTML layout)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 08:45:00 UTC 2013 - toms@opensuse.org
|
||||
|
||||
|
@ -14,11 +14,23 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: suse-xsl-stylesheets
|
||||
Version: 1.9.15
|
||||
Version: 1.9.18
|
||||
Release: 0
|
||||
|
||||
###############################################################
|
||||
#
|
||||
# ATTENTION: Do NOT edit this file outside of
|
||||
# https://svn.code.sf.net/p/daps/svn/trunk/daps/\
|
||||
# suse/packaging/suse-xsl-stylesheets.spec
|
||||
#
|
||||
# Your changes will be lost on the next update
|
||||
# If you do not have access to the SVN repository, notify
|
||||
# <fsundermeyer@opensuse.org> and <toms@opensuse.org>
|
||||
# or send a patch
|
||||
#
|
||||
################################################################
|
||||
|
||||
%define dtdversion 1.0
|
||||
%define dtdname novdoc
|
||||
%define regcat %{_bindir}/sgml-register-catalog
|
||||
@ -36,16 +48,15 @@ Source2: %{name}.rpmlintrc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets >= 1.75
|
||||
BuildRequires: docbook-xsl-stylesheets >= 1.77
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: make
|
||||
BuildRequires: trang
|
||||
|
||||
# Only needed to fix the "have choice" error between xerces-j2 and crimson
|
||||
%if 0%{?suse_version} == 1210
|
||||
BuildRequires: xerces-j2
|
||||
%endif
|
||||
BuildRequires: trang
|
||||
|
||||
Requires: docbook
|
||||
Requires: docbook-xsl-stylesheets >= 1.75
|
||||
@ -137,6 +148,7 @@ exit 0
|
||||
|
||||
# Directories
|
||||
%dir %{_datadir}/xml/docbook/stylesheet/suse
|
||||
%dir %{_datadir}/xml/docbook/stylesheet/suse_beta
|
||||
|
||||
%dir %{_datadir}/xml/%{dtdname}
|
||||
%dir %{_datadir}/xml/%{dtdname}/schema
|
||||
@ -147,6 +159,7 @@ exit 0
|
||||
|
||||
# stylesheets
|
||||
%{_datadir}/xml/docbook/stylesheet/suse/*
|
||||
%{_datadir}/xml/docbook/stylesheet/suse_beta
|
||||
|
||||
# NovDoc Schemas
|
||||
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user