Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 0c12bcf15a471397d9d4dcd3b070c0fc > files > 2

golang-github-klauspost-compress-1.15.12-1.mga9.src.rpm

# Generated by go2rpm
%bcond_without check
# lower memory usage on 32-bit
%ifarch armv7hl i686
%global gotestflags -short %{gotestflags}
%endif

# https://github.com/klauspost/compress
%global goipath         github.com/klauspost/compress
Version:                1.15.12

%gometa

%global common_description %{expand:
This package is based on an optimized Deflate function, which is used by
gzip/zip/zlib packages.
 
It offers slightly better compression at lower compression settings, and up to
3x faster encoding at highest compression level.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        %mkrel 1
Summary:        Optimized compression packages
Group:          Development/Other
# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/golang/snappy)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles


%changelog
* Sat Dec 10 2022 pterjan <pterjan> 1.15.12-1.mga9
+ Revision: 1920383
- Update to 1.15.12

* Tue Aug 23 2022 guillomovitch <guillomovitch> 1.15.9-1.mga9
+ Revision: 1879576
- new version 1.15.9
+ umeabot <umeabot>
- Mageia 9 Mass Rebuild

* Wed Nov 17 2021 guillomovitch <guillomovitch> 1.13.6-1.mga9
+ Revision: 1757466
- new version 1.13.6

* Sun Nov 01 2020 pterjan <pterjan> 1.11.2-1.mga8
+ Revision: 1641384
- imported package golang-github-klauspost-compress