45 lines
962 B
YAML
45 lines
962 B
YAML
name: "@NAME@"
|
|
arch: "${ARCH}"
|
|
platform: "linux"
|
|
version_schema: "none"
|
|
version: "${VERSION}"
|
|
release: "${RELEASE}${DIST}"
|
|
section: "default"
|
|
priority: "optional"
|
|
maintainer: "Centreon <contact@centreon.com>"
|
|
description: |
|
|
This package provides Perl bindings to access the OpenWSMAN client API.
|
|
Commit: @COMMIT_HASH@
|
|
homepage: "http://www.openwsman.org/"
|
|
license: "BSD"
|
|
|
|
contents:
|
|
- src: "/tmp/openwsman-${VERSION}/build/bindings/perl/openwsman.so"
|
|
dst: "@PERL_VENDORARCH@/"
|
|
expand: true
|
|
file_info:
|
|
mode: 0644
|
|
|
|
- src: "/tmp/openwsman-${VERSION}/build/bindings/perl/openwsman.pm"
|
|
dst: "@PERL_VENDORARCH@/"
|
|
expand: true
|
|
file_info:
|
|
mode: 0644
|
|
|
|
overrides:
|
|
rpm:
|
|
depends:
|
|
- libwsman1
|
|
provides:
|
|
- perl(openwsman)
|
|
deb:
|
|
depends:
|
|
- libwsman1
|
|
|
|
rpm:
|
|
summary: Perl interface for openwsman
|
|
compression: zstd
|
|
signature:
|
|
key_file: ${RPM_SIGNING_KEY_FILE}
|
|
key_id: ${RPM_SIGNING_KEY_ID}
|