perl-IO-HTML:ver bump
This commit is contained in:
@@ -4,21 +4,25 @@
|
||||
# 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
|
||||
|
||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
pisitools.dodoc("LICENSE","README")
|
||||
pisitools.dodoc("LICENSE","README")
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-IO-HTML</Name>
|
||||
<Homepage>https://metacpan.org/pod/IO::HTML</Homepage>
|
||||
<Homepage>https://metacpan.org/release/IO-HTML</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>IO::HTML Opens an HTML file with automatic charset detection</Summary>
|
||||
<Description>IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding.</Description>
|
||||
<Archive sha1sum="210b60f438502744c9c31a82329b19a6f9aecf63" type="targz">https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz</Archive>
|
||||
<Archive sha1sum="06a9d6f18f99e5ffff62ebaef53af05ae0b3c884" type="targz">https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -26,14 +26,21 @@
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</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="2">
|
||||
<Date>2020-10-01</Date>
|
||||
<Version>1.004</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>1.001</Version>
|
||||
|
||||
Reference in New Issue
Block a user