From 5e7ac96ef8668e310ed0e55915f06aaada1c500c Mon Sep 17 00:00:00 2001 From: TizenOpenSource Date: Thu, 28 Dec 2023 17:49:39 +0900 Subject: [PATCH] Bump to perl-libwww-perl 6.72 Signed-off-by: TizenOpenSource --- packaging/perl-libwww-perl.manifest | 5 +++++ packaging/perl-libwww-perl.spec | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 packaging/perl-libwww-perl.manifest create mode 100644 packaging/perl-libwww-perl.spec 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 -- 2.7.4