diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-01-18 20:56:43 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-01-18 20:56:43 +0000 |
commit | 96127be275bd043533a62f54ffae17c99b8e85e2 (patch) | |
tree | b7f8a7211f102672f7555c1427b60944efeaa8bc | |
parent | a955912ee25311db54c2f97000a741031a108d87 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | golang-hein-version.spec | 65 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 67 insertions, 0 deletions
@@ -0,0 +1 @@ +/go-version-0.1.0.tar.gz diff --git a/golang-hein-version.spec b/golang-hein-version.spec new file mode 100644 index 0000000..7f0e05a --- /dev/null +++ b/golang-hein-version.spec @@ -0,0 +1,65 @@ +# Generated by go2rpm 1.3 +%bcond_without check + +# https://github.com/christopherhein/go-version +%global goipath go.hein.dev/go-version +%global forgeurl https://github.com/christopherhein/go-version +Version: 0.1.0 + +%gometa + +%global common_description %{expand: +This package gives allows you to use https://github.com/spf13/cobra and +https://github.com/goreleaser/goreleaser together to output your version in a +simple way. Supporting multiple flags for mutating the output.} + +%global golicenses LICENSE.txt +%global godocs example CHANGELOG.md readme.adoc + +Name: %{goname} +Release: 5%{?dist} +Summary: Golang Cobra & Goreleaser Versioning library + +# Upstream license specification: Apache-2.0 +License: ASL 2.0 +URL: %{gourl} +Source0: %{gosource} + +BuildRequires: golang(github.com/mitchellh/go-homedir) +BuildRequires: golang(github.com/spf13/cobra) +BuildRequires: golang(github.com/spf13/viper) +BuildRequires: golang(sigs.k8s.io/yaml) + +%description +%{common_description} + +%gopkg + +%prep +%goprep + +%install +%gopkginstall + +%if %{with check} +%check +%gocheck +%endif + +%gopkgfiles + +%changelog +* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 23 11:31:23 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1 +- Initial package @@ -0,0 +1 @@ +7cdd3f7cbe3d912a3d0e8c00119bdd2d go-version-0.1.0.tar.gz |