Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29abb8c3dd | ||
|
|
6c076a8e93 | ||
|
|
26d0787443 | ||
|
|
15f06d6dff | ||
|
|
567b13eadd | ||
|
|
fd3a4e7f57 | ||
|
|
ad50ed2585 | ||
|
|
a286411935 | ||
|
|
c921f1642e | ||
|
|
3b459c32c7 |
1 changed files with 163 additions and 0 deletions
163
perl-YAML-bootstrap.yaml
Normal file
163
perl-YAML-bootstrap.yaml
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
document: modulemd-packager
|
||||
version: 3
|
||||
data:
|
||||
name: perl-YAML-bootstrap
|
||||
stream: '1.30'
|
||||
summary: Helper module for boostrapping YAML
|
||||
description: >
|
||||
This module is not intended for general use. It's a helper module for
|
||||
bootstrapping YAML module.
|
||||
license: [MIT]
|
||||
configurations:
|
||||
- context: 'f36p534'
|
||||
platform: f36
|
||||
buildrequires:
|
||||
perl: ['5.34']
|
||||
requires:
|
||||
perl: ['5.34']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'f37p534'
|
||||
platform: f37
|
||||
buildrequires:
|
||||
perl: ['5.34']
|
||||
requires:
|
||||
perl: ['5.34']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'f38p534'
|
||||
platform: f38
|
||||
buildrequires:
|
||||
perl: ['5.34']
|
||||
requires:
|
||||
perl: ['5.34']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'f39p534'
|
||||
platform: f39
|
||||
buildrequires:
|
||||
perl: ['5.34']
|
||||
requires:
|
||||
perl: ['5.34']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'f36p536'
|
||||
platform: f36
|
||||
buildrequires:
|
||||
perl: ['5.36']
|
||||
requires:
|
||||
perl: ['5.36']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'f37p536'
|
||||
platform: f37
|
||||
buildrequires:
|
||||
perl: ['5.36']
|
||||
requires:
|
||||
perl: ['5.36']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'f38p536'
|
||||
platform: f38
|
||||
buildrequires:
|
||||
perl: ['5.36']
|
||||
requires:
|
||||
perl: ['5.36']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
- context: 'f39p536'
|
||||
platform: f39
|
||||
buildrequires:
|
||||
perl: ['5.36']
|
||||
requires:
|
||||
perl: ['5.36']
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%perl_bootstrap 1
|
||||
%_without_perl_Spiffy_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_diff 1
|
||||
%_without_perl_Test_Base_enables_extra_test 1
|
||||
%_without_perl_Test_Base_enables_network 1
|
||||
%_without_perl_Test_YAML_enables_extra_test 1
|
||||
%_without_perl_YAML_enables_extra_test 1
|
||||
references:
|
||||
community: https://metacpan.org/release/YAML
|
||||
components:
|
||||
rpms:
|
||||
perl-YAML:
|
||||
rationale: A build dependency.
|
||||
ref: f38
|
||||
buildorder: 0
|
||||
perl-Spiffy:
|
||||
rationale: A build dependency.
|
||||
ref: f38
|
||||
buildorder: 1
|
||||
perl-Test-Deep:
|
||||
rationale: A build dependency.
|
||||
ref: f38
|
||||
buildorder: 1
|
||||
perl-Test-Base:
|
||||
rationale: A build dependency.
|
||||
ref: f38
|
||||
buildorder: 2
|
||||
perl-Test-YAML:
|
||||
rationale: A build dependency.
|
||||
ref: f38
|
||||
buildorder: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue