# Generated by go2rpm %bcond_without check # https://github.com/jwilder/encoding %global goipath github.com/jwilder/encoding %global commit b4e1701a28efcc637d9afcca7d38e495fe909a09 %gometa %global common_description %{expand: Encoding is a library for working with compressed arrays of integers. The compression algorithms used are different from typical general purpose algorithms such as Gzip, Snappy, etc. They are more commonly found in search engines (inverted indexes) and columnar databases.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Library for working with compressed arrays of integers License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 00:40:16 CEST 2019 Robert-André Mauchin - 0-0.1.20190429gitb4e1701 - Initial package