From: TizenOpenSource Date: Thu, 8 Feb 2024 04:48:48 +0000 (+0900) Subject: Bump to 0.19 X-Git-Tag: accepted/tizen/unified/20240228.013641^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fperl-Alien-Libxml2_0.19;p=platform%2Fupstream%2Fperl-Alien-Libxml2.git Bump to 0.19 Signed-off-by: TizenOpenSource --- diff --git a/packaging/perl-Alien-Libxml2.manifest b/packaging/perl-Alien-Libxml2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/perl-Alien-Libxml2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/perl-Alien-Libxml2.spec b/packaging/perl-Alien-Libxml2.spec new file mode 100644 index 0000000..b342193 --- /dev/null +++ b/packaging/perl-Alien-Libxml2.spec @@ -0,0 +1,58 @@ +# +# spec file for package perl-Alien-Libxml2 +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define cpan_name Alien-Libxml2 +Name: perl-Alien-Libxml2 +Version: 0.19 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Install the C libxml2 library on your system +URL: https://metacpan.org/release/%{cpan_name} +Source: %{cpan_name}-%{version}.tar.gz +Source1001: %{name}.manifest + +BuildRequires: libxml2-devel +BuildRequires: perl +BuildRequires: perl-Alien-Build +BuildRequires: perl-Alien-Build-Plugin-Download-GitLab +BuildRequires: perl-URI + +%description +This module provides 'libxml2' for other modules to use. + +%prep +%setup -q -n Alien-Libxml2-%{version} +cp %{SOURCE1001} . + +%build +%{__perl} Makefile.PL +%{__make} %{?_smp_mflags} + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%check +%{__make} test + +%files -f %{name}.files +%manifest %{name}.manifest +%license LICENSE + +