From 224556c4ff6aa924670b71e504a3d6373dc799ff Mon Sep 17 00:00:00 2001 From: TizenOpenSource Date: Thu, 8 Feb 2024 13:48:48 +0900 Subject: [PATCH] Bump to 0.19 Signed-off-by: TizenOpenSource --- packaging/perl-Alien-Libxml2.manifest | 5 +++ packaging/perl-Alien-Libxml2.spec | 58 +++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 packaging/perl-Alien-Libxml2.manifest create mode 100644 packaging/perl-Alien-Libxml2.spec 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 + + -- 2.34.1