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

# https://github.com/mmcloughlin/avo
%global goipath         github.com/mmcloughlin/avo
Version:                0.6.0

%gometa -L


%global common_description %{expand:
Generate x86 Assembly with Go.}

%global golicenses      LICENSE
%global godocs          examples README.md

Name:           golang-github-mmcloughlin-avo
Release:        %autorelease
Summary:        Generate x86 Assembly with Go

License:        BSD-3-Clause
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck -d gotypes
%endif

%gopkgfiles

%changelog
%autochangelog