fb177e8
# Generated by go2rpm
fb177e8
%bcond_without check
fb177e8
fb177e8
# https://github.com/go-macaron/binding
fb177e8
%global goipath         github.com/go-macaron/binding
fb177e8
%global commit          ac54ee249c27dca7e76fad851a4a04b73bd1b183
9cb7428
9cb7428
%gometa
9cb7428
fb177e8
%global common_description %{expand:
fb177e8
Package Binding is a middleware that provides request data binding and
fb177e8
validation for Macaron.}
fb177e8
fb177e8
%global golicenses      LICENSE
fb177e8
%global godocs          README.md
fb177e8
9cb7428
Name:           %{goname}
fb177e8
Version:        0
8278a71
Release:        0.3%{?dist}
fb177e8
Summary:        Middleware that provides request data binding and validation for Macaron
fb177e8
fb177e8
# Upstream license specification: Apache-2.0
9cb7428
License:        ASL 2.0
9cb7428
URL:            %{gourl}
9cb7428
Source0:        %{gosource}
9cb7428
fb177e8
BuildRequires:  golang(github.com/Unknwon/com)
9cb7428
BuildRequires:  golang(gopkg.in/macaron.v1)
fb177e8
fb177e8
%if %{with check}
fb177e8
# Tests
9cb7428
BuildRequires:  golang(github.com/smartystreets/goconvey/convey)
fb177e8
%endif
9cb7428
9cb7428
%description
fb177e8
%{common_description}
9cb7428
fb177e8
%gopkg
9cb7428
9cb7428
%prep
fb177e8
%goprep
9cb7428
9cb7428
%install
fb177e8
%gopkginstall
9cb7428
fb177e8
%if %{with check}
9cb7428
%check
fb177e8
%gocheck
fb177e8
%endif
9cb7428
fb177e8
%gopkgfiles
9cb7428
9cb7428
%changelog
8278a71
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
8278a71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8278a71
fb177e8
* Thu May 30 18:17:43 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190325gitac54ee2
fb177e8
- Update to new macros
fb177e8
9cb7428
* Mon Mar 25 2019 Nathan Scott <nathans@redhat.com> - 0-0.1.20190325gitac54ee2
9cb7428
- First package for Fedora