Blob Blame History Raw
# Generated by go2rpm 1.3
# The tests spawn various network services and are unreliable in mock
%bcond_with check

# https://github.com/vcabbage/go-tftp
%global goipath         pack.ag/tftp
%global forgeurl        https://github.com/vcabbage/go-tftp
Version:                1.0.0

%gometa

%global common_description %{expand:
Pack.ag/tftp: Go TFTP library with full standards support.}

%global golicenses      LICENSE
%global godocs          _examples README.md

Name:           %{goname}
Release:        4%{?dist}
Summary:        Go TFTP library with full standards support

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri Jun 18 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 1.0.0-1
- Initial package