update to 2.0205

This commit is contained in:
zhanliwen 2020-08-05 17:22:29 +08:00
parent f6ddac085f
commit 7b84b094d6
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
XML-LibXML-2.0205.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-XML-LibXML
Version: 2.0132
Release: 5
Version: 2.0205
Release: 1
Epoch: 1
Summary: Perl Binding for libxml2
License: (GPL+ or Artistic) and MIT
@ -16,7 +16,9 @@ BuildRequires: perl(Encode), perl(Exporter), perl(IO::File), perl(IO::Handle),
BuildRequires: perl(parent), perl(Scalar::Util), perl(Tie::Hash), perl(XML::NamespaceSupport)
BuildRequires: perl(XML::SAX::Base), perl(XML::SAX::DocumentLocator), perl(XML::SAX::Exception)
BuildRequires: perl(Errno), perl(locale), perl(POSIX), perl(Test::More), perl(XML::SAX)
BuildRequires: perl(XML::SAX::ParserFactory), perl(URI::file), perl(utf8)
BuildRequires: perl(XML::SAX::ParserFactory), perl(URI::file), perl(utf8), perl(Alien::Base::Wrapper)
BuildRequires: perl(Alien::Libxml2)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)), perl-interpreter
Requires(preun): perl-interpreter
Provides: perl-XML-LibXML-Common = %{version}
@ -42,7 +44,6 @@ for i in Changes; do
/usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
done
rm -r inc/*
sed -i -e '/^inc\// d' MANIFEST
%build
@ -81,5 +82,8 @@ fi
%{_mandir}/man*/*
%changelog
* Wed Jul 22 2020 dingyue <dingyue5@huawei.com> - 1:2.0205-1
- bump to version 2.0205
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:2.0132-5
- Package init