Sophie

Sophie

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

golang-gopkg-jcmturner-goidentity-2-2.0.0-2.mga9.src.rpm

# Generated by go2rpm 1
%bcond_without check

# https://github.com/jcmturner/goidentity
%global goipath         gopkg.in/jcmturner/goidentity.v2
%global forgeurl        https://github.com/jcmturner/goidentity
Version:                2.0.0

%gometa

%global common_description %{expand:
Standard interface for holding authenticated identities and their attributes.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        %mkrel 2
Summary:        Standard interface for holding authenticated identities
Group:          Development/Other
BuildArch:      noarch

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/hashicorp/go-uuid)

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles


%changelog
* Wed Mar 23 2022 umeabot <umeabot> 2.0.0-2.mga9
+ Revision: 1821334
- Mageia 9 Mass Rebuild

* Sat Mar 14 2020 guillomovitch <guillomovitch> 2.0.0-1.mga8
+ Revision: 1556291
- imported package golang-gopkg-jcmturner-goidentity-2


* Thu Feb 20 20:43:19 EST 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.0-1
- Initial package