Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/go-asn1-ber/asn1-ber
%global goipath         gopkg.in/asn1-ber.v1
%global forgeurl        https://github.com/go-asn1-ber/asn1-ber
Version:                1.3

%gometa

%global common_description %{expand:
Asn1 ber encoding / decoding library for the Go programming language.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        3%{?dist}
Summary:        Asn1 ber encoding / decoding library for the Go programming language

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Wed Apr 17 09:09:38 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.3-3
- Update to new macros

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Mon Nov 26 2018 Fabio Valentini <decathorpe@gmail.com> - 1.3-1
- Update to version 1.3.

* Wed Oct 24 2018 Fabio Valentini <decathorpe@gmail.com> - 1.2-2
- Use autosetup instead of gosetup.

* Tue Oct 02 2018 Fabio Valentini <decathorpe@gmail.com> - 1.2-1
- Initial package for fedora.