Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > bbde31ae5e82056f6711efa8c01fbbcf > files > 2

golang-github-labstack-echo-4-4.4.0-2.mga9.src.rpm

# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/labstack/echo
%global goipath         github.com/labstack/echo/v4
%global forgeurl        https://github.com/labstack/echo
Version:                4.4.0

%gometa

%global common_description %{expand:
High performance, minimalist Go web framework.}

%global golicenses      LICENSE
%global godocs          README.md CHANGELOG.md _fixture/_fixture/README.md\\\
                        _fixture/certs/README.md

Name:           %{goname}
Release:        %mkrel 2
Summary:        High performance, minimalist Go web framework
Group:          Development/Other

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}
BuildArch:      noarch

BuildRequires:  golang(github.com/dgrijalva/jwt-go)
BuildRequires:  golang(github.com/labstack/gommon/bytes)
BuildRequires:  golang(github.com/labstack/gommon/color)
BuildRequires:  golang(github.com/labstack/gommon/log)
BuildRequires:  golang(github.com/labstack/gommon/random)
BuildRequires:  golang(github.com/valyala/fasttemplate)
BuildRequires:  golang(golang.org/x/crypto/acme)
BuildRequires:  golang(golang.org/x/crypto/acme/autocert)
BuildRequires:  golang(golang.org/x/net/http2)
BuildRequires:  golang(golang.org/x/net/http2/h2c)
BuildRequires:  golang(golang.org/x/time/rate)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/stretchr/testify/assert)
BuildRequires:  golang(github.com/stretchr/testify/require)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles


%changelog
* Thu Mar 24 2022 umeabot <umeabot> 4.4.0-2.mga9
+ Revision: 1824568
- Mageia 9 Mass Rebuild

* Sun Nov 21 2021 guillomovitch <guillomovitch> 4.4.0-1.mga9
+ Revision: 1758311
- imported package golang-github-labstack-echo-4