automatic version update by autodist [release 2.0208-1mamba;Tue Mar 14 2023]

This commit is contained in:
Automatic Build System 2024-01-06 09:53:59 +01:00
parent 6088fcfd00
commit 1c11c3167a

View File

@ -1,29 +1,32 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-XML-LibXML Name: perl-XML-LibXML
Version: 2.0132 Version: 2.0208
Release: 1mamba Release: 1mamba
Summary: XML::LibXML - Perl binding for libxml2 Summary: XML::LibXML - Perl binding for libxml2
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://search.cpan.org/dist/XML-LibXML URL: https://metacpan.org/dist/XML-LibXML/view/LibXML.pod
Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/XML/XML-LibXML-%{version}.tar.gz
License: Artistic, GPL License: Artistic, GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: liblzma-devel
BuildRequires: libperl
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: perl-devel BuildRequires: perl-Scalar-List-Utils
BuildRequires: perl-XML-NamespaceSupport BuildRequires: perl-XML-NamespaceSupport
BuildRequires: perl-XML-SAX BuildRequires: perl-XML-SAX
BuildRequires: perl-XML-Sax-Base BuildRequires: perl-XML-Sax-Base
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-Alien-Libxml2
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
Provides: perl-XML-LibXML-Common Provides: perl-XML-LibXML-Common
Obsoletes: perl-XML-LibXML-Common Obsoletes: perl-XML-LibXML-Common < 2.0207
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This module is an interface to the gnome libxml2 DOM and SAX parser and the DOM tree. 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 echo "%dir ${dir#%buildroot}" >> .packlist
done done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist rm -f .packlist
@ -76,6 +81,12 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue Mar 14 2023 Automatic Build System <autodist@mambasoft.it> 2.0208-1mamba
- automatic version update by autodist
* Sat Jun 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0207-1mamba
- update to 2.0207
* Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 2.0132-1mamba * Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 2.0132-1mamba
- automatic update by autodist - automatic update by autodist