Accepting request 200493 from Documentation:Tools
Added last important changes from new layout, both HTML and FO; patched VERSION.xsl OBS-URL: https://build.opensuse.org/request/show/200493 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-xsl-stylesheets?expand=0&rev=14
This commit is contained in:
commit
39072c31b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bf3322e62cb49f0a12269e68fc4bd5ef5910ce51fb612c693b95bc4cc66e78f
|
||||
size 868630
|
3
suse-xsl-stylesheets-1.9.22.tar.bz2
Normal file
3
suse-xsl-stylesheets-1.9.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0ce34ac3d52e5f48f21a3f7638628b43bfde081239dfe3c516417c6814548ae
|
||||
size 1251826
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 08:09:33 UTC 2013 - toms@opensuse.org
|
||||
|
||||
Version 1.9.22:
|
||||
Added last important changes from new layout, both HTML and FO
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 09:41:08 UTC 2013 - toms@opensuse.org
|
||||
|
||||
|
@ -14,8 +14,10 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: suse-xsl-stylesheets
|
||||
Version: 1.9.21
|
||||
Version: 1.9.22
|
||||
Release: 0
|
||||
|
||||
###############################################################
|
||||
@ -65,16 +67,60 @@ Requires: libxslt
|
||||
Recommends: daps
|
||||
Recommends: docbook5
|
||||
Recommends: docbook5-xsl-stylesheets
|
||||
Recommends: google-opensans-fonts
|
||||
Recommends: sil-charis-fonts
|
||||
Recommends: dejavu-fonts
|
||||
|
||||
#------
|
||||
# Fonts
|
||||
#------
|
||||
%if 0%{?suse_version} >= 1220
|
||||
Requires: dejavu-fonts
|
||||
Requires: gnu-free-fonts
|
||||
Requires: liberation-fonts
|
||||
Recommends: agfa-fonts
|
||||
# Japanese:
|
||||
Recommends: sazanami-fonts
|
||||
# Korean:
|
||||
Recommends: un-fonts
|
||||
%else
|
||||
Requires: dejavu
|
||||
Requires: freefont
|
||||
Requires: liberation-fonts
|
||||
Recommends: agfa-fonts
|
||||
# Japanese:
|
||||
Recommends: sazanami-fonts
|
||||
# Korean:
|
||||
Recommends: unfonts
|
||||
%endif
|
||||
# Chinese -- only available from M17N:fonts in Code 11:
|
||||
Recommends: wqy-microhei-fonts
|
||||
|
||||
%if 0%{?sles_version}
|
||||
Recommends: ttf-founder-simplified
|
||||
%else
|
||||
Recommends: wqy-microhei-fonts
|
||||
%endif
|
||||
|
||||
# FONTS USED IN suse_beta 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
|
||||
Requires: google-opensans-fonts
|
||||
Requires: sil-charis-fonts
|
||||
%else
|
||||
Recommends: google-opensans-fonts
|
||||
Recommends: sil-charis-fonts
|
||||
%endif
|
||||
# Monospace -- dejavu-fonts, already required
|
||||
# Western fonts fallback -- gnu-free-fonts, already required
|
||||
|
||||
# Chinese simplified -- wqy-microhei-fonts, already recommended
|
||||
# Chinese traditional:
|
||||
Recommends: arphic-uming-fonts
|
||||
# Japanese:
|
||||
Recommends: ipa-pgothic-fonts
|
||||
Recommends: ipa-pmincho-fonts
|
||||
# Korean:
|
||||
Recommends: nanum-fonts
|
||||
# Arabic:
|
||||
Recommends: arabic-amiri-fonts
|
||||
|
||||
Obsoletes: susedoc <= 4.3.33
|
||||
Provides: susedoc = 4.3.34
|
||||
|
||||
@ -88,6 +134,9 @@ the DocBook 4 DTD.
|
||||
#--------------------------------------------------------------------------
|
||||
%prep
|
||||
%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>%" xslt_suse2/VERSION.xsl
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user