Bump to 2.0209 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x sandbox/perl-XML-LibXML_2.0209 accepted/tizen/unified/20240228.013818 accepted/tizen/unified/toolchain/20240311.065015 accepted/tizen/unified/x/20240229.013752
authorTizenOpenSource <tizenopensrc@samsung.com>
Thu, 15 Feb 2024 02:02:21 +0000 (11:02 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Thu, 15 Feb 2024 02:02:21 +0000 (11:02 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/perl-XML-LibXML.manifest [new file with mode: 0644]
packaging/perl-XML-LibXML.spec [new file with mode: 0644]

diff --git a/packaging/perl-XML-LibXML.manifest b/packaging/perl-XML-LibXML.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-XML-LibXML.spec b/packaging/perl-XML-LibXML.spec
new file mode 100644 (file)
index 0000000..55b0592
--- /dev/null
@@ -0,0 +1,65 @@
+#
+# spec file for package perl-XML-LibXML (Version 1.70)
+#
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# 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 http://bugs.opensuse.org/
+#
+
+%define cpan_name XML-LibXML
+Name:           perl-XML-LibXML
+Summary:        Perl Binding for libxml2
+Version:        2.0209
+Release:        0
+Group:          Development/Libraries/Perl
+License:        Artistic License ..
+Url:            http://search.cpan.org/dist/XML-LibXML/
+Source:         %{cpan_name}-%{version}.tar.bz2
+Source1001:     %{name}.manifest
+
+BuildRequires:  libxml2-devel
+BuildRequires:  perl
+BuildRequires:  perl-Alien-Build
+BuildRequires:  perl-Alien-Libxml2
+BuildRequires:  perl-XML-SAX-Base
+BuildRequires:  perl-XML-SAX
+
+%description
+This module implements a Perl interface to the Gnome libxml2 library which
+provides interfaces for parsing and manipulating XML files. This module allows
+Perl programmers to make use of the highly capable validating XML parser and
+the high performance DOM implementation.
+
+Authors:
+       Matt Sergeant, Christian Glahn, Petr Pajas
+
+%prep
+%setup -q -n %{cpan_name}-%{version}
+cp %{SOURCE1001} .
+
+%build
+%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
+
+%install
+%perl_make_install
+%perl_process_packlist
+%perl_gen_filelist
+
+%files -f %{name}.files
+%manifest %{name}.manifest
+%defattr(-,root,root)
+%doc Changes LICENSE README
+
+%changelog