xmlto ver. bump

This commit is contained in:
Rmys
2025-04-11 14:18:42 +03:00
parent 5c7138ca06
commit 3342b62921
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
def setup(): def setup():
autotools.autoreconf("-i")
autotools.configure("BASH=/bin/bash") autotools.configure("BASH=/bin/bash")
def build(): def build():
@@ -19,4 +20,4 @@ def check():
def install(): def install():
autotools.install() autotools.install()
pisitools.dodoc("ChangeLog", "NEWS", "FAQ", "README", "AUTHORS", "doc/*") pisitools.dodoc("ChangeLog", "README*", "doc/*")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>A frontend to an XSL toolchain</Summary> <Summary>A frontend to an XSL toolchain</Summary>
<Description>The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary.</Description> <Description>The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary.</Description>
<Archive sha1sum="aa63af9a86ab6ed0c92ea8b177dc808c18902c73" type="tarbz2">https://releases.pagure.org/xmlto/xmlto-0.0.28.tar.bz2</Archive> <Archive sha1sum="16ae832cee25a022fd36bc01f55de76dc684c11c" type="tarbz2">https://releases.pagure.org/xmlto/xmlto-0.0.29.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libxslt-devel</Dependency> <Dependency>libxslt-devel</Dependency>
<Dependency versionFrom="2.37.4">util-linux</Dependency> <Dependency versionFrom="2.37.4">util-linux</Dependency>
@@ -41,6 +41,13 @@
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2025-04-08</Date>
<Version>0.0.29</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2022-07-21</Date> <Date>2022-07-21</Date>
<Version>0.0.28</Version> <Version>0.0.28</Version>