-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.yaml
47 lines (47 loc) · 1.07 KB
/
modules.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
document: modulemd
version: 2
data:
name: mailman
stream: 2.1-jp
version: 20200407180000
context: 000000
arch: x86_64
summary: Electronic mail discussion and e-newsletter lists managing software
description: >-
Japanese enhanced version of the mailman mailing list management software
license:
module:
- MIT
content:
- GPLv2+
dependencies:
- buildrequires:
platform: [el8]
python27: [2.7]
requires:
platform: [el8]
python27: [2.7]
references:
documentation: https://launchpad.net/mailman
tracker: https://bugs.launchpad.net/mailman
profiles:
common:
rpms:
- mailman
api:
rpms:
- mailman
components:
rpms:
mailman:
rationale: Module API.
repository: https://copr-dist-git.fedorainfracloud.org/git/orrisroot/mailman-jp/mailman.git
ref: epel8
buildorder: 1
artifacts:
rpms:
- mailman-3:2.1.29+j1p1-1.el8.ors.x86_64
- mailman-debuginfo-3:2.1.29+j1p1-1.el8.ors.x86_64
- mailman-debugsource-3:2.1.29+j1p1-1.el8.ors.x86_64
...