Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/go-macaron/gzip
%global goipath         github.com/go-macaron/gzip
%global commit          98214d7a897eccc299b8816a0e8b6935153547d6

%gometa

%global common_description %{expand:
Package Gzip is a middleware that provides Gzip compress to responses for
Macaron.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.8%{?dist}
Summary:        Middleware that provides Gzip compress to responses for Macaron

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/klauspost/compress/gzip)
BuildRequires:  golang(gopkg.in/macaron.v1)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/smartystreets/goconvey/convey)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Sun Jan 10 12:17:20 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.7.20210110git98214d7
- Bump to commit 98214d7a897eccc299b8816a0e8b6935153547d6

* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6
- Second attempt - Rebuilt for
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

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

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

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

* Fri May 31 19:34:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190325gitcad1c65
- Update to new macros

* Mon Mar 25 2019 Nathan Scott <nathans@redhat.com> - 0-0.1.20190325gitcad1c65
- First package for Fedora