# Generated by go2rpm 1 %ifarch x86_64 %bcond_without check %endif # https://github.com/360EntSecGroup-Skylar/excelize %global goipath github.com/360EntSecGroup-Skylar/excelize Version: 2.3.2 %gometa %global common_description %{expand: Golang library for reading and writing Microsoft Excel (XLSX) files.} %global golicenses LICENSE %global godocs CODE_OF_CONDUCT.md CONTRIBUTING.md\\\ PULL_REQUEST_TEMPLATE.md README.md README_zh.md\\\ SECURITY.md Name: %{goname} Release: 1%{?dist} Summary: Golang library for reading and writing Microsoft Excel (XLSX) files # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/mohae/deepcopy) BuildRequires: golang(github.com/richardlehane/mscfb) BuildRequires: golang(github.com/xuri/efp) BuildRequires: golang(golang.org/x/crypto/md4) BuildRequires: golang(golang.org/x/crypto/ripemd160) BuildRequires: golang(golang.org/x/net/html/charset) BuildRequires: golang(golang.org/x/text/encoding/unicode) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) BuildRequires: golang(golang.org/x/image/tiff) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 14 10:13:40 CET 2021 Robert-André Mauchin - 2.3.2-1 - Update to 2.3.2 * Mon Aug 17 09:59:19 CEST 2020 Robert-André Mauchin - 2.3.0-1 - Initial package