diff --git a/office/docbook/xmlto/actions.py b/office/docbook/xmlto/actions.py index 1eb69be4..ccc1decb 100644 --- a/office/docbook/xmlto/actions.py +++ b/office/docbook/xmlto/actions.py @@ -8,6 +8,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): + autotools.autoreconf("-i") autotools.configure("BASH=/bin/bash") def build(): @@ -19,4 +20,4 @@ def check(): def install(): autotools.install() - pisitools.dodoc("ChangeLog", "NEWS", "FAQ", "README", "AUTHORS", "doc/*") + pisitools.dodoc("ChangeLog", "README*", "doc/*") diff --git a/office/docbook/xmlto/pspec.xml b/office/docbook/xmlto/pspec.xml index bba2f821..b0a08a88 100644 --- a/office/docbook/xmlto/pspec.xml +++ b/office/docbook/xmlto/pspec.xml @@ -12,7 +12,7 @@ app:console A frontend to an XSL toolchain The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary. - https://releases.pagure.org/xmlto/xmlto-0.0.28.tar.bz2 + https://releases.pagure.org/xmlto/xmlto-0.0.29.tar.bz2 libxslt-devel util-linux @@ -41,6 +41,13 @@ + + 2025-04-08 + 0.0.29 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2022-07-21 0.0.28