From 342de52f47a266138ae70b649c73b055bf7b1297 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 21 Jul 2022 11:53:48 +0900 Subject: [PATCH] Bump to perl-libwww-perl 6.67 Change-Id: Ie42b367170fab1a1bfe94ba7951f99b065f85fad --- 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..fbc2e9f --- /dev/null +++ b/packaging/perl-libwww-perl.spec @@ -0,0 +1,39 @@ +Name: perl-libwww-perl +Version: 6.67 +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