Accepting request 392330 from Documentation:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/392330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-xsl-stylesheets?expand=0&rev=30
This commit is contained in:
commit
3f3e44c986
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b2b8ef9a7a4f4af9a76937375652d9b0cf106ba5416962618a766a719eb6503
|
||||
size 1804182
|
3
suse-xsl-stylesheets-2.0.5.tar.bz2
Normal file
3
suse-xsl-stylesheets-2.0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8efeb3bc2663362efdb4c8da184e9f9a5eda2e5981b8cfa4b20ef872632e890b
|
||||
size 1852378
|
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 11:39:19 UTC 2016 - toms@opensuse.org
|
||||
|
||||
Stable release DAPS 2.0.5:
|
||||
|
||||
Find issues in our GitHub tracker at
|
||||
https://github.com/openSUSE/suse-xsl/issues/NUMBER
|
||||
|
||||
* Schema
|
||||
- Add flat SUSEDoc schema for RNC and RNG
|
||||
- Fix NovDoc/DB4 incompatibility: Phrase is only allowed in
|
||||
productname, but not in productnumber
|
||||
|
||||
* Spelling
|
||||
- Fix trailing whitespace
|
||||
|
||||
* Stylesheets (PDF)
|
||||
- Added missing procedure, itemizedlist, and orderedlist for
|
||||
intra.title.markup mode (suse-xsl #162, ec0cb3d6)
|
||||
- Fix Ulink/Link template for DB 5
|
||||
- Specifically check for @role='abbrev'
|
||||
- Fix for vertical spaces on nested lists (#221)
|
||||
- Question and answers
|
||||
- Make an answer closer to a question
|
||||
- Make consistent use of sans-stack for questions
|
||||
- Use all paras in question consistently
|
||||
- Italic for question label and first para (#200)
|
||||
- Clean up web links
|
||||
- Specifically check for @role='abbrev'
|
||||
- Fix Ulink/Link template for DB 5
|
||||
|
||||
* Stylesheets (XHTML)
|
||||
- Add GitHub URL in titlepage of book and article (suse-xsl #35)
|
||||
- Fix functionality of "dm:version"
|
||||
- xref handling
|
||||
- Improve xref and is.xref.in.samebook template
|
||||
- Fix xref resolution when $rootid is empty
|
||||
- Implement vcs.url to fix, remove add.github.url and
|
||||
bibliosource (suse-xsl #35)
|
||||
- add actual book title to HTML pages again (suse-xsl #208)
|
||||
- Fix formatting for intraxref (provides final fix suse-xsl #162)
|
||||
|
||||
* Stylesheets (EPUB)
|
||||
- Build EPUBs by default without comments
|
||||
|
||||
* Common Stylesheet Changes
|
||||
- allow intra xref linking for tables, figures, admons (suse-xsl #155)
|
||||
- Added missing procedure, itemizedlist, and orderedlist for
|
||||
intra.title.markup mode (suse-xsl #162)
|
||||
|
||||
* Packaging
|
||||
- Update Requires/Recommends (also fixes suse-xsl #220)
|
||||
- suse_beta => suse2013
|
||||
- Improve package description in Spec file
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 15:45:32 UTC 2015 - toms@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: suse-xsl-stylesheets
|
||||
Version: 2.0.4
|
||||
Version: 2.0.5
|
||||
Release: 0
|
||||
|
||||
###############################################################
|
||||
@ -46,7 +46,7 @@ Release: 0
|
||||
%define suse_schema_dir %{suse_xml_dir}/schema
|
||||
%define suse_styles_dir %{db_xml_dir}/stylesheet
|
||||
|
||||
Summary: SUSE-branded Docbook stylesheets for XSLT 1.0
|
||||
Summary: SUSE-Branded Stylesheets for DocBook
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
Group: Productivity/Publishing/XML
|
||||
Url: http://sourceforge.net/p/daps/suse-xslt
|
||||
@ -59,7 +59,9 @@ BuildArch: noarch
|
||||
BuildRequires: aspell
|
||||
BuildRequires: aspell-en
|
||||
BuildRequires: docbook-xsl-stylesheets >= 1.77
|
||||
BuildRequires: docbook5-xsl-stylesheets >= 1.77
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: make
|
||||
# Only needed to fix the "have choice" error between xerces-j2 and crimson
|
||||
@ -69,13 +71,14 @@ BuildRequires: xerces-j2
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: trang
|
||||
|
||||
Requires: docbook-xsl-stylesheets >= 1.77
|
||||
Requires: docbook_4
|
||||
Requires: docbook_5
|
||||
Requires: docbook-xsl-stylesheets >= 1.77
|
||||
Requires: docbook5-xsl-stylesheets >= 1.77
|
||||
|
||||
Requires: libxslt
|
||||
|
||||
Recommends: daps
|
||||
Recommends: docbook_5
|
||||
Recommends: docbook5-xsl-stylesheets
|
||||
|
||||
#------
|
||||
# Fonts
|
||||
@ -107,7 +110,7 @@ Recommends: wqy-microhei-fonts
|
||||
Recommends: ttf-founder-simplified
|
||||
%endif
|
||||
|
||||
# FONTS USED IN suse_beta STYLESHEETS
|
||||
# FONTS USED IN suse2013 STYLESHEETS
|
||||
# A rather simplistic solution which roughly means that you need M17N:fonts to
|
||||
# build the new stylesheets on older OS's.
|
||||
%if 0%{?suse_version} >= 1220
|
||||
@ -131,15 +134,15 @@ Recommends: nanum-fonts
|
||||
# Arabic:
|
||||
Recommends: arabic-amiri-fonts
|
||||
|
||||
Obsoletes: susedoc <= 4.3.33
|
||||
Provides: susedoc = 4.3.34
|
||||
|
||||
%description
|
||||
SUSE-branded DocBook stylesheets for XSLT 1.0
|
||||
These are SUSE-branded XSLT 1.0 stylesheets for DocBook 4 and 5 that are be used
|
||||
to create the HTML, PDF, and EPUB versions of SUSE documentation. These
|
||||
stylesheets are based on the original DocBook XSLT 1.0 stylesheets.
|
||||
|
||||
Extensions for the DocBook XSLT 1.0 stylesheets that provide SUSE branding
|
||||
for PDF, HTML, and ePUB. This package also provides the NovDoc DTD, a subset of
|
||||
the DocBook 4 DTD and SUSEdoc, a subset of the DocBook 5 schema.
|
||||
This package also provides descriptions of two XML formats which authors can
|
||||
use: The NovDoc DTD, a subset of the DocBook 4 DTD and the SUSEdoc schema, a
|
||||
subset of the DocBook 5 schema.
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
%prep
|
||||
|
Loading…
x
Reference in New Issue
Block a user