# 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 todo.go cxtx/todo.go write/todo.go Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Create, modify, and print diffs # 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 * Thu Mar 18 2021 Davide Cavalca - 0-0.1.20210318git20ebb0f - Initial package