perl-XML-SAX:version bump
This commit is contained in:
@@ -23,4 +23,4 @@ def check():
|
||||
def install():
|
||||
# pure_install avoids touching system's ParserDetails.ini
|
||||
# This ini file gets generated/updated on post/preInstall
|
||||
perlmodules.install("pure_install")
|
||||
perlmodules.install("pure_install")
|
||||
@@ -4,7 +4,7 @@
|
||||
import os
|
||||
|
||||
# FIXME: Bump this version when needed
|
||||
perlVersion = "5.12.2"
|
||||
perlVersion = "5.30.1"
|
||||
vendor_lib_path = "/usr/lib/perl5/vendor_perl/%s" % perlVersion
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
@@ -13,4 +13,4 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
|
||||
def preRemove():
|
||||
# Unregister XML::SAX::PurePerl
|
||||
os.system("/usr/bin/perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()'")
|
||||
os.system("/usr/bin/perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers()'")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-XML-SAX</Name>
|
||||
@@ -9,24 +9,26 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Perl module for using and building Perl SAX2 XML parsers, filters, and drivers</Summary>
|
||||
<Description>This module consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers.</Description>
|
||||
<Archive sha1sum="1151e38f305dd1362372c6f9834fae2200d90dbc" type="targz">http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-1.00.tar.gz</Archive>
|
||||
<Archive sha1sum="c8447c13391225a53a3a87353db840b2eb07e049" type="targz">https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>Perl-XML-SAX-BASE</Dependency>
|
||||
<Dependency>perl-XML-SAX-Base</Dependency>
|
||||
<Dependency>perl-XML-NamespaceSupport</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-XML-SAX</Name>
|
||||
<Summary>Perl module for using and building Perl SAX2 XML parsers, filters, and drivers</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>Perl-XML-SAX-BASE</Dependency>
|
||||
<Dependency>perl-XML-SAX-Base</Dependency>
|
||||
<Dependency>perl-XML-NamespaceSupport</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -41,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-01-13</Date>
|
||||
<Version>1.02</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-07-26</Date>
|
||||
<Version>1.00</Version>
|
||||
@@ -56,4 +65,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -3,6 +3,7 @@
|
||||
<Source>
|
||||
<Name>perl-XML-SAX</Name>
|
||||
<Summary xml:lang="tr">Perl SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülü</Summary>
|
||||
<Description xml:lang="tr">perl-XML-SAX, SAX2 XML ayıklacı, süzgeç ve sürücülerini kullanmak ve inşa etmek için gerekli Perl modülüdür.</Description>
|
||||
<Description xml:lang="es">El módulo consiste de varias clases de framework para usar y construir (build) parsers, filtros y controladores SAX2 XML</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user