Bump to 0.19 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x sandbox/perl-Alien-Libxml2_0.19 tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.232343 accepted/tizen/unified/20240228.013641 accepted/tizen/unified/dev/20240620.000451 accepted/tizen/unified/toolchain/20240311.064857 accepted/tizen/unified/x/20240229.013759 tizen_9.0_m2_release
authorTizenOpenSource <tizenopensrc@samsung.com>
Thu, 8 Feb 2024 04:48:48 +0000 (13:48 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Thu, 8 Feb 2024 04:48:48 +0000 (13:48 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/perl-Alien-Libxml2.manifest [new file with mode: 0644]
packaging/perl-Alien-Libxml2.spec [new file with mode: 0644]

diff --git a/packaging/perl-Alien-Libxml2.manifest b/packaging/perl-Alien-Libxml2.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-Alien-Libxml2.spec b/packaging/perl-Alien-Libxml2.spec
new file mode 100644 (file)
index 0000000..b342193
--- /dev/null
@@ -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
+
+