Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e426f33013013aa53d5268ef427fc746 > files > 2

golang-github-google-cmdtest-0.4.0-1.mga9.src.rpm

# Generated by go2rpm 1.6.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/google/go-cmdtest
%global goipath         github.com/google/go-cmdtest
Version:                0.4.0

%gometa

%global common_description %{expand:
The cmdtest package simplifies testing of command-line interfaces. It provides a
simple, cross-platform, shell-like language to express command execution. It can
compare actual output with the expected output, and can also update a file with
new "golden" output that is deemed correct.}

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

Name:           %{goname}
Release:        %mkrel 1
Summary:        Simplify testing of command-line interfaces
Group:          Development/Other

License:        Apache-2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/google/go-cmp/cmp)
BuildRequires:  golang(github.com/google/renameio)

%description
%{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles


%changelog
* Sun Sep 25 2022 guillomovitch <guillomovitch> 0.4.0-1.mga9
+ Revision: 1892202
- imported package golang-github-google-cmdtest