# Generated by go2rpm 1.3 %bcond_without check # https://git.sr.ht/~sircmpwn/getopt %global goipath git.sr.ht/~sircmpwn/getopt Version: 1.0.0 %global tag v%{version} %gometa %global common_description %{expand: A POSIX-compatible getopt implementation for Go, because POSIX getopt is The Correct Way to interpret arguments to command line utilities.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: POSIX-compatible getopt implementation for Go License: BSD-3-Clause URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Dec 09 09:56:30 CET 2020 Robert-André Mauchin - 0-0.1.20201209git23622cc - Initial package