# 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.4.0 %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: 5%{?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) BuildRequires: golang(golang.org/x/text/language) BuildRequires: golang(golang.org/x/text/message) %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 Jul 21 2022 Fedora Release Engineering - 2.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin - 2.4.0-4 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering - 2.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun May 30 13:03:57 CEST 2021 Robert-André Mauchin - 2.4.0-1 - Update to 2.4.0 - Close: rhbz#1963589 * Tue Jan 26 2021 Fedora Release Engineering - 2.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * 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