Blame golang-github-lucas-clemente-aes12.spec

1ee8449
# Generated by go2rpm
1ee8449
%bcond_without check
1ee8449
1ee8449
# https://github.com/lucas-clemente/aes12
1ee8449
%global goipath         github.com/lucas-clemente/aes12
1ee8449
%global commit          cd47fb39b79f867c6e4e5cd39cf7abd799f71670
1ee8449
1ee8449
%gometa
1ee8449
1ee8449
%global common_description %{expand:
1ee8449
This package modifies the AES-GCM implementation from Go's standard library to
1ee8449
use 12 byte tag sizes. It is not intended for a general audience, and used in
1ee8449
quic-go.}
1ee8449
1ee8449
%global golicenses      LICENSE
1ee8449
%global godocs          Readme.md
1ee8449
1ee8449
Name:           %{goname}
1ee8449
Version:        0
522ced1
Release:        0.5%{?dist}
1ee8449
Summary:        AES-GCM with 12 byte tag sizes for Go
1ee8449
1ee8449
License:        MIT
1ee8449
URL:            %{gourl}
1ee8449
Source0:        %{gosource}
1ee8449
1ee8449
%description
1ee8449
%{common_description}
1ee8449
1ee8449
%gopkg
1ee8449
1ee8449
%prep
1ee8449
%goprep
1ee8449
1ee8449
%install
1ee8449
%gopkginstall
1ee8449
1ee8449
%if %{with check}
1ee8449
%check
1ee8449
%gocheck
1ee8449
%endif
1ee8449
1ee8449
%gopkgfiles
1ee8449
1ee8449
%changelog
522ced1
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
522ced1
- Second attempt - Rebuilt for
522ced1
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
522ced1
fc1f7b7
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
fc1f7b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fc1f7b7
1b16bee
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
1b16bee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1b16bee
9eb9ada
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
9eb9ada
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9eb9ada
1ee8449
* Sat May 18 19:12:01 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190702gitcd47fb3
1ee8449
- Initial package