Blob Blame History Raw
# Generated by go2rpm 1.10.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/gobuffalo/packd
%global goipath         github.com/gobuffalo/packd
Version:                1.0.2

%gometa -L

%global common_description %{expand:
This is a collection of interfaces designed to make using
github.com/gobuffalo/packr easier, and to make the transition between v1 and v2
as seamless as possible.}

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

Name:           golang-github-gobuffalo-packd
Release:        %autorelease
Summary:        Gobuffalo/packr interfaces

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

%description %{common_description}

%gopkg

%prep
%goprep -A
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%changelog
%autochangelog