Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/emicklei/go-restful-swagger12
%global goipath         github.com/emicklei/go-restful-swagger12
Version:                1.0.1
%global tag             1.0.1

%gometa

%global common_description %{expand:
Swagger 1.2 extension to the Go-restful package.}

%global golicenses      LICENSE
%global godocs          CHANGES.md README.md

Name:           %{goname}
Release:        4%{?dist}
Summary:        Swagger 1.2 extension to the Go-restful package

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/emicklei/go-restful)
BuildRequires:  golang(github.com/emicklei/go-restful/log)

%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> - 1.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

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

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

* Fri May 10 22:48:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.1-1
- Initial package