perl-File-Listing:ver bump
This commit is contained in:
@@ -4,19 +4,23 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
pisitools.dodoc("README")
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-File-Listing</Name>
|
||||
<Homepage>https://metacpan.org/pod/File::Listing</Homepage>
|
||||
<Homepage>https://metacpan.org/release/File-Listing</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>File::Listing - parse directory listing</Summary>
|
||||
<Description>This module exports a single function called parse_dir(), which can be used to parse directory listings.</Description>
|
||||
<Archive sha1sum="02a41fe1b91f3f198712965360192f31d6d8d74e" type="targz">http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz</Archive>
|
||||
<Archive sha1sum="d421af7995938a8219a2d8abe1e992cf044d6384" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.07.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-HTTP-Date</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-10-01</Date>
|
||||
<Version>6.07</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>6.04</Version>
|
||||
|
||||
Reference in New Issue
Block a user