# Generated by go2rpm %bcond_without check # https://github.com/klauspost/compress %global goipath github.com/klauspost/compress Version: 1.5.0 %gometa %global common_description %{expand: This package is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Optimized compression packages # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/cespare/xxhash) BuildRequires: golang(github.com/klauspost/cpuid) %if %{with check} # Tests BuildRequires: golang(github.com/DataDog/zstd) BuildRequires: golang(github.com/google/go-cmp/cmp) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 01:02:13 CEST 2019 Robert-André Mauchin - 1.5.0-1 - Release 1.5.0 * Fri Feb 01 2019 Fedora Release Engineering - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 1.2.1-4 - 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.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Apr 11 2018 Dominik Mierzejewski - 1.2.1-2 - fix end-of-line encoding in README.md - build as archful due to assembly usage on x86_64 * Mon Mar 26 2018 Dominik Mierzejewski - 1.2.1-1 - initial package for Fedora