fix xsl stylesheets for rtl languages like Arabic(#475077)

This commit is contained in:
Ondrej Vasik 2009-01-29 14:32:27 +00:00
parent e4de24e267
commit e8ed157c04
2 changed files with 2203 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl
Version: 1.74.0
Release: 4%{?dist}
Release: 5%{?dist}
Group: Applications/Text
Summary: Norman Walsh's XSL stylesheets for DocBook XML
@ -31,6 +31,7 @@ Patch3: docbook-xsl-newmethods.patch
Patch4: docbook-xsl-non-constant-expressions.patch
Patch5: docbook-xsl-list-item-body.patch
Patch6: docbook-xsl-weird-orgname-use.patch
Patch7: docbook-xsl-rtl.patch
%description
@ -49,6 +50,7 @@ popd
%patch4 -p1 -b .nonconstant
%patch5 -p1 -b .listitembody
%patch6 -p1 -b .orgname
%patch7 -p1 -b .rtllang
cp -p %{SOURCE1} Makefile
@ -119,6 +121,9 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> 1.74.0-5
- fix xsl stylesheets for rtl languages(#475077)
* Fri Dec 12 2008 Ondrej Vasik <ovasik@redhat.com> 1.74.0-4
- Author_Group "<orgname>" merged between "<surname>"
and "<surname>" (#473019)

2195
docbook-xsl-rtl.patch Normal file

File diff suppressed because it is too large Load Diff