Import
This commit is contained in:
parent
7c470ab853
commit
425622ac90
1 changed files with 56 additions and 0 deletions
56
perl-Module-Install.yaml
Normal file
56
perl-Module-Install.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue