Initial import
This commit is contained in:
parent
5b707a9e3d
commit
3ee8dc1149
1 changed files with 81 additions and 0 deletions
81
perl-DBD-Pg.yaml
Normal file
81
perl-DBD-Pg.yaml
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
document: modulemd-packager
|
||||
version: 3
|
||||
data:
|
||||
name: perl-DBD-Pg
|
||||
stream: '3.15'
|
||||
summary: A PostgreSQL interface for Perl
|
||||
description: >
|
||||
DBD::Pg is a Perl module that works with the DBI module to provide
|
||||
access to PostgreSQL databases.
|
||||
license: [MIT]
|
||||
configurations:
|
||||
- context: 'f34'
|
||||
platform: f34
|
||||
buildrequires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# Tests:
|
||||
postgresql: [14]
|
||||
requires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# libpq.so is provided by a bare package, not a module
|
||||
- context: 'f35'
|
||||
platform: f35
|
||||
buildrequires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# Tests:
|
||||
postgresql: [14]
|
||||
requires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# libpq.so is provided by a bare package, not a module
|
||||
- context: '1'
|
||||
platform: f36
|
||||
buildrequires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# Tests:
|
||||
postgresql: [14]
|
||||
requires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# libpq.so is provided by a bare package, not a module
|
||||
- context: 'f37'
|
||||
platform: f37
|
||||
buildrequires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# Tests:
|
||||
postgresql: [14]
|
||||
requires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# libpq.so is provided by a bare package, not a module
|
||||
- context: 'eln'
|
||||
platform: eln
|
||||
buildrequires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# Tests:
|
||||
postgresql: [14]
|
||||
requires:
|
||||
perl-DBI: ['1.643']
|
||||
perl: ['5.32']
|
||||
# libpq.so is provided by a bare package, not a module
|
||||
references:
|
||||
community: https://metacpan.org/release/DBD-Pg
|
||||
profiles:
|
||||
common:
|
||||
description: DBD-Pg distribution
|
||||
rpms:
|
||||
- perl-DBD-Pg
|
||||
api:
|
||||
rpms:
|
||||
- perl-DBD-Pg
|
||||
components:
|
||||
rpms:
|
||||
perl-DBD-Pg:
|
||||
rationale: The API.
|
||||
ref: rawhide
|
||||
Loading…
Add table
Add a link
Reference in a new issue