From 1c11c3167aad8af0f13a8f25e52d5d54e780d1ad Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:53:59 +0100 Subject: [PATCH] automatic version update by autodist [release 2.0208-1mamba;Tue Mar 14 2023] --- perl-XML-LibXML.spec | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 8cdd04b..161ddeb 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,29 +1,32 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-XML-LibXML -Version: 2.0132 +Version: 2.0208 Release: 1mamba Summary: XML::LibXML - Perl binding for libxml2 Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: http://search.cpan.org/dist/XML-LibXML -Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz +Packager: Silvan Calarco +URL: https://metacpan.org/dist/XML-LibXML/view/LibXML.pod +Source: https://cpan.metacpan.org/modules/by-module/XML/XML-LibXML-%{version}.tar.gz License: Artistic, GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: liblzma-devel +BuildRequires: libperl BuildRequires: libxml2-devel BuildRequires: libz-devel -BuildRequires: perl-devel +BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-XML-NamespaceSupport BuildRequires: perl-XML-SAX BuildRequires: perl-XML-Sax-Base +BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl-Alien-Libxml2 Requires: perl >= %perl_major_ver Provides: perl-XML-LibXML-Common -Obsoletes: perl-XML-LibXML-Common -BuildRoot: %{_tmppath}/%{name}-%{version}-root +Obsoletes: perl-XML-LibXML-Common < 2.0207 %description This module is an interface to the gnome libxml2 DOM and SAX parser and the DOM tree. @@ -52,6 +55,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done +find %{buildroot} -name *.so -exec chmod u+w {} \; + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist @@ -76,6 +81,12 @@ fi %defattr(-,root,root) %changelog +* Tue Mar 14 2023 Automatic Build System 2.0208-1mamba +- automatic version update by autodist + +* Sat Jun 19 2021 Silvan Calarco 2.0207-1mamba +- update to 2.0207 + * Wed Nov 15 2017 Automatic Build System 2.0132-1mamba - automatic update by autodist