perl-XML-Parser/perl-XML-Parser.yaml
Petr Písař 99d0cb95ca Import
Reviewed in bug #1917512.
2021-01-20 10:04:29 +01:00

55 lines
1.9 KiB
YAML

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