Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19ac1cee69 | ||
|
|
0b91aec732 | ||
|
|
6a364602c7 | ||
|
|
b9e4eaa92b | ||
|
|
36344d5e7b | ||
|
|
99400b191f | ||
|
|
614a7aebfc | ||
|
|
9b7d2767b3 | ||
|
|
62c4806555 |
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.14'
|
||||
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: 'fe9aef66'
|
||||
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: '4cabb089'
|
||||
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: 'd7f8a066'
|
||||
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: f34
|
||||
Loading…
Add table
Add a link
Reference in a new issue