Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Jitka Plesnikova
b0dfd85b0c Add a context for Fedora 39; Use branch f38 2023-02-16 10:19:57 +01:00
Jitka Plesnikova
c3d9e2c850 Remove a context for Fedora 35 2023-02-16 10:16:54 +01:00
Jitka Plesnikova
4cd4140f25 Build module with platform:f38 2022-08-23 12:20:02 +02:00
Fedora Release Engineering
f0c28b9e1c Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:51:53 +00:00
Jitka Plesnikova
6644d345a6 Build the module with perl:5.34 and perl:5.36 2022-07-31 20:30:15 +02:00
Petr Písař
348c308b5a Add a context for F37 2022-03-03 11:02:57 +01:00
Petr Písař
f75fa848f8 Add a context for platform:f36 2021-09-06 15:11:52 +02:00
Petr Písař
ebfba9e3bc Convert to modulemd-packager-v3 format and remove EOLed perl:5.30 2021-06-15 12:13:40 +02:00
Petr Písař
94e536f82c Pin components to f34, build for eln and f35 2021-02-11 16:02:26 +01:00
Petr Písař
d92be01156 Import
Reviewed in bug #1877731.
2020-09-14 15:58:30 +02:00

126
perl-YAML.yaml Normal file
View 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