Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Mozilla Thunderbird mail/newsgroup client
  description: >-
    Mozilla Thunderbird is a standalone mail and newsgroup client.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f37]
      flatpak-runtime: [f37]
      platform: [f37]
    requires:
      flatpak-common: [f37]
      flatpak-runtime: [f37]
      platform: [f37]
  profiles:
    default:
      rpms:
      - thunderbird
  buildopts:
    arches: [aarch64, x86_64]
  components:
    rpms:
      mozilla-filesystem:
        rationale: Runtime dependency
        ref: f37
        arches: [aarch64,x86_64]
      thunderbird:
        rationale: Application package
        ref: f37
        arches: [aarch64,x86_64]
        buildorder: 10
...