From 455077a0fc8003fa1cee3a1f69ac0a828c760118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 10 Sep 2020 16:18:39 +0200 Subject: [PATCH] Import Reviewed in bug #1875771. --- perl-DBD-MySQL.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 perl-DBD-MySQL.yaml diff --git a/perl-DBD-MySQL.yaml b/perl-DBD-MySQL.yaml new file mode 100644 index 0000000..a8c4f17 --- /dev/null +++ b/perl-DBD-MySQL.yaml @@ -0,0 +1,53 @@ +document: modulemd +version: 2 +data: + name: perl-DBD-MySQL + stream: '4.050' + summary: A MySQL interface for Perl + description: > + DBD::mysql is the Perl5 Database Interface driver for the MySQL + database. In other words: DBD::mysql is an interface between the Perl + programming language and the MySQL programming API that comes with the + MySQL relational database management system. + license: + module: [ MIT ] + dependencies: + - buildrequires: + perl-DBI: [] + platform: [f34] + perl: [-5.28] + requires: + perl-DBI: [] + platform: [f34] + perl: [-5.28] + references: + community: https://metacpan.org/release/DBD-mysql + profiles: + common: + description: DBD-mysql distribution + rpms: + - perl-DBD-MySQL + api: + rpms: + - perl-DBD-MySQL + components: + rpms: + perl-Capture-Tiny: + rationale: A build dependency. + buildonly: true + ref: master + buildorder: 0 + perl-Mock-Config: + rationale: A build dependency. + buildonly: true + ref: master + buildorder: 0 + perl-Devel-CheckLib: + rationale: A build dependency. + buildonly: true + ref: master + buildorder: 1 + perl-DBD-MySQL: + rationale: The API. + ref: master + buildorder: 2