fix xsl stylesheets for rtl languages like Arabic(#475077)
This commit is contained in:
parent
e4de24e267
commit
e8ed157c04
@ -1,6 +1,6 @@
|
|||||||
Name: docbook-style-xsl
|
Name: docbook-style-xsl
|
||||||
Version: 1.74.0
|
Version: 1.74.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
|
|
||||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML
|
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
|
Patch4: docbook-xsl-non-constant-expressions.patch
|
||||||
Patch5: docbook-xsl-list-item-body.patch
|
Patch5: docbook-xsl-list-item-body.patch
|
||||||
Patch6: docbook-xsl-weird-orgname-use.patch
|
Patch6: docbook-xsl-weird-orgname-use.patch
|
||||||
|
Patch7: docbook-xsl-rtl.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -49,6 +50,7 @@ popd
|
|||||||
%patch4 -p1 -b .nonconstant
|
%patch4 -p1 -b .nonconstant
|
||||||
%patch5 -p1 -b .listitembody
|
%patch5 -p1 -b .listitembody
|
||||||
%patch6 -p1 -b .orgname
|
%patch6 -p1 -b .orgname
|
||||||
|
%patch7 -p1 -b .rtllang
|
||||||
|
|
||||||
cp -p %{SOURCE1} Makefile
|
cp -p %{SOURCE1} Makefile
|
||||||
|
|
||||||
@ -119,6 +121,9 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
and "<surname>" (#473019)
|
||||||
|
2195
docbook-xsl-rtl.patch
Normal file
2195
docbook-xsl-rtl.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user