Blame SOURCES/modulemd.src.txt

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