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,10 +50,11 @@ popd
%patch4 -p1 -b .nonconstant
%patch5 -p1 -b .listitembody
%patch6 -p1 -b .orgname
%patch7 -p1 -b .rtllang
cp -p %{SOURCE1} Makefile
# fix of non UTF-8 files rpmlint warnings
# fix of non UTF-8 files rpmlint warnings
for fhtml in $(find ./doc -name '*.html' -type f)
do
iconv -f ISO-8859-1 -t UTF-8 "$fhtml" -o "$fhtml".tmp
@ -119,8 +121,11 @@ 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>"
- Author_Group "<orgname>" merged between "<surname>"
and "<surname>" (#473019)
* Wed Aug 06 2008 Kamil Dudka <kdudka@redhat.com> 1.74.0-3

2195
docbook-xsl-rtl.patch Normal file

File diff suppressed because it is too large Load Diff