Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > d33734df91fc54e431b08684c0f8b728 > files > 2

golang-github-jcmturner-dnsutils-2.0.0-3.mga9.src.rpm

# Generated by go2rpm 1
%bcond_without check

# https://github.com/jcmturner/dnsutils
%global goipath         github.com/jcmturner/dnsutils
Version:                2.0.0

%gometa

%global common_description %{expand:
DNS utils for Go.}

%global golicenses      LICENSE

Name:           %{goname}
Release:        %mkrel 3
Summary:        DNS utils for Go
Group:          Development/Other
BuildArch:      noarch
# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%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-3.mga9
+ Revision: 1821474
- Mageia 9 Mass Rebuild

* Wed Nov 10 2021 guillomovitch <guillomovitch> 2.0.0-2.mga9
+ Revision: 1755699
- rebuild for mageia 9

* Sun Oct 25 2020 pterjan <pterjan> 2.0.0-1.mga8
+ Revision: 1639446
- Fix description and summary
- imported package golang-github-jcmturner-dnsutils


* Sun Oct 25 21:05:25 UTC 2020 Pascal Terjan <pterjan@mageia.org> - 2.0.0-1
- Initial package