# Generated by go2rpm 1.8.1 %bcond_without check %global debug_package %{nil} # https://github.com/zyedidia/clipper %global goipath github.com/zyedidia/clipper Version: 0.1.0 %gometa -f %global common_description %{expand: Cross-platform clipboard access in Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Cross-platform clipboard access in Go License: MIT URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep # winapi.go is under a different license, so remove it to keep our license # field simple. rm winapi.go LICENSE-EXTRA %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog