Blame golang-github-gorilla-csrf.spec

06b5f3b
# Generated by go2rpm 1
06b5f3b
%bcond_without check
06b5f3b
06b5f3b
# https://github.com/gorilla/csrf
06b5f3b
%global goipath         github.com/gorilla/csrf
d9ea9dd
Version:                1.7.0
06b5f3b
06b5f3b
%gometa
06b5f3b
06b5f3b
%global common_description %{expand:
06b5f3b
Gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware
06b5f3b
for Go web applications & services.}
06b5f3b
06b5f3b
%global golicenses      LICENSE
06b5f3b
%global godocs          AUTHORS README.md
06b5f3b
06b5f3b
Name:           %{goname}
fd766c1
Release:        2%{?dist}
06b5f3b
Summary:        Cross Site Request Forgery (CSRF) prevention middleware
06b5f3b
06b5f3b
# Upstream license specification: BSD-3-Clause
06b5f3b
License:        BSD
06b5f3b
URL:            %{gourl}
06b5f3b
Source0:        %{gosource}
06b5f3b
06b5f3b
BuildRequires:  golang(github.com/gorilla/securecookie)
06b5f3b
BuildRequires:  golang(github.com/pkg/errors)
06b5f3b
06b5f3b
%description
06b5f3b
%{common_description}
06b5f3b
06b5f3b
%gopkg
06b5f3b
06b5f3b
%prep
06b5f3b
%goprep
06b5f3b
06b5f3b
%install
06b5f3b
%gopkginstall
06b5f3b
06b5f3b
%if %{with check}
06b5f3b
%check
06b5f3b
%gocheck
06b5f3b
%endif
06b5f3b
06b5f3b
%gopkgfiles
06b5f3b
06b5f3b
%changelog
fd766c1
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
fd766c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fd766c1
d9ea9dd
* Mon Jul 27 17:10:19 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.7.0-1
d9ea9dd
- Update to 1.7.0
d9ea9dd
2c7db09
* Tue Feb 18 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.6.2-1
2c7db09
- Update to latest version
2c7db09
09ef503
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
09ef503
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
09ef503
06b5f3b
* Sun Aug 04 16:54:56 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.6.0-1
06b5f3b
- Initial package