# Generated by go2rpm 1.3 %bcond_without check # https://github.com/boombuler/barcode %global goipath github.com/boombuler/barcode Version: 1.0.0 %gometa %global common_description %{expand: This is a package for GO which can be used to create different types of barcodes.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: A barcode creation lib for Golang License: MIT URL: %{gourl} Source0: %{gosource} # Correct a few format string issues Patch0: 0001-Correct-a-few-format-string-issues.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Dec 22 12:34:23 CET 2020 Robert-André Mauchin - 1.0.0-1 - Initial package