Blame SOURCES/modulemd.src.txt

6c8f57
---
6c8f57
document: modulemd
6c8f57
version: 2
6c8f57
data:
6c8f57
  name: subversion
6c8f57
  stream: 1.10
6c8f57
  summary: Apache Subversion
6c8f57
  description: >-
6c8f57
    Apache Subversion, a Modern Version Control System
6c8f57
  license:
6c8f57
    module:
6c8f57
    - MIT
6c8f57
  dependencies:
6c8f57
  - buildrequires:
6c8f57
      httpd: [2.4]
6c8f57
      platform: [el8]
6c8f57
      swig: [3.0]
6c8f57
    requires:
6c8f57
      platform: [el8]
6c8f57
  references:
6c8f57
    documentation: http://subversion.apache.org/docs/
6c8f57
    tracker: https://issues.apache.org/jira/projects/SVN
6c8f57
  profiles:
6c8f57
    common:
6c8f57
      rpms:
6c8f57
      - subversion
6c8f57
      - subversion-libs
6c8f57
      - subversion-tools
6c8f57
    server:
6c8f57
      rpms:
6c8f57
      - mod_dav_svn
6c8f57
      - subversion
6c8f57
      - subversion-libs
6c8f57
      - subversion-tools
6c8f57
  api:
6c8f57
    rpms:
6c8f57
    - mod_dav_svn
6c8f57
    - subversion
6c8f57
    - subversion-devel
6c8f57
    - subversion-libs
6c8f57
  filter:
6c8f57
    rpms:
6c8f57
    - libserf-devel
6c8f57
    - python3-subversion
6c8f57
    - subversion-ruby
6c8f57
    - utf8proc-devel
6c8f57
  buildopts:
6c8f57
    rpms:
6c8f57
      macros: |
6c8f57
        %_without_kwallet 1
6c8f57
        %_without_python2 1
6c8f57
        %_with_python3 1
6c8f57
        %_without_bdb 1
6c8f57
        %_without_pyswig 1
6c8f57
  components:
6c8f57
    rpms:
6c8f57
      libserf:
6c8f57
        rationale: Build dependency.
6c8f57
        ref: stream-v1-rhel-8.7.0
6c8f57
        buildorder: 10
6c8f57
      subversion:
6c8f57
        rationale: Module API.
6c8f57
        ref: stream-1.10-rhel-8.7.0
6c8f57
        buildorder: 20
6c8f57
      utf8proc:
6c8f57
        rationale: Build dependency.
6c8f57
        ref: stream-v2-rhel-8.7.0
6c8f57
        buildorder: 10
6c8f57
...