Blame golang-github-bfirsh-funker.spec

9d12674
# Generated by go2rpm
955d96e
%ifnarch s390x
9d12674
%bcond_without check
955d96e
%endif
9d12674
9d12674
# https://github.com/bfirsh/funker-go
9d12674
%global goipath         github.com/bfirsh/funker-go
9d12674
%global commit          eaa0a2e06f30e72c9a0b7f858951e581e26ef773
9d12674
9d12674
%gometa
9d12674
9d12674
%global common_description %{expand:
9d12674
A Go implementation of Funker.}
9d12674
9d12674
%global golicenses      LICENSE
9d12674
%global godocs          README.md
9d12674
9d12674
Name:           %{goname}
9d12674
Version:        0
6ec827e
Release:        0.4%{?dist}
9d12674
Summary:        Funker for Go
9d12674
9d12674
# Upstream license specification: Apache-2.0
9d12674
License:        ASL 2.0
9d12674
URL:            %{gourl}
9d12674
Source0:        %{gosource}
9d12674
9d12674
%if %{with check}
9d12674
# Tests
9d12674
BuildRequires:  golang(github.com/stretchr/testify/assert)
9d12674
%endif
9d12674
9d12674
%description
9d12674
%{common_description}
9d12674
9d12674
%gopkg
9d12674
9d12674
%prep
9d12674
%goprep
9d12674
9d12674
%install
9d12674
%gopkginstall
9d12674
9d12674
%if %{with check}
9d12674
%check
9d12674
%gocheck
9d12674
%endif
9d12674
9d12674
%gopkgfiles
9d12674
9d12674
%changelog
6ec827e
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
6ec827e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6ec827e
06b9641
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
06b9641
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
06b9641
f4864b5
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
f4864b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f4864b5
9d12674
* Sat May 04 21:44:42 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190627giteaa0a2e
9d12674
- Initial package