# Generated by go2rpm %bcond_without check # https://github.com/rfjakob/eme %global goipath github.com/rfjakob/eme Version: 1.1 %gometa %global common_description %{expand: EME (ECB-Mix-ECB or, clearer, Encrypt-Mix-Encrypt) is a wide-block encryption mode developed by Halevi and Rogaway in 2003. EME uses multiple invocations of a block cipher to construct a new cipher of bigger block size (in multiples of 16 bytes, up to 2048 bytes).} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: EME (Encrypt-Mix-Encrypt) wide-block encryption for Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 30 14:11:46 CEST 2019 Robert-André Mauchin - 1.1-7 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 1.1-5 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Mar 09 2018 Robert-André Mauchin - 1.1-3 - Update with the new Go packaging * Wed Feb 07 2018 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jul 24 2017 Robert-André Mauchin - 1.1-1 - First package for Fedora