Blame golang-github-openapi-swag.spec

b826c64
# Generated by go2rpm
f55fff2
%ifnarch %{ix86} %{arm}
b826c64
%bcond_without check
f55fff2
%endif
b826c64
b826c64
# https://github.com/go-openapi/swag
b826c64
%global goipath         github.com/go-openapi/swag
65529bb
Version:                0.19.12
b826c64
b826c64
%gometa
b826c64
b826c64
%global common_description %{expand:
b826c64
Contains a bunch of helper functions for go-openapi and go-swagger projects.}
b826c64
b826c64
%global golicenses      LICENSE
b826c64
%global godocs          CODE_OF_CONDUCT.md README.md
b826c64
b826c64
Name:           %{goname}
11b5c99
Release:        1%{?dist}
b826c64
Summary:        Goodie bag in use in the Go-openapi projects
b826c64
b826c64
# Upstream license specification: Apache-2.0
b826c64
License:        ASL 2.0
b826c64
URL:            %{gourl}
b826c64
Source0:        %{gosource}
b826c64
b826c64
BuildRequires:  golang(github.com/mailru/easyjson/jlexer)
b826c64
BuildRequires:  golang(github.com/mailru/easyjson/jwriter)
b826c64
BuildRequires:  golang(gopkg.in/yaml.v2)
b826c64
b826c64
%if %{with check}
b826c64
# Tests
b826c64
BuildRequires:  golang(github.com/stretchr/testify/assert)
11b5c99
BuildRequires:  golang(github.com/stretchr/testify/require)
b826c64
%endif
b826c64
b826c64
%description
b826c64
%{common_description}
b826c64
b826c64
%gopkg
b826c64
b826c64
%prep
b826c64
%goprep
b826c64
b826c64
%install
b826c64
%gopkginstall
b826c64
b826c64
%if %{with check}
b826c64
%check
b826c64
%gocheck
b826c64
%endif
b826c64
b826c64
%gopkgfiles
b826c64
b826c64
%changelog
65529bb
* Mon Dec 21 09:05:39 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.19.12-1
65529bb
- Update to 0.19.12
65529bb
- Close: rhbz#1889496
65529bb
11b5c99
* Thu Jul 30 17:22:16 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.19.9-1
11b5c99
- Update to 0.19.9
11b5c99
4625c7f
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-4
4625c7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4625c7f
5b260ed
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3
5b260ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5b260ed
7c46aaf
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-2
7c46aaf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7c46aaf
b826c64
* Thu May 09 21:11:53 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.19.0-1
b826c64
- Initial package