Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0dfd85b0c | ||
|
|
c3d9e2c850 | ||
|
|
4cd4140f25 | ||
|
|
f0c28b9e1c | ||
|
|
6644d345a6 | ||
|
|
348c308b5a | ||
|
|
f75fa848f8 | ||
|
|
ebfba9e3bc | ||
|
|
94e536f82c | ||
|
|
d92be01156 |
1 changed files with 126 additions and 0 deletions
126
perl-YAML.yaml
Normal file
126
perl-YAML.yaml
Normal file
|
|
@ -0,0 +1,126 @@
|
||||||
|
document: modulemd-packager
|
||||||
|
version: 3
|
||||||
|
data:
|
||||||
|
name: perl-YAML
|
||||||
|
stream: '1.30'
|
||||||
|
summary: Perl parser for YAML
|
||||||
|
description: >
|
||||||
|
The YAML.pm module implements a YAML Loader and Dumper based on the
|
||||||
|
YAML 1.0 specification. YAML is a generic data serialization language
|
||||||
|
that is optimized for human readability. It can be used to express
|
||||||
|
the data structures of most modern programming languages, including
|
||||||
|
Perl. For information on the YAML syntax, please refer to the YAML
|
||||||
|
specification.
|
||||||
|
license: [MIT]
|
||||||
|
configurations:
|
||||||
|
- context: 'f36p534'
|
||||||
|
platform: f36
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
- context: 'f37p534'
|
||||||
|
platform: f37
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
- context: 'f38p534'
|
||||||
|
platform: f38
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
- context: 'f39p534'
|
||||||
|
platform: f39
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.34']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.34']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
- context: 'f36p536'
|
||||||
|
platform: f36
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
- context: 'f37p536'
|
||||||
|
platform: f37
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
- context: 'f38p536'
|
||||||
|
platform: f38
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
- context: 'f39p536'
|
||||||
|
platform: f39
|
||||||
|
buildrequires:
|
||||||
|
perl: ['5.36']
|
||||||
|
perl-YAML-bootstrap: [1.30]
|
||||||
|
requires:
|
||||||
|
perl: ['5.36']
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%_with_perl_YAML_enables_test 1
|
||||||
|
%_without_perl_YAML_enables_extra_test 1
|
||||||
|
references:
|
||||||
|
community: https://metacpan.org/release/YAML
|
||||||
|
profiles:
|
||||||
|
common:
|
||||||
|
description: YAML distribution
|
||||||
|
rpms:
|
||||||
|
- perl-YAML
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- perl-YAML
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
perl-YAML:
|
||||||
|
rationale: The API.
|
||||||
|
ref: f38
|
||||||
Loading…
Add table
Add a link
Reference in a new issue