68 lines
2.4 KiB
YAML
68 lines
2.4 KiB
YAML
name: "perl-VMware-vSphere"
|
|
arch: "amd64"
|
|
platform: "linux"
|
|
version_schema: "none"
|
|
version: "7.0.0"
|
|
release: "17698549${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_SITELIB@/VMware"
|
|
packager: rpm
|
|
- src: "../../../vmware-vsphere-cli-distrib/VMware"
|
|
dst: "/usr/share/perl5/VMware"
|
|
packager: deb
|
|
|
|
- src: "../../../vmware-vsphere-cli-distrib/WSMan"
|
|
dst: "@PERL_SITELIB@/WSMan"
|
|
packager: rpm
|
|
- src: "../../../vmware-vsphere-cli-distrib/WSMan"
|
|
dst: "/usr/share/perl5/WSMan"
|
|
packager: deb
|
|
|
|
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}
|