Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/rsc/qr
%global goipath         rsc.io/qr
%global forgeurl        https://github.com/rsc/qr
Version:                0.2.0

%gometa

%global common_description %{expand:
Golang generator of QR codes.}

%global godocs        README.md
%global golicenses    LICENSE
%global godevelheader %{expand:
Requires:       pkgconfig(libqrencode)
}

Name:           %{goname}
Release:        3%{?dist}
Summary:        Golang generator of QR codes

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

BuildRequires:  pkgconfig(libqrencode)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Wed Jun 12 21:28:42 EDT 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.0-1
- Initial package