Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c589780e1 |
1 changed files with 21 additions and 18 deletions
|
|
@ -1,35 +1,38 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
version: 1
|
||||
data:
|
||||
summary: A test module in all its beautiful beauty.
|
||||
description: This module demonstrates how to write simple modulemd files And can be used for testing the build and release pipeline.
|
||||
summary: A test module in all its beautiful beauty
|
||||
description: >-
|
||||
This module demonstrates how to write simple modulemd files And
|
||||
can be used for testing the build and release pipeline.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [f33]
|
||||
#javapackages-tools: [201801]
|
||||
requires:
|
||||
platform: [f33]
|
||||
buildrequires:
|
||||
platform: f28
|
||||
requires:
|
||||
platform: f28
|
||||
references:
|
||||
community: https://fedoraproject.org/wiki/Modularity
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||
tracker: https://taiga.fedorainfracloud.org/project/modularity
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- tangerine
|
||||
- tangerine
|
||||
api:
|
||||
rpms:
|
||||
- perl-Tangerine
|
||||
- tangerine
|
||||
- perl-Tangerine
|
||||
- tangerine
|
||||
components:
|
||||
rpms:
|
||||
perl-List-Compare:
|
||||
rationale: A dependency of tangerine.
|
||||
ref: master
|
||||
#modules:
|
||||
#dwm:
|
||||
#rationale: Testing module inclusion.
|
||||
#ref: 6.1
|
||||
#buildorder: 10
|
||||
perl-Tangerine:
|
||||
rationale: Provides API for this module and is a dependency of tangerine.
|
||||
ref: 7e96446
|
||||
tangerine:
|
||||
rationale: Provides API for this module.
|
||||
buildorder: 10
|
||||
ref: master
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue