Bump to perl-libwww-perl 6.72 accepted/tizen_base accepted/tizen_base_asan accepted/tizen_base_riscv accepted/tizen_base_toolchain sandbox/perl-libwww-perl_6.72 tizen_base accepted/tizen/base/20240108.024200 accepted/tizen/base/asan/20240422.015207 accepted/tizen/base/riscv/20240108.064316 accepted/tizen/base/toolchain/20240124.003940
authorTizenOpenSource <tizenopensrc@samsung.com>
Thu, 28 Dec 2023 08:49:39 +0000 (17:49 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Thu, 28 Dec 2023 08:49:39 +0000 (17:49 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/perl-libwww-perl.manifest [new file with mode: 0644]
packaging/perl-libwww-perl.spec [new file with mode: 0644]

diff --git a/packaging/perl-libwww-perl.manifest b/packaging/perl-libwww-perl.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/perl-libwww-perl.spec b/packaging/perl-libwww-perl.spec
new file mode 100644 (file)
index 0000000..c2ff72d
--- /dev/null
@@ -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