# Generated by go2rpm 1.3 %bcond_without check # https://github.com/paulmach/protoscan %global goipath github.com/paulmach/protoscan Version: 0.2.0 %gometa %global common_description %{expand: A low-level reader for protobuf data that can be used to write customized decoders.} %global golicenses LICENSE.md %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Low-level reader for protobuf data License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(google.golang.org/protobuf/reflect/protoreflect) BuildRequires: golang(google.golang.org/protobuf/runtime/protoimpl) %if %{with check} # Tests BuildRequires: golang(google.golang.org/protobuf/proto) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Jan 19 15:45:39 CET 2021 Robert-André Mauchin - 0.2.0-1 - Initial package