perl-XML-LibXML:verbump

This commit is contained in:
bluedevil
2020-10-03 00:04:54 +02:00
parent cb941e8eba
commit e4741fd7a9
2 changed files with 13 additions and 2 deletions
@@ -10,6 +10,7 @@ from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
# suppress warning messages
@@ -19,13 +20,16 @@ def setup():
# fix runpath analysis
pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("README", "LICENSE", "Changes")
pisitools.dodoc("README", "LICENSE", "Changes")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Perl Binding for libxml2</Summary>
<Description>This module implements much of the DOM Level 2 API as an interface to the Gnome libxml2 library. This makes it a fast and highly capable validating XML parser library, as well as a high performance DOM.</Description>
<Archive sha1sum="56ec403c36ff7f6c3985d17b9fd86336a7f29971" type="targz">https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0205.tar.gz</Archive>
<Archive sha1sum="b71a0f66a2503ce4ed19eeece4f6e92d9a703cb4" type="targz">https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0206.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-XML-SAX</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-10-01</Date>
<Version>2.0206</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-05-18</Date>
<Version>2.0205</Version>