# Generated by go2rpm %bcond_without check # https://github.com/linkedin/goavro %global goipath github.com/linkedin/goavro Version: 2.8.4 %gometa %global common_description %{expand: Goavro is a library that encodes and decodes Avro data.} %global golicenses LICENSE %global godocs examples AUTHORS README.md Name: %{goname} Release: 1%{?dist} Summary: Library that encodes and decodes Avro data # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/golang/snappy) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 22:54:34 CEST 2019 Robert-André Mauchin - 2.8.4-1 - Initial package