# Generated by go2rpm %bcond_without check # https://github.com/restic/chunker %global goipath github.com/restic/chunker Version: 0.2.0 %gometa %global common_description %{expand: Package Chunker implements content-defined-chunking (CDC) based on a rolling Rabin Hash. The library is part of the restic backup program.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 5%{?dist} Summary: Implementation of Content Defined Chunking (CDC) in Go # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 28 17:38:07 CEST 2019 Robert-André Mauchin - 0.2.0-5 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0.2.0-3 - 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 - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 14 2018 Steve Miller (copart) - 0.2.0-1 - First package for Fedora