Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5bf2f95216 | ||
|
|
4e1ff317f9 | ||
|
|
9c3dd6145e | ||
|
|
cb09f924ec | ||
|
|
97d4780b6e | ||
|
|
163fc8962b | ||
|
|
94c5d6167a | ||
|
|
0747bddb5d | ||
|
|
dbb7b1b55b |
2 changed files with 64 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# skychart
|
||||
|
||||
Automatically requested module for rpms/skychart:stable.
|
||||
This is the module definition for Skychart.
|
||||
|
||||
Skychart is a rapidly developing project upstream. Usually there is a new development release every week and much rare stable releases with rare backports.
|
||||
|
||||
Here on Fedora we will have one Devel module branch and at least one module branch which stays in the latest stable release. Stable modules will start with the upcoming 4.2 release.
|
||||
|
|
|
|||
59
skychart.yaml
Normal file
59
skychart.yaml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Planetarium software for the advanced amateur astronomer
|
||||
description: >-
|
||||
This program enables you to draw sky charts, making use of the data in 16 catalogs
|
||||
of stars and nebulae. In addition the position of planets, asteroids and comets
|
||||
are shown.
|
||||
|
||||
The purpose of this program is to prepare different sky maps for a particular
|
||||
observation. A large number of parameters help you to choose specifically or automatically
|
||||
which catalogs to use, the colour and the dimension of stars and nebulae, the
|
||||
representation of planets, the display of labels and coordinate grids, the superposition
|
||||
of pictures, the condition of visibility and more. All these features make this
|
||||
celestial atlas more complete than a conventional planetarium.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
requires:
|
||||
platform: []
|
||||
profiles:
|
||||
default:
|
||||
description: Minimal installation with default catalogs and documentation.
|
||||
rpms:
|
||||
- skychart
|
||||
- skychart-doc
|
||||
additional-stars:
|
||||
description: Core program, documentation and additional star catalogs.
|
||||
rpms:
|
||||
- skychart
|
||||
- skychart-doc
|
||||
- skychart-data-stars
|
||||
additional-dso:
|
||||
description: Core program, documentation and additional Deep Sky catalogs.
|
||||
rpms:
|
||||
- skychart
|
||||
- skychart-doc
|
||||
- skychart-data-dso
|
||||
full:
|
||||
description: Core program, documentation and all available additional catalogs.
|
||||
rpms:
|
||||
- skychart
|
||||
- skychart-doc
|
||||
- skychart-data-stars
|
||||
- skychart-data-dso
|
||||
api:
|
||||
rpms:
|
||||
- skychart
|
||||
- skychart-doc
|
||||
- skychart-data-stars
|
||||
- skychart-data-dso
|
||||
components:
|
||||
rpms:
|
||||
skychart:
|
||||
ref: devel
|
||||
rationale: Main package
|
||||
Loading…
Add table
Add a link
Reference in a new issue