!4 Increase release number
Merge pull request !4 from zhanghailiang/openEuler-20.03-LTS
This commit is contained in:
commit
764b9d27ae
Binary file not shown.
BIN
Sys-Virt-v6.1.0.tar.gz
Normal file
BIN
Sys-Virt-v6.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,30 +1,53 @@
|
|||||||
|
# Automatically generated by perl-Sys-Virt.spec.PL
|
||||||
|
|
||||||
Name: perl-Sys-Virt
|
Name: perl-Sys-Virt
|
||||||
Version: 4.7.0
|
Version: 6.1.0
|
||||||
Release: 2
|
Release: 1%
|
||||||
Summary: Represent and manage a libvirt hypervisor connection
|
Summary: Represent and manage a libvirt hypervisor connection
|
||||||
License: GPLv2+ or Artistic
|
License: GPLv2+ or Artistic
|
||||||
URL: https://metacpan.org/release/Sys-Virt
|
URL: https://metacpan.org/release/Sys-Virt
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
# Build
|
||||||
BuildRequires: coreutils findutils libvirt-devel >= %{version} make perl-interpreter
|
BuildRequires: coreutils
|
||||||
BuildRequires: perl-devel perl-generators perl(ExtUtils::CBuilder) perl(Module::Build) sed
|
BuildRequires: findutils
|
||||||
BuildRequires: perl(overload) perl(strict) perl(warnings) perl(XSLoader) perl(base) perl(Sys::Hostname)
|
BuildRequires: gcc
|
||||||
BuildRequires: perl(Test::More) perl(Time::HiRes) perl(XML::XPath) perl(XML::XPath::XMLParser) perl(Test::CPAN::Changes)
|
BuildRequires: libvirt-devel >= %{version}
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00 perl(Test::Pod::Coverage) >= 1.00
|
BuildRequires: make
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
%endif
|
||||||
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
|
BuildRequires: perl(Module::Build)
|
||||||
|
BuildRequires: sed
|
||||||
|
# Runtime
|
||||||
|
BuildRequires: perl(overload)
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
|
BuildRequires: perl(XSLoader)
|
||||||
|
# Tests only
|
||||||
|
BuildRequires: perl(base)
|
||||||
|
BuildRequires: perl(Sys::Hostname)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Time::HiRes)
|
||||||
|
BuildRequires: perl(XML::XPath)
|
||||||
|
BuildRequires: perl(XML::XPath::XMLParser)
|
||||||
|
# Optional tests only
|
||||||
|
BuildRequires: perl(Test::CPAN::Changes)
|
||||||
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||||
|
BuildRequires: git
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Sys::Virt module Allows consistent API management mechanisms
|
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
|
||||||
when running inside any virtualized container.
|
machine management APIs. This allows machines running within arbitrary
|
||||||
|
virtualization containers to be managed with a consistent API.
|
||||||
%package help
|
|
||||||
Summary: help for perl-Sys-Virt
|
|
||||||
|
|
||||||
%description help
|
|
||||||
The help package contains manual pages and other related files for perl-Sys-Virt
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Sys-Virt-v%{version} -p1
|
%autosetup -S git -n Sys-Virt-v%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
@ -40,13 +63,14 @@ The help package contains manual pages and other related files for perl-Sys-Virt
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
%doc AUTHORS Changes README examples/
|
||||||
%{perl_vendorarch}/auto/*
|
%{perl_vendorarch}/auto/*
|
||||||
%{perl_vendorarch}/Sys*
|
%{perl_vendorarch}/Sys*
|
||||||
|
|
||||||
%files help
|
|
||||||
%doc AUTHORS Changes README examples
|
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 19 2020 zhanghailiang<zhang.zhanghailiang@huawei.com> - 6.1.0-1
|
||||||
|
- Package upgrade
|
||||||
|
|
||||||
* Thu Nov 21 2019 wangye<wangye54@huawei.com> - 4.7.0-2
|
* Thu Nov 21 2019 wangye<wangye54@huawei.com> - 4.7.0-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user