# Generated by go2rpm %bcond_without check # https://github.com/google/go-cmp %global goipath github.com/google/go-cmp Version: 0.3.0 %gometa %global common_description %{expand: This package is intended to be a more powerful and safer alternative to reflect.DeepEqual for comparing whether two values are semantically equal.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: Package for comparing go values in tests # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 23 09:54:00 CEST 2019 Robert-André Mauchin - 0.3.0-1 - Release 0.3.0 * Fri Feb 01 2019 Fedora Release Engineering - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Nov 11 2018 Robert-André Mauchin - 0.2.0-4 - Update to new Go packaging * Fri Jul 13 2018 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Feb 20 2018 Ed Marshall - 0.2.0-1 * Update to upstream release 0.2.0. * Wed Feb 07 2018 Fedora Release Engineering - 0.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Oct 19 2017 Ed Marshall - 0.1.0-1 - First package for Fedora