Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/gobuffalo/envy
%global goipath         github.com/gobuffalo/envy
Version:                1.9.0

%gometa

%global common_description %{expand:
Envy makes working with ENV variables in Go trivial.}

%global golicenses      LICENSE.txt
%global godocs          README.md SHOULDERS.md

Name:           %{goname}
Release:        2%{?dist}
Summary:        Work with ENV variables in Go trivially

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

BuildRequires:  golang(github.com/joho/godotenv)
BuildRequires:  golang(github.com/rogpeppe/go-internal/modfile)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/stretchr/testify/require)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Fri Feb 07 02:39:17 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.9.0-1
- Update to 1.9.0

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Thu May 30 15:27:57 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.7.0-1
- Release 1.7.0

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

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Thu Mar 01 2018 Athos Ribeiro <athoscr@fedoraproject.org> - 1.4.1-1
- Update version

* Tue Feb 20 2018 Athos Ribeiro <athoscr@fedoraproject.org> - 1.4.0-1
- Update version

* Tue Feb 20 2018 Athos Ribeiro <athoscr@fedoraproject.org> - 1.3.0-1
- First package for Fedora