# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/rekby/gpt
%global goipath         github.com/rekby/gpt
%global commit          7da10aec5566349f29875dad4a59c8341b01e00a

%gometa

%global common_description %{expand:
Library for direct work with GPT table.}

%global golicenses      LICENSE.txt
%global godocs          README.txt

Name:           %{goname}
Version:        0
Release:        0.4%{?dist}
Summary:        Library for direct work with GPT table

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> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

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

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

* Fri Jun 18 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0-0.1.20210618git7da10ae
- Initial package