From 7fdbbddddc7fb5618fdca21eb7c9db8651ba92ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 11 Jun 2018 15:00:01 +0200 Subject: [PATCH] Import --- YAML-bootstrap.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 YAML-bootstrap.yaml diff --git a/YAML-bootstrap.yaml b/YAML-bootstrap.yaml new file mode 100644 index 0000000..401e43b --- /dev/null +++ b/YAML-bootstrap.yaml @@ -0,0 +1,45 @@ +document: modulemd +version: 1 +data: + summary: Helper module for boostrapping YAML + description: > + This module is not intended for general use. It's a helper module for + bootstrapping Module-Install module. + license: + module: [ MIT ] + dependencies: + buildrequires: + platform: el8 + perl: 5.26 + requires: + platform: el8 + perl: 5.26 + references: + community: https://metacpan.org/release/YAML + profiles: + buildopts: + rpms: + macros: | + %perl_bootstrap 1 + %_with_perl_YAML_enables_test 1 + %_without_perl_Test_Base_enables_diff 1 + %_without_perl_Test_Base_enables_extra_test 1 + %_without_perl_Test_Base_enables_network 1 + components: + rpms: + perl-YAML: + rationale: build dependency. + ref: stream-1.24 + buildorder: 0 + perl-Spiffy: + rationale: build dependency. + ref: stream-0.46 + buildorder: 1 + perl-Test-Base: + rationale: build dependency. + ref: stream-0.89 + buildorder: 2 + perl-Test-YAML: + rationale: build dependency. + ref: stream-1.06 + buildorder: 3