Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > by-pkgid > bcab71e9226b9611502b1fed197aa419 > files > 2

golang-github-pkg-diff-0-2.mga9.src.rpm

# Generated by go2rpm 1.3
%bcond_without check

# https://github.com/pkg/diff
%global goipath         github.com/pkg/diff
%global commit          20ebb0f2a09e612109b224b32f79370409108bcc

%gometa

%global common_description %{expand:
Module github.com/pkg/diff can be used to create, modify, and print diffs.

The top level package, diff, contains convenience functions for the most common
uses.

The subpackages provide very fine-grained control over every aspect:
- myers: creates diffs using the Myers diff algorithm.
- edit: contains the core diff data types.
- ctxt: provides tools to reduce the amount of context in a diff.
- write: provides routines to write diffs in standard formats.}

%global golicenses      LICENSE
%global godocs          readme.md

Name:           %{goname}
Version:        0
Release:        %mkrel 2
Summary:        Create, modify, and print diffs
Group:          Development/Other
# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%files
%gopkgfiles


%changelog
* Tue Mar 15 2022 umeabot <umeabot> 0-2.mga9
+ Revision: 1794127
- Mageia 9 Mass Rebuild
+ guillomovitch <guillomovitch>
- rebuild for mageia 9

* Sun Oct 10 2021 guillomovitch <guillomovitch> 0-0.2.mga9
+ Revision: 1750435
+ rebuild (emptylog)

* Sun Oct 10 2021 guillomovitch <guillomovitch> 0-0.1.mga9
+ Revision: 1750430
- imported package golang-github-pkg-diff