Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/shurcooL/httpgzip
%global goipath         github.com/shurcooL/httpgzip
%global commit          1c7afaae1203372ed94503bdace04778df5cf0a8

%gometa

%global common_description %{expand:
Package httpgzip provides net/http-like primitives that use gzip compression
when serving HTTP requests.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.8%{?dist}
Summary:        Net/http-like primitives that use gzip compression when serving HTTP requests

# https://github.com/shurcooL/httpgzip/issues/7
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(golang.org/x/net/http/httpguts)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

* Wed May 15 16:03:19 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20190515git1c7afaa
- Bump to commit 1c7afaae1203372ed94503bdace04778df5cf0a8

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

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.gitb1c53ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Fri Jul 06 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20180706gitb1c53ac
- Bump to commit b1c53ac65af9fd3d354d6f9ad30a0cca35e173ed

* Sat Mar 24 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20180417gitd78e9b0
- First package for Fedora