Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/pascaldekloe/goe
%global goipath         github.com/pascaldekloe/goe
Version:                0.1.0

%gometa

%global common_description %{expand:
Common enterprise features for the Go programming language.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Common enterprise features for the Go programming language

License:        CC0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Sun Apr 21 16:03:55 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-2
- Update to new macros

* Sun Mar 24 23:18:38 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1
- Release 0.1.0 (#1691104)

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git57f6aae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Mon Nov 12 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20181113git57f6aae
- First package for Fedora