# Generated by go2rpm %bcond_without check # https://github.com/pborman/getopt %global goipath github.com/pborman/getopt Version: 2.1.0 %gometa %global common_description %{expand: Package Getopt provides traditional getopt processing for implementing commands that use traditional command lines. The standard Go flag package cannot be used to write a program that parses flags the way ls or ssh does, for example.} %global golicenses LICENSE %global godocs AUTHORS CONTRIBUTING.md README.md Name: %{goname} Release: 2%{?dist} Summary: Getopt style option parsing for Go # 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 * Tue Jan 26 2021 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Dec 21 10:29:36 CET 2020 Robert-André Mauchin - 2.1.0-1 - Update to 2.1.0 - Close: rhbz#1873741 * Sat Aug 01 2020 Fedora Release Engineering - 0-0.5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 15 00:38:36 CEST 2019 Robert-André Mauchin - 0-0.1.20190630gitee0cd42 - Initial package