# Generated by go2rpm %bcond_without check # https://github.com/lucas-clemente/aes12 %global goipath github.com/lucas-clemente/aes12 %global commit cd47fb39b79f867c6e4e5cd39cf7abd799f71670 %gometa %global common_description %{expand: This package modifies the AES-GCM implementation from Go's standard library to use 12 byte tag sizes. It is not intended for a general audience, and used in quic-go.} %global golicenses LICENSE %global godocs Readme.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: AES-GCM with 12 byte tag sizes for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat May 18 19:12:01 CEST 2019 Robert-André Mauchin - 0-0.1.20190518gitcd47fb3 - Initial package