# 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.5.3 %gometa %global goaltipaths github.com/go-asn1-ber/asn1-ber %global common_description %{expand: Asn1 ber encoding / decoding library for the Go programming language.} %global golicenses LICENSE %global godocs README.md %global gosupfiles glide.lock glide.yaml Name: %{goname} Release: %autorelease Summary: Asn1 ber encoding / decoding library for the Go programming language License: MIT URL: %{gourl} Source0: %{gosource} Source1: glide.yaml Source2: glide.lock # Remove in F43 Provides: golang-gopkg-asn1-ber-1 = %{version}-%{release} Obsoletes: golang-gopkg-asn1-ber-1 < 1.5.3-8 %global godevelheader %{expand: Provides: golang-gopkg-asn1-ber-1-devel = %{version}-%{release} Obsoletes: golang-gopkg-asn1-ber-1-devel < 1.5.3-8} %description %{common_description} %gopkg %prep %goprep cp %{S:1} %{S:2} . %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog