Blob Blame History Raw
%global goipath         github.com/tdewolff/test
Version:                1.0.5

%gometa

Name:           %{goname}
Release:        1%{?dist}
Summary:        Go test helper functions
# Detected licences
# - Expat License at 'LICENSE.md'
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%global common_description %{expand:
Test is a helper package written in Go. It implements a few functions that are
useful for io testing, such as readers and writers that fail after N
consecutive reads/writes.}

%description %{common_description}


%package devel
Summary:       %{summary}
BuildArch:     noarch

%description devel %{common_description}

This package contains library source intended for building other packages which
use import path with %{goipath} prefix.


%prep
%forgeautosetup


%install
%goinstall


%check
%gochecks


%files devel -f devel.file-list
%doc README.md
%license LICENSE.md


%changelog
* Wed Sep 18 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.5-1
- Update to latest version

* Fri Sep 06 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.4-1
- Update to latest version

* Sun Aug 18 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.3-1
- Update to latest version

* Sun Feb 10 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.0-1
- First package for Fedora