# Generated by go2rpm %bcond_without check # https://github.com/peter-edge/env-go %global goipath go.pedge.io/env %global forgeurl https://github.com/peter-edge/env-go %global commit 5f5a7ded0de021697f5f78b9a4b77a15f35f7834 %gometa %global common_description %{expand: Package Env handles environment variables in a structured manner. It uses reflection to set fields on a struct pointer passed to the main public method, Populate.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Structured handling of environment variables in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 16:50:00 CEST 2019 Robert-André Mauchin - 0-0.1.20190430git5f5a7de - Initial package