From: TizenOpenSource Date: Thu, 28 Dec 2023 08:49:39 +0000 (+0900) Subject: Bump to perl-libwww-perl 6.72 X-Git-Tag: accepted/tizen/base/20240108.024200^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_9.0_base;p=platform%2Fupstream%2Fperl-libwww-perl.git Bump to perl-libwww-perl 6.72 Signed-off-by: TizenOpenSource --- diff --git a/packaging/perl-libwww-perl.manifest b/packaging/perl-libwww-perl.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-libwww-perl.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-libwww-perl.spec b/packaging/perl-libwww-perl.spec new file mode 100644 index 0000000..c2ff72d --- /dev/null +++ b/packaging/perl-libwww-perl.spec @@ -0,0 +1,39 @@ +Name: perl-libwww-perl +Version: 6.72 +Release: 1 +License: GPL-1.0 or Artistic +Summary: A Perl interface to the World-Wide Web +Url: http://search.cpan.org/dist/libwww-perl/ +Group: Development/Libraries +Source0: libwww-perl-%{version}.tar.gz +Source1001: %{name}.manifest + +BuildRequires: perl(Compress::Zlib) +BuildRequires: perl(URI) +Requires: perl(Compress::Zlib) +Requires: perl-HTML-Parser >= 3.33 + +%description +The libwww-perl collection is a set of Perl modules which provides a +simple and consistent application programming interface to the +World-Wide Web. The main focus of the library is to provide classes +and functions that allow you to write WWW clients. The library also +contain modules that are of more general use and even classes that +help you implement simple HTTP servers. + +%prep +%setup -q -n libwww-perl-%{version} +cp %{SOURCE1001} . + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%manifest %{name}.manifest +%license LICENSE