perl-libwwww:ver bump
This commit is contained in:
@@ -10,18 +10,22 @@ from pisi.actionsapi import perlmodules
|
||||
|
||||
WorkDir = "libwww-perl-%s" % get.srcVERSION()
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
for method in ["GET", "POST", "HEAD"]:
|
||||
pisitools.dosym("/usr/bin/lwp-request", "/usr/bin/%s" % method)
|
||||
|
||||
pisitools.dodoc("LICENSE","README*")
|
||||
pisitools.dodoc("LICENSE","README*")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Application programming interface to the World-Wide Web</Summary>
|
||||
<Description>libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web.</Description>
|
||||
<Archive sha1sum="3435586af66ec78c86553d26fb225f759098d11c" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.47.tar.gz</Archive>
|
||||
<Archive sha1sum="ed329c462bd7852dfcfb5ca77c1624a9b5e90124" type="targz">https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.49.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-NET-HTTP</Dependency>
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-10-01</Date>
|
||||
<Version>6.49</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-07-20</Date>
|
||||
<Version>6.47</Version>
|
||||
|
||||
Reference in New Issue
Block a user