# 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: 0.7%{?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 %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jul 25 2022 Maxwell G - 0-0.6 - Remove unneeded, incorrect empty subpackage * Thu Jul 21 2022 Fedora Release Engineering - 0-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jun 18 2022 Robert-André Mauchin - 0-0.4 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Mar 18 2021 Davide Cavalca - 0-0.1.20210318git20ebb0f - Initial package