45 lines
983 B
YAML
45 lines
983 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: |
|
|
KeePass::Reader is a perl interface to read KeePass version 4.
|
|
Commit: @COMMIT_HASH@
|
|
vendor: "Centreon"
|
|
homepage: "https://www.centreon.com"
|
|
license: "Apache-2.0"
|
|
|
|
contents:
|
|
- src: "/tmp/perl-keepass-reader/lib/perl5/KeePass"
|
|
dst: "@PERL_VENDORLIB@/Keepass"
|
|
type: tree
|
|
file_info:
|
|
mode: 0644
|
|
|
|
- src: "/tmp/perl-keepass-reader/man/man3/KeePass::Reader.3pm"
|
|
dst: "/usr/share/man/man3/"
|
|
file_info:
|
|
mode: 0644
|
|
|
|
overrides:
|
|
rpm:
|
|
depends:
|
|
- perl(Crypt::Argon2)
|
|
provides:
|
|
- perl(KeePass::Reader)
|
|
deb:
|
|
depends:
|
|
- libcrypt-argon2-perl
|
|
|
|
rpm:
|
|
summary: Interface to KeePass V4 database files
|
|
compression: zstd
|
|
signature:
|
|
key_file: ${RPM_SIGNING_KEY_FILE}
|
|
key_id: ${RPM_SIGNING_KEY_ID}
|