comment patches purpose, License Copyright only
This commit is contained in:
parent
0bc84b34cb
commit
d839569c74
@ -1,11 +1,11 @@
|
|||||||
Name: docbook-style-xsl
|
Name: docbook-style-xsl
|
||||||
Version: 1.75.2
|
Version: 1.75.2
|
||||||
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
|
||||||
|
|
||||||
License: Freely redistributable without restriction
|
License: Copyright only
|
||||||
URL: http://docbook.sourceforge.net/projects/xsl/
|
URL: http://docbook.sourceforge.net/projects/xsl/
|
||||||
|
|
||||||
Provides: docbook-xsl = %{version}
|
Provides: docbook-xsl = %{version}
|
||||||
@ -25,10 +25,15 @@ Source0: http://downloads.sourceforge.net/docbook/docbook-xsl-%{version}.tar.bz2
|
|||||||
Source1: %{name}.Makefile
|
Source1: %{name}.Makefile
|
||||||
Source2: http://downloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.tar.bz2
|
Source2: http://downloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.tar.bz2
|
||||||
|
|
||||||
|
#Avoid proportional-column-width for passivetex (bug #176766).
|
||||||
Patch1: docbook-xsl-pagesetup.patch
|
Patch1: docbook-xsl-pagesetup.patch
|
||||||
|
#Hard-code the margin-left work around to expect passivetex (bug #113456).
|
||||||
Patch2: docbook-xsl-marginleft.patch
|
Patch2: docbook-xsl-marginleft.patch
|
||||||
|
#fix of #161619 - adjustColumnWidths now available
|
||||||
Patch3: docbook-xsl-newmethods.patch
|
Patch3: docbook-xsl-newmethods.patch
|
||||||
|
#change a few non-constant expressions to constant - needed for passivetex(#366441)
|
||||||
Patch4: docbook-xsl-non-constant-expressions.patch
|
Patch4: docbook-xsl-non-constant-expressions.patch
|
||||||
|
#added fixes for passivetex extension and list-item-body(#161371)
|
||||||
Patch5: docbook-xsl-list-item-body.patch
|
Patch5: docbook-xsl-list-item-body.patch
|
||||||
|
|
||||||
|
|
||||||
@ -117,6 +122,10 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 1.75.3-5
|
||||||
|
- comment patches purpose
|
||||||
|
- License Copyright only
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.75.2-4
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.75.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user