automatic version update by autodist [release 2.0208-1mamba;Tue Mar 14 2023]
This commit is contained in:
parent
6088fcfd00
commit
1c11c3167a
@ -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 <stefano.cotta@openmamba.org>
|
||||
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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user