Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
146132ce14 | ||
|
|
e76b0d9909 | ||
|
|
c79fdabc39 | ||
|
|
e2663aa660 | ||
|
|
cdd330bb2b | ||
|
|
3e28e6123c | ||
|
|
3ee8dc1149 |
1 changed files with 114 additions and 0 deletions
114
perl-DBD-Pg.yaml
Normal file
114
perl-DBD-Pg.yaml
Normal file
|
|
@ -0,0 +1,114 @@
|
||||||
|
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: 'f36p534'
|
||||||
|
platform: f36
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# libpq.so is provided by a bare package, not a module
|
||||||
|
- context: 'f37p534'
|
||||||
|
platform: f37
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# libpq.so is provided by a bare package, not a module
|
||||||
|
- context: 'f38p534'
|
||||||
|
platform: f38
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# libpq.so is provided by a bare package, not a module
|
||||||
|
- context: 'f39p534'
|
||||||
|
platform: f39
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.34']
|
||||||
|
# libpq.so is provided by a bare package, not a module
|
||||||
|
- context: 'f36p536'
|
||||||
|
platform: f36
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# libpq.so is provided by a bare package, not a module
|
||||||
|
- context: 'f37p536'
|
||||||
|
platform: f37
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# libpq.so is provided by a bare package, not a module
|
||||||
|
- context: 'f38p536'
|
||||||
|
platform: f38
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# libpq.so is provided by a bare package, not a module
|
||||||
|
- context: 'f39p536'
|
||||||
|
platform: f39
|
||||||
|
buildrequires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# Tests:
|
||||||
|
postgresql: [14]
|
||||||
|
requires:
|
||||||
|
perl-DBI: ['1.643']
|
||||||
|
perl: ['5.36']
|
||||||
|
# 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: f38
|
||||||
Loading…
Add table
Add a link
Reference in a new issue