From 425622ac90ff6622881b75d81cd1da57b7075fb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 28 Apr 2017 09:58:20 +0200 Subject: [PATCH] Import --- perl-Module-Install.yaml | 56 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 perl-Module-Install.yaml diff --git a/perl-Module-Install.yaml b/perl-Module-Install.yaml new file mode 100644 index 0000000..296540c --- /dev/null +++ b/perl-Module-Install.yaml @@ -0,0 +1,56 @@ +document: modulemd +version: 1 +data: + summary: Standalone, extensible Perl module installer + description: > + Module::Install is a package for writing installers for CPAN (or + CPAN-like) distributions that are clean, simple, minimalist, act in + a strictly correct manner with ExtUtils::MakeMaker, and will run on + any Perl installation version 5.005 or newer. + license: + module: [ MIT ] + dependencies: + buildrequires: + base-runtime: master + perl: master + requires: + perl: master + references: + community: https://fedoraproject.org/wiki/Modularity + documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules + tracker: https://taiga.fedorainfracloud.org/project/modularity + api: + rpms: + - perl-Module-Install + - perl-Module-Install-AuthorTests + - perl-Module-Install-ExtraTests + filter: + rpms: + # This is provided by MBR, we do not need any different content + # there, not providing it will preserve MBR's NEVRA and that's + # good for dependend modules. + - perl-srpm-macros + components: + rpms: + perl-srpm-macros: + rationale: Build dependency. + ref: dab4d381e4a515018e089413f8742a6fe004b356 + buildorder: -1 + perl-File-Remove: + rationale: Run-time dependency. + ref: f26 + perl-Module-Install: + rationale: The API. + ref: f26 + perl-Module-Install-AuthorTests: + rationale: The API. + ref: f26 + perl-Module-Install-ExtraTests: + rationale: The API. + ref: f26 + perl-Module-ScanDeps: + rationale: Run-time dependency. + ref: f26 + perl-YAML-Tiny: + rationale: Run-time dependency. + ref: f26