Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > 5b11e4f61665a54e0627a042fa15281b > files > 3

golang-github-git-gcfg-1.5.0-1.mga9.src.rpm

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

# https://github.com/go-git/gcfg
%global goipath         github.com/go-git/gcfg
Version:                1.5.0

%gometa

%global common_description %{expand:
Go-gcfg/gcfg fork for usage in go-git/go-git.}

%global golicenses      LICENSE
%global godocs          README

Name:           %{goname}
Release:        %mkrel 1
Summary:        Go-gcfg/gcfg fork for usage in go-git/go-git
Group:          Development/Other

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}
# Fix tests, backported to fork
Patch0:         https://github.com/go-gcfg/gcfg/commit/f52d3f482a436943be3dabf712d76d30cde3708b.patch

%description
%{common_description}

%gopkg

%prep
%goprep
%patch0 -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

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

%gopkgfiles


%changelog
* Sat Apr 29 2023 guillomovitch <guillomovitch> 1.5.0-1.mga9
+ Revision: 1955335
- imported package golang-github-git-gcfg