27 lines
661 B
YAML
27 lines
661 B
YAML
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: A semantic version data type for PostgreSQL
|
|
description: >-
|
|
PostgreSQL server extension implementing data type called "semver". It's an implementation
|
|
of the version number format specified by the Semantic Versioning Specification.
|
|
license:
|
|
module: [PostgreSQL]
|
|
dependencies:
|
|
- buildrequires:
|
|
platform: [f30, f31]
|
|
postgresql: [11]
|
|
requires:
|
|
platform: [f30, f31]
|
|
postgresql: [11]
|
|
api:
|
|
rpms:
|
|
- pg-semver
|
|
components:
|
|
rpms:
|
|
pg-semver:
|
|
rationale: The extension package itself.
|
|
ref: stream-postgresql-11
|
|
buildorder: 1
|
|
...
|