# Generated by go2rpm %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: 4%{?dist} Summary: Barcode creation lib for golang License: MIT URL: %{gourl} Source0: %{gosource} # Go 1.10 runs "go vet" by default, which triggers a few test failures. # https://github.com/boombuler/barcode/pull/37 Patch0: barcode-1.0.0-IntToRune-testfix.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 17:36:27 CEST 2019 Robert-André Mauchin - 1.0.0-4 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Robert-André Mauchin - 1.0.0-2 - Update to new Go packaging * Fri Jul 13 2018 Fedora Release Engineering - 1.0.0-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Mar 14 2018 Ed Marshall - 1.0.0-0 - Fix FTBFS, switch to release version number rather than git SHA. * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20170922git3cfea5a - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Oct 08 2017 Ed Marshall - 0-0.1.20170922git3cfea5a - First package for Fedora