forked from pool/xmlto
add explicit requires for libxslt-tools or libxslt1 in order to fix "have choice" in several repos
OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=21
This commit is contained in:
parent
eaf747f393
commit
f2be6df9af
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 5 23:17:29 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- add explicit requires for libxslt-tools or libxslt1 in order to
|
||||||
|
fix "have choice" in several repos
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 18 16:47:31 UTC 2012 - chris@computersalat.de
|
Wed Apr 18 16:47:31 UTC 2012 - chris@computersalat.de
|
||||||
|
|
||||||
|
11
xmlto.spec
11
xmlto.spec
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1030
|
%if 0%{?suse_version} < 1030
|
||||||
%define dist_has_fdupes 0
|
%define dist_has_fdupes 0
|
||||||
%else
|
%else
|
||||||
@ -53,7 +54,17 @@ BuildRequires: fdupes
|
|||||||
# We rely entirely on the DocBook XSL stylesheets!
|
# We rely entirely on the DocBook XSL stylesheets!
|
||||||
Requires: docbook-xsl-stylesheets >= 1.56.0
|
Requires: docbook-xsl-stylesheets >= 1.56.0
|
||||||
Requires: docbook_4
|
Requires: docbook_4
|
||||||
|
%if 0%{?suse_version} > 1210
|
||||||
|
Requires: libxslt-tools
|
||||||
|
BuildRequires: libxslt-tools
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1220
|
||||||
|
Requires: libxslt1
|
||||||
|
BuildRequires: libxslt1
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} < 1
|
||||||
Requires: xsltproc
|
Requires: xsltproc
|
||||||
|
%endif
|
||||||
# For full functionality, we need passivetex.
|
# For full functionality, we need passivetex.
|
||||||
Recommends: texlive-xmltex >= 2007
|
Recommends: texlive-xmltex >= 2007
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user