import subversion-1.10-8030020200519083055.9ce6d490

This commit is contained in:
CentOS Sources 2020-11-03 06:56:59 -05:00 committed by Stepan Oksanichenko
parent 4e32367b0a
commit c4f927c56e

View File

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