perl-Archive-Zip:version bump
This commit is contained in:
@@ -19,4 +19,4 @@ def build():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes")
|
||||
pisitools.dodoc("Changes", "README*")
|
||||
@@ -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-Archive-Zip</Name>
|
||||
@@ -9,11 +9,12 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Artistic</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Perl interface to ZIP archive files</Summary>
|
||||
<Description>The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files.</Description>
|
||||
<Archive sha1sum="8900c3f288bddec63b429b8f038c71e4f745fbe1" type="targz">http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.60.tar.gz</Archive>
|
||||
<Archive sha1sum="50955cbeb51c2ee8587b1350ee20b4a5f4619079" type="targz">https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.67.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Test-MockModule</Dependency>
|
||||
@@ -22,6 +23,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>perl-Archive-Zip</Name>
|
||||
<Summary>Perl interface to ZIP archive files</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -34,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>1.67</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-26</Date>
|
||||
<Version>1.60</Version>
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
<Description xml:lang="tr">Bu modül, Perl programlarının Zip arşiv dosyalarını oluşturmasını, düzenlemesini ve okumasını sağlar. Dosyaların içindeki akımları okumak ve yazmak için Compress:Zlib kütüphanesini kullanır.</Description>
|
||||
<Description xml:lang="es">El módulo Archive::Zip permite a programas Perl la creación, manipulación, lectura y escritura de archivos comprimidos ZIP. Este módulo utiliza la librería Compress::Zlib para leer y escribir los flujos (streams) comprimidos dentro de los archivos.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user