Blob Blame History Raw
# Generated by go2rpm 1
%bcond_without check

# https://github.com/pkg/browser
%global goipath         github.com/pkg/browser
%global commit          0a3d74bf9ce488f035cf5bc36f753a711bc74334

%gometa

%global common_description %{expand:
Helpers to open files, readers, and urls in a browser}

%global golicenses      LICENSE
%global godocs          examples README.md

Name:           %{goname}
Version:        0
Release:        0.3%{?dist}
Summary:        Helpers to open files, readers, and urls in a browser

# Upstream license specification: BSD-2-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Sun Nov 17 08:12:10 UTC 2019 Thomas Drake-Brockman <thom@sfedb.com> - 0-0.1.20191117git0a3d74b
- Initial package