2023-12-05 18:01:01 +01:00
|
|
|
name: "@NAME@"
|
|
|
|
arch: "${ARCH}"
|
|
|
|
platform: "linux"
|
|
|
|
version_schema: "none"
|
2024-02-15 15:42:53 +01:00
|
|
|
version: "${VERSION}"
|
2024-01-30 14:40:00 +01:00
|
|
|
release: "${RELEASE}${DIST}"
|
2023-12-05 18:01:01 +01:00
|
|
|
section: "default"
|
|
|
|
priority: "optional"
|
|
|
|
maintainer: "Centreon <contact@centreon.com>"
|
|
|
|
description: |
|
2023-12-15 11:55:36 +01:00
|
|
|
This package provides Perl bindings to access the OpenWSMAN client API.
|
2023-12-05 18:01:01 +01:00
|
|
|
Commit: @COMMIT_HASH@
|
2023-12-18 14:44:32 +01:00
|
|
|
homepage: "http://www.openwsman.org/"
|
|
|
|
license: "BSD"
|
2023-12-05 18:01:01 +01:00
|
|
|
|
|
|
|
contents:
|
2024-02-15 15:42:53 +01:00
|
|
|
- src: "/tmp/openwsman-${VERSION}/build/bindings/perl/openwsman.so"
|
2023-12-05 18:01:01 +01:00
|
|
|
dst: "@PERL_VENDORARCH@/"
|
2024-02-15 15:42:53 +01:00
|
|
|
expand: true
|
2023-12-05 18:01:01 +01:00
|
|
|
file_info:
|
|
|
|
mode: 0644
|
|
|
|
|
2024-02-15 15:42:53 +01:00
|
|
|
- src: "/tmp/openwsman-${VERSION}/build/bindings/perl/openwsman.pm"
|
2023-12-05 18:01:01 +01:00
|
|
|
dst: "@PERL_VENDORARCH@/"
|
2024-02-15 15:42:53 +01:00
|
|
|
expand: true
|
2023-12-05 18:01:01 +01:00
|
|
|
file_info:
|
|
|
|
mode: 0644
|
|
|
|
|
|
|
|
overrides:
|
|
|
|
rpm:
|
2023-12-15 11:55:36 +01:00
|
|
|
depends:
|
|
|
|
- libwsman1
|
2023-12-05 18:01:01 +01:00
|
|
|
provides:
|
|
|
|
- perl(openwsman)
|
|
|
|
deb:
|
2023-12-15 11:55:36 +01:00
|
|
|
depends:
|
|
|
|
- libwsman1
|
2023-12-05 18:01:01 +01:00
|
|
|
|
|
|
|
rpm:
|
|
|
|
summary: Perl interface for openwsman
|
|
|
|
compression: zstd
|
|
|
|
signature:
|
|
|
|
key_file: ${RPM_SIGNING_KEY_FILE}
|
|
|
|
key_id: ${RPM_SIGNING_KEY_ID}
|