perl-Test-Deep:version bump
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("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-Deep</Name>
|
<Name>perl-Test-Deep</Name>
|
||||||
@@ -9,10 +9,11 @@
|
|||||||
<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>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
|
<Summary>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
|
||||||
<Description>perl-Test-Deep is a Perl module that gives you lots of flexibility when testing deep structures.</Description>
|
<Description>perl-Test-Deep is a Perl module that gives you lots of flexibility when testing deep structures.</Description>
|
||||||
<Archive sha1sum="495497b21747b834e6088c15397a3b9180d5506f" type="targz">http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.127.tar.gz</Archive>
|
<Archive sha1sum="c5e5276940b2a928d876f3f48e9bfd7a911abf55" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.128.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -20,16 +21,25 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>perl-Test-Deep</Name>
|
<Name>perl-Test-Deep</Name>
|
||||||
|
<Summary>A Perl module that gives you lots of flexibility when testing deep structures</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2020-01-02</Date>
|
||||||
|
<Version>1.128</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2018-07-26</Date>
|
<Date>2018-07-26</Date>
|
||||||
<Version>1.127</Version>
|
<Version>1.127</Version>
|
||||||
|
|||||||
@@ -5,5 +5,4 @@
|
|||||||
<Summary xml:lang="tr">Derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülü</Summary>
|
<Summary xml:lang="tr">Derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülü</Summary>
|
||||||
<Description xml:lang="tr">perl-Test-Deep derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülüdür.</Description>
|
<Description xml:lang="tr">perl-Test-Deep derin yapıları test ederken çok fazla esneklik sağlayan bir Perl modülüdür.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|
||||||
Reference in New Issue
Block a user