Sophie

Sophie

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

golang-github-git-5-5.4.2-1.mga9.src.rpm

# Generated by go2rpm 1.6.0
# Needs network access to Github
%bcond_with check
%global debug_package %{nil}

# https://github.com/go-git/go-git
%global goipath         github.com/go-git/go-git/v5
Version:                5.4.2
%global commit          bc1f419cebcf7505db31149fa459e9e3f8260e00

%gometa

%global common_description %{expand:
A highly extensible Git implementation in pure Go.}

%global golicenses      LICENSE
%global godocs          CODE_OF_CONDUCT.md COMPATIBILITY.md\\\
                        CONTRIBUTING.md README.md

Name:           %{goname}
Release:        %mkrel 1
Summary:        A highly extensible Git implementation in pure Go
Group:          Development/Other

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%package        doc
Summary:        Documentation for %goipath
BuildArch:      noarch

%description -n %{goname}-doc
%{common_description}

Documentation for %goipath

%gopkg

%prep
%goprep
# No testdata packed
rm -rfv plumbing/transport/ssh/auth_method_test.go

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles

%files doc
%license LICENSE
%doc _examples


%changelog
* Sat Apr 29 2023 guillomovitch <guillomovitch> 5.4.2-1.mga9
+ Revision: 1955404
- imported package golang-github-git-5