Blame SOURCES/modulemd.src.txt

035907
document: modulemd
035907
version: 2
035907
data:
035907
    summary: A database access API for Perl
035907
    description: >
035907
        DBI is a database access Application Programming Interface (API) for
035907
        the Perl language. The DBI API specification defines a set of
035907
        functions, variables and conventions that provide a consistent
035907
        database interface independent of the actual database being used.
035907
    license:
035907
        module: [ MIT ]
035907
    dependencies:
035907
        - buildrequires:
035907
              platform: [el8]
035907
              perl: []
035907
          requires:
035907
              platform: [el8]
035907
              perl: []
035907
    references:
035907
        community: http://dbi.perl.org/
035907
    profiles:
035907
        common:
035907
            description: DBI distribution
035907
            rpms:
035907
                - perl-DBI
035907
    api:
035907
        rpms:
035907
            - perl-DBI
035907
    buildopts:
035907
        rpms:
035907
            macros: |
035907
                %_without_perl_DBI_enables_Clone 1
035907
                %_without_perl_DBI_enables_coro 1
035907
                %_without_perl_DBI_enables_DB_File 1
035907
                %_without_perl_DBI_enables_MLDBM 1
035907
                %_without_perl_DBI_enables_optional_test 1
035907
                %_without_perl_DBI_enables_SQL_Statement 1
035907
    components:
035907
        rpms:
035907
            perl-DBI:
035907
                rationale: The API.
b05489
                ref: stream-1.641