## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.8.0 %bcond_without check %global debug_package %{nil} # https://gitlab.com/cznic/cc %global goipath modernc.org/cc %global forgeurl https://gitlab.com/cznic/cc Version: 3.36.1 %global tag v3.36.1 %gometa -f %global common_description %{expand: Package CC is a C99 compiler front end.} %global golicenses LICENSE v2/headers/LICENSE-GCC-RTE-V3.1\\\ v2/headers/LICENSE-GPL-V3.txt v3/GO-LICENSE %global godocs AUTHORS README.md CONTRIBUTORS docs Name: %{goname} Release: %autorelease Summary: C99 compiler front end License: BSD-3-Clause and GPL-2.0-only and GPL-3.0-only and LGPL-2.1-only URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck -t v4 -t v5 %endif %gopkgfiles %changelog * Tue Aug 16 2022 Robert-André Mauchin 3.36.1-1 - Uncommitted changes