perl-Test-Pod-Coverage:rebuilt
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import perlmodules
|
from pisi.actionsapi import perlmodules
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||||
@@ -20,3 +21,4 @@ def check():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
pisitools.dodoc("Changes", "README*")
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>perl-Test-Pod-Coverage</Name>
|
<Name>perl-Test-Pod-Coverage</Name>
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
<Email>admin@pisilinux.org</Email>
|
<Email>admin@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>as-is</License>
|
<License>as-is</License>
|
||||||
|
<PartOf>programming.language.perl</PartOf>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Check for pod coverage in your distribution</Summary>
|
<Summary>Check for pod coverage in your distribution</Summary>
|
||||||
<Description>perl-Test-Pod-Coverage checks for pod coverage in your distribution.</Description>
|
<Description>perl-Test-Pod-Coverage checks for pod coverage in your distribution.</Description>
|
||||||
@@ -20,6 +21,7 @@
|
|||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
<Name>perl-Test-Pod-Coverage</Name>
|
<Name>perl-Test-Pod-Coverage</Name>
|
||||||
|
<Summary>Check for pod coverage in your distribution</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-Pod-Coverage</Dependency>
|
<Dependency>perl-Pod-Coverage</Dependency>
|
||||||
@@ -27,10 +29,18 @@
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="4">
|
||||||
<Date>2018-09-08</Date>
|
<Date>2018-09-08</Date>
|
||||||
<Version>1.10</Version>
|
<Version>1.10</Version>
|
||||||
|
|||||||
@@ -5,5 +5,4 @@
|
|||||||
<Summary xml:lang="tr">Dağıtımınızın POD kapsamını kontrol eder</Summary>
|
<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>
|
<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>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
Reference in New Issue
Block a user