## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # Generated by go2rpm 1.5.0 %bcond_without check # https://github.com/itchyny/gojq %global goipath github.com/itchyny/gojq Version: 0.12.8 %gometa %global goname gojq %global common_description %{expand: Pure Go implementation of jq.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: %autorelease Summary: Pure Go implementation of jq License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %build %gobuild -o %{gobuilddir}/cmd/%{name} %{goipath}/cmd/%{name} %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/cmd/%{name} %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE %doc CHANGELOG.md README.md %{_bindir}/%{name} %gopkgfiles %changelog * Sat Jun 18 2022 Robert-André Mauchin 0.12.8-3 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Fri Jun 17 2022 Robert-André Mauchin 0.12.8-2 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Wed Jun 01 2022 Mikel Olasagasti Uranga 0.12.8-1 - Update to 0.12.8 - Closes rhbz#2092633 * Wed Mar 02 2022 Mikel Olasagasti Uranga 0.12.7-1 - Update to 0.12.7 - Closes rhbz#2059796 * Thu Jan 20 2022 Fedora Release Engineering 0.12.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Dec 07 2021 Mikel Olasagasti Uranga 0.12.6-1 - Initial package - Fixes rhbz#2009498