Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > c00b82d67ec0fcdf08304007d677b04f > files > 2

golang-github-ugorji-1.2.8-1.mga9.src.rpm

# Generated by go2rpm
%bcond_without check

# https://github.com/ugorji/go
%global goipath         github.com/ugorji/go
Version:                1.2.8

%gometa

%global common_description %{expand:
Package Codec provides a High Performance, Feature-Rich Idiomatic Go 1.4+
codec/encoding library for binc, msgpack, cbor, json.}

%global golicenses      LICENSE
%global godocs          msgpack.org.md README.md

Name:           %{goname}
Release:        %mkrel 1
Summary:        Idiomatic codec and rpc lib for msgpack, cbor, json, etc
Group:          Development/Other
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}
BuildRequires:  golang(golang.org/x/tools/go/packages)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck -d codec/bench
%endif

%gopkgfiles



%changelog
* Mon May 08 2023 pterjan <pterjan> 1.2.8-1.mga9
+ Revision: 1956251
- Update to 1.2.8 to fix tests

* Sat Sep 24 2022 guillomovitch <guillomovitch> 1.2.7-1.mga9
+ Revision: 1891950
- new version 1.2.7

* Tue Apr 05 2022 umeabot <umeabot> 1.2.3-2.mga9
+ Revision: 1844626
- Mageia 9 Mass Rebuild

* Sun Nov 14 2021 guillomovitch <guillomovitch> 1.2.3-1.mga9
+ Revision: 1756375
- new version 1.2.3

* Tue Dec 29 2020 pterjan <pterjan> 1.2.2-1.mga8
+ Revision: 1665106
- Fix summary
- Mageiaize
- imported package golang-github-ugorji