Accepting request 539473 from home:pluskalm:branches:Publishing
- Explicitly use python2 (fate#323526) OBS-URL: https://build.opensuse.org/request/show/539473 OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=27
This commit is contained in:
parent
f7146ae157
commit
6ff4a735c5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 09:54:03 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Explicitly use python2 (fate#323526)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 6 03:01:43 UTC 2017 - bwiedemann@suse.com
|
Fri Oct 6 03:01:43 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -28,11 +28,11 @@ Patch0: asciidoc.version.patch
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: python >= 2.3
|
BuildRequires: python2 >= 2.3
|
||||||
BuildRequires: python-xml
|
BuildRequires: python2-xml
|
||||||
Requires: docbook-xsl-stylesheets
|
Requires: docbook-xsl-stylesheets
|
||||||
Requires: python >= 2.3
|
Requires: python2 >= 2.3
|
||||||
Requires: python-xml
|
Requires: python2-xml
|
||||||
Recommends: dblatex
|
Recommends: dblatex
|
||||||
# a2x needs /usr/bin/xsltproc
|
# a2x needs /usr/bin/xsltproc
|
||||||
Recommends: libxslt
|
Recommends: libxslt
|
||||||
@ -55,6 +55,7 @@ This package contains examples and documents of asciidoc.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
sed -i "s|python|python2|g" Makefile.in
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user