From 99d0cb95ca4e3e4ecc83659db60ec4e8e40d26b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 20 Jan 2021 10:04:29 +0100 Subject: [PATCH] Import Reviewed in bug #1917512. --- perl-XML-Parser.yaml | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 perl-XML-Parser.yaml diff --git a/perl-XML-Parser.yaml b/perl-XML-Parser.yaml new file mode 100644 index 0000000..00fc67b --- /dev/null +++ b/perl-XML-Parser.yaml @@ -0,0 +1,55 @@ +document: modulemd +version: 2 +data: + name: perl-XML-Parser + stream: '2.46' + summary: Perl module for parsing XML documents + description: > + This module provides ways to parse XML documents. It is built on top + of XML::Parser::Expat, which is a lower level interface to James + Clark's expat library. Each call to one of the parsing methods creates + a new instance of XML::Parser::Expat which is then used to parse the + document. Expat options may be provided when the XML::Parser object is + created. These options are then passed on to the Expat object on each + parse call. They can also be given as extra arguments to the parse + methods, in which case they override options given at XML::Parser + creation time. + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [f34] + perl: ['5.30', '5.32'] + requires: + platform: [f34] + perl: ['5.30', '5.32'] + references: + community: https://metacpan.org/release/XML-Parser + profiles: + common: + description: XML::Parser Perl module + rpms: + - perl-XML-Parser + api: + rpms: + - perl-XML-Parser + buildopts: + rpms: + macros: | + %_without_perl_Devel_CheckLib_enables_optional_test 1 + components: + rpms: + perl-Capture-Tiny: + rationale: For perl-Devel-CheckLib. + ref: master + buildonly: true + buildorder: 0 + perl-Devel-CheckLib: + rationale: For perl-XML-Parser. + ref: master + buildonly: true + buildorder: 1 + perl-XML-Parser: + rationale: The API. + ref: master + buildorder: 2