Blame golang-github-smartystreets-gunit.spec

814e660
# Generated by go2rpm
814e660
%bcond_without check
814e660
814e660
# https://github.com/smartystreets/gunit
814e660
%global goipath         github.com/smartystreets/gunit
814e660
Version:                1.2.0
814e660
%global tag             1.2.0
814e660
814e660
%gometa
814e660
814e660
%global common_description %{expand:
814e660
xUnit-style test fixture adapter for Go test.}
814e660
814e660
%global golicenses      LICENSE.md
814e660
%global godocs          CONTRIBUTING.md README.md advanced_examples basic_examples
814e660
814e660
Name:           %{goname}
ae7b640
Release:        3%{?dist}
814e660
Summary:        xUnit-style test fixture adapter for Go test
814e660
814e660
License:        MIT
814e660
URL:            %{gourl}
814e660
Source0:        %{gosource}
814e660
# https://github.com/smartystreets/gunit/pull/20
814e660
Patch0:         0001-Fix-missing-ellipsis-in-args-forwarded-to-printf-lik.patch
814e660
814e660
%if %{with check}
814e660
# Tests
814e660
BuildRequires:  golang(github.com/smartystreets/assertions)
814e660
BuildRequires:  golang(github.com/smartystreets/assertions/should)
814e660
%endif
814e660
814e660
%description
814e660
%{common_description}
814e660
814e660
%gopkg
814e660
814e660
%prep
814e660
%goprep
814e660
%patch0 -p1
814e660
814e660
%install
814e660
%gopkginstall
814e660
814e660
%if %{with check}
814e660
%check
814e660
%gocheck
814e660
%endif
814e660
814e660
%gopkgfiles
814e660
814e660
%changelog
ae7b640
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
ae7b640
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ae7b640
d261922
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
d261922
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d261922
814e660
* Fri Apr 26 23:16:05 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-1
814e660
- Initial package