perl-Test-Pod-Coverage:rebuilt
This commit is contained in:
@@ -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", "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-Test-Pod-Coverage</Name>
|
||||
@@ -9,6 +9,7 @@
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>as-is</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Check for pod coverage in your distribution</Summary>
|
||||
<Description>perl-Test-Pod-Coverage checks for pod coverage in your distribution.</Description>
|
||||
@@ -20,6 +21,7 @@
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>perl-Test-Pod-Coverage</Name>
|
||||
<Summary>Check for pod coverage in your distribution</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Pod-Coverage</Dependency>
|
||||
@@ -27,10 +29,18 @@
|
||||
<Files>
|
||||
<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>1.10</Version>
|
||||
<Comment>Rebuilt.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-09-08</Date>
|
||||
<Version>1.10</Version>
|
||||
|
||||
@@ -5,5 +5,4 @@
|
||||
<Summary xml:lang="tr">Dağıtımınızın POD kapsamını kontrol eder</Summary>
|
||||
<Description xml:lang="tr">perl-Test-Pod-Coverage dağıtımınızın POD kapsamını kontrol eden Perl modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user