Bump to perl-libwww-perl 6.67 91/278491/1 accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_8.0_base accepted/tizen_base_dev sandbox/backup/perl-libwww-perl_6.67_20231228 sandbox/dh0128.kwak/perl-libwww-perl-6.67-20220721 tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base accepted/tizen/7.0/base/20221116.025920 accepted/tizen/7.0/base/hotfix/20221116.055329 accepted/tizen/8.0/base/20231005.045048 accepted/tizen/base/20220725.042930 accepted/tizen/base/20221115.103756 accepted/tizen/base/dev/20230602.080842 accepted/tizen/base/riscv/20231128.013821 submit/tizen_base/20220721.071922 tizen_7.0_m2_release tizen_8.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 02:53:48 +0000 (11:53 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 21 Jul 2022 06:19:09 +0000 (15:19 +0900)
Change-Id: Ie42b367170fab1a1bfe94ba7951f99b065f85fad

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..fbc2e9f
--- /dev/null
@@ -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