Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Fedora Release Engineering
7563f70027 Branching f31 from rawhide, fourth attempt after platform:f32 enablement due to https://pagure.io/releng/issue/8664
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-09-22 05:45:30 +00:00
Fedora Release Engineering
ef6077a343 Branching f31 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-08-13 20:03:28 +00:00
Fedora Release Engineering
14a239f8ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-08-12 15:06:02 +00:00
Fedora Release Engineering
f6fadfa1a6 Branching f30 from rawhide, second attempt after platform:f31 enablement
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-04 18:12:48 +00:00
Fedora Release Engineering
e90e6875a4 Branching f30 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-01 19:21:41 +00:00
Fedora Release Engineering
43c0d9b7c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-18 23:00:14 +00:00
Matthew Miller
c016a8d057 devel module stream so use devel rpm stream 2018-09-24 11:47:12 -04:00
Matthew Miller
4bd8c5cb07 initial definition 2018-09-24 10:48:12 -04:00
Matthew Miller
c57778bcab explain ourselves :) 2018-09-24 10:38:01 -04:00
2 changed files with 39 additions and 2 deletions

View file

@ -1,3 +1,12 @@
# rawtherapee
This is the module definition for Rawtherapee. It's pretty simple, so there
shouldn't need to be many changes. See https://src.fedoraproject.org/rpms/rawtherapee
for the RPMs.
There are two streams: devel and stable. The `stable` stream tracks upstream
releases closely, after some basic testing. We may also include critical
security fixes, but again in general we follow an upstream-first model.
The `devel` stream is less cautious. We may include release candidates,
nightly builds, or other experimental / in-development builds.
Automatically requested module for rpms/rawtherapee:devel.

28
rawtherapee.yaml Normal file
View file

@ -0,0 +1,28 @@
---
document: modulemd
version: 2
data:
summary: Raw image processing software
description: >-
Rawtherapee is a RAW image processing software. It gives full control over many
parameters to enhance the raw picture before finally exporting it to some common
image format.
license:
module:
- MIT # note that this is the module file license; RawTherapee is GPLv3
dependencies:
- buildrequires:
platform: []
requires:
platform: []
api:
rpms:
- rawtherapee
components:
rpms:
rawtherapee:
ref: devel
rationale: The software itself
buildorder: 10
...