Blame autotools.yaml

695000b
document: modulemd
695000b
version: 1
695000b
data:
0f62335
    summary: GNU Autotools (Autoconf and Automake and Libtool)
695000b
    description: |
695000b
        Autoconf is a tool for configuring source code and Makefiles.
695000b
        Automake is a tool for automatically generating Makefile.in
695000b
        files compliant with the GNU Coding Standards.
0f62335
        Libtool is a tool for building shared librires.
695000b
695000b
        This module has disabled support for Emacs.
695000b
    license:
695000b
        module: [ MIT ]
695000b
    dependencies:
695000b
        buildrequires:
695000b
            perl: master
5728609
            platform: master
695000b
            # Explicitly require transitive dependencies to work around
695000b
            # <https://pagure.io/fm-orchestrator/issue/530>.
5728609
            host: master
695000b
        requires:
695000b
            perl: master
5728609
            platform: master
695000b
    references:
695000b
        community: https://docs.pagure.org/modularity/
695000b
        documentation: https://github.com/modularity-modules/autotools
695000b
        tracker: https://github.com/modularity-modules/autotools
695000b
    profiles:
695000b
        default:
695000b
            description: Autoconf and Automake tools.
695000b
            rpms:
695000b
                - autoconf
695000b
                - automake
0f62335
                - libtool
695000b
    api:
695000b
        rpms:
695000b
            - autoconf
695000b
            - automake
0f62335
            - libtool
695000b
    filter:
695000b
        rpms:
695000b
            - help2man
0f62335
            # libtool-ltdl is provided by platform module
0f62335
            - libtool-ltdl
0f62335
            - libtool-ltdl-devel
695000b
    buildopts:
695000b
        rpms:
695000b
            macros: |
695000b
                %_without_autoconf_enables_emacs 1
695000b
                %_without_autoconf_enables_optional_test 1
695000b
                %_without_automake_enables_optional_test 1
695000b
    components:
695000b
        rpms:
695000b
            help2man:
695000b
                rationale: Build-time dependency.
695000b
                ref: master
695000b
                buildorder: 0
695000b
            autoconf:
695000b
                rationale: API.
695000b
                ref: master
695000b
                buildorder: 1
695000b
            automake:
695000b
                rationale: API.
695000b
                ref: master
695000b
                buildorder: 2
0f62335
            libtool:
0f62335
                rationale: API.
0f62335
                ref: master
0f62335
                buildorder: 3