# Generated by go2rpm %bcond_without check # https://github.com/kubernetes-sigs/structured-merge-diff %global goipath sigs.k8s.io/structured-merge-diff %global forgeurl https://github.com/kubernetes-sigs/structured-merge-diff %global commit ea680f03cc65bf63b4af9496187dccccc3c8c497 %gometa %global common_description %{expand: This package contains code which implements the Kubernetes "apply" operation.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md RELEASE.md code-of-\\\ conduct.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Test cases and implementation for "server-side apply" # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(gopkg.in/yaml.v2) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 10 13:24:17 CEST 2019 Robert-André Mauchin - 0-0.1.20190510gitea680f0 - Initial package