Compare commits

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

4 commits

Author SHA1 Message Date
Lokesh Mandvekar
2eb263c9af
use f27 branch of component rpm
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-02-07 08:39:32 -05:00
Lokesh Mandvekar
751a924513
bump to f28
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-02-07 08:38:26 -05:00
Lokesh Mandvekar
beb4e7ad1a
improve macro readability, also provide golang-tests
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-11-29 10:37:18 -05:00
Lokesh Mandvekar
04fd34cead
Resolves: #1500502 - initial upload
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-11-28 23:11:22 -05:00

44
golang.yaml Normal file
View file

@ -0,0 +1,44 @@
---
document: modulemd
version: 1
data:
summary: The Go Programming Language
description: >-
This module provides the Go compiler and associated
tools and documentation.
license:
module:
- MIT
dependencies:
buildrequires:
platform: f28
requires:
platform: f28
references:
community: https://groups.google.com/forum/#!forum/golang-nuts
documentation: https://golang.org/doc
tracker: https://github.com/golang/go/issues
profiles:
default:
rpms:
- golang
api:
rpms:
- golang
- golang-bin
- golang-docs
- golang-misc
- golang-race
- golang-shared
- golang-src
- golang-tests
buildopts:
rpms:
macros: |
%_with_bootstrap 1
%_with_ignore_tests 1
components:
rpms:
golang:
rationale: Primary component of this module
ref: f27