Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > f037d4d11775565d8584ff7da643a0ff > files > 2

golang-github-jcmturner-goidentity-6.0.1-1.mga8.src.rpm

# Generated by go2rpm 1
%bcond_without check

# https://github.com/jcmturner/goidentity
%global goipath         github.com/jcmturner/goidentity
Version:                6.0.1

%gometa

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

%global golicenses      LICENSE
%global godocs          README.md v6/README.md

Name:           %{goname}
Release:        %mkrel 1
Summary:        Standard interface for holding authenticated identities and their attributes
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
* Sun Oct 25 2020 pterjan <pterjan> 6.0.1-1.mga8
+ Revision: 1639445
- Fix description and summary
- imported package golang-github-jcmturner-goidentity