Blame SOURCES/modulemd.src.txt

954241
---
954241
document: modulemd
954241
version: 2
954241
data:
954241
    summary: A hybrid functional/object-oriented language for the JVM
954241
    description: >-
954241
        Scala is a general purpose programming language designed to express
954241
        common programming patterns in a concise, elegant, and type-safe way.
954241
        It smoothly integrates features of object-oriented and functional
954241
        languages. It is also fully interoperable with Java.
954241
    license:
954241
        module:
954241
            - MIT
954241
    dependencies:
954241
        - buildrequires:
954241
              javapackages-tools: [201801]
954241
              scala: [2.10]
954241
              platform: [el8]
954241
          requires:
954241
              platform: []
954241
    profiles:
954241
        common:
954241
            rpms:
954241
                - scala
954241
    api:
954241
        rpms:
954241
            - scala
954241
            - scala-apidoc
954241
            - scala-swing
954241
    filter:
954241
        rpms:
954241
            - ant-scala
954241
            - hawtjni
954241
            - hawtjni-javadoc
954241
            - jansi-javadoc
954241
            - jansi-native-javadoc
954241
            - jline-javadoc
954241
            - maven-hawtjni-plugin
954241
    buildopts:
954241
        rpms:
954241
            macros: |
954241
                %_with_xmvn_javadoc 1
954241
                %_without_asciidoc 1
954241
                %_without_avalon 1
954241
                %_without_bouncycastle 1
954241
                %_without_cython 1
954241
                %_without_dafsa 1
954241
                %_without_desktop 1
954241
                %_without_doxygen 1
954241
                %_without_dtd 1
954241
                %_without_eclipse 1
954241
                %_without_ehcache 1
954241
                %_without_emacs 1
954241
                %_without_equinox 1
954241
                %_without_fop 1
954241
                %_without_ftp 1
954241
                %_without_gradle 1
954241
                %_without_groovy 1
954241
                %_without_hadoop 1
954241
                %_without_hsqldb 1
954241
                %_without_itext 1
954241
                %_without_jackson 1
954241
                %_without_jmh 1
954241
                %_without_jna 1
954241
                %_without_jpa 1
954241
                %_without_junit5 1
954241
                %_without_logback 1
954241
                %_without_markdown 1
954241
                %_without_memcached 1
954241
                %_without_memoryfilesystem 1
954241
                %_without_obr 1
954241
                %_without_python 1
954241
                %_without_reporting 1
954241
                %_without_scm 1
954241
                %_without_snappy 1
954241
                %_without_spring 1
954241
                %_without_ssh 1
954241
                %_without_testlib 1
954241
    components:
954241
        rpms:
954241
            hawtjni:
954241
                buildorder: 10
954241
                ref: stream-scala-2.10
954241
                rationale: >
954241
                    Runtime dependency of jansi, jansi-native.
954241
            jansi:
954241
                buildorder: 30
954241
                ref: stream-scala-2.10
954241
                rationale: >
954241
                    Runtime dependency of jline, scala.
954241
            jansi-native:
954241
                buildorder: 20
954241
                ref: stream-scala-2.10
954241
                rationale: >
954241
                    Runtime dependency of jansi.
954241
            jline:
954241
                buildorder: 40
954241
                ref: stream-scala-2.10
954241
                rationale: >
954241
                    Runtime dependency of scala.
954241
            scala:
954241
                buildorder: 50
954241
                ref: stream-scala-2.10
954241
                rationale: >
954241
                    Module API.