centreon-plugins/dependencies/perl-vmware-vsphere/packaging/perl-vmware-vsphere.yaml

60 lines
2.2 KiB
YAML

name: "perl-VMware-vSphere"
arch: "${ARCH}"
platform: "linux"
version_schema: "none"
version: "${VERSION}"
release: "${RELEASE}${DIST}"
section: "default"
priority: "optional"
maintainer: "Centreon <contact@centreon.com>"
description: |
The vSphere SDK for Perl is a client-side Perl framework that provides an easy-to-use scripting interface to the vSphere API.
Administrators and developers who are familiar with Perl can use the vSphere SDK for Perl to automate a wide variety of administrative, provisioning, and monitoring tasks in the vSphere environment.
The vSphere SDK for Perl includes ready-to-use utility applications, which you can immediately put to use in your virtual datacenter.
The vSphere SDK for Perl installation includes the WS-Management Perl Library, which allows you to write scripts that retrieve CIM data from the ESX host using CIMOM, a service that provides standard CIM management functions over a WBEM (Web-Based Enterprise Management).
You can use the SDK to manage ESX 3.0.x, ESX/ESXi 3.5, ESX/ESXi 4.0, ESX/ESXi 4.1, ESXi 5.0, vCenter Server 2.5, vCenter Server 4.0, vCenter Server 4.1, and vCenter Server 5.0.
Commit: @COMMIT_HASH@
vendor: "vmware"
homepage: "https://vmware.com"
license: "GPLv2+"
contents:
- src: "../../../vmware-vsphere-cli-distrib/VMware"
dst: "@PERL_VENDORARCH@/VMware"
- src: "../../../vmware-vsphere-cli-distrib/WSMan"
dst: "@PERL_VENDORARCH@/WSMan"
overrides:
rpm:
provides:
- perl(VMware::VIRuntime)
depends:
- perl-XML-LibXML >= 1.58
- perl-libwww-perl >= 5.8.05
- perl-SOAP-Lite >= 0.67
- perl-UUID >= 0.03
- perl-Class-MethodMaker >= 2.08
deb:
depends:
- libstat-lsmode-perl
- libclass-methodmaker-perl
- libuuid-perl
- libconvert-binhex-perl
- libemail-date-format-perl
- libio-sessiondata-perl
- libmime-lite-perl
- libmime-types-perl
- libmime-tools-perl
- libmailtools-perl
- libnet-smtp-ssl-perl
- libsoap-lite-perl
- libtext-template-perl
- libxml-libxml-perl
rpm:
compression: zstd
signature:
key_file: ${RPM_SIGNING_KEY_FILE}
key_id: ${RPM_SIGNING_KEY_ID}