diff --git a/README.md b/README.md index 48c90cd..4b1cffe 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/rawtherapee.yaml b/rawtherapee.yaml new file mode 100644 index 0000000..d5b59c1 --- /dev/null +++ b/rawtherapee.yaml @@ -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: stable + rationale: The software itself + buildorder: 10 +... +