perl-Pod-Coverage:rebuilt

This commit is contained in:
blue-devil
2020-01-11 16:00:13 +00:00
parent a553e1da92
commit e9b8d7dc5a
3 changed files with 16 additions and 5 deletions
@@ -5,6 +5,7 @@
# 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
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -20,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("Changes")
@@ -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-Pod-Coverage</Name>
@@ -9,6 +9,7 @@
<Email>admin@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
@@ -17,26 +18,35 @@
<Archive sha1sum="1d235e670f478168fcbe43aeea1994536ec6e4f6" type="targz">http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Pod-Coverage</Name>
<Summary>Checks if the documentation of a module is comprehensive</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-01-02</Date>
<Version>0.23</Version>
<Comment>Rebuilt.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-08-19</Date>
<Version>0.23</Version>
@@ -5,5 +5,4 @@
<Summary xml:lang="tr">Bir modülün belgelendirmesinin kapsamını kontrol eder</Summary>
<Description xml:lang="tr">perl-Pod-Coverage bir modülün belgelendirmesinin kapsamını kontrol eden bir Perl modülüdür.</Description>
</Source>
</PISI>
</PISI>