## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %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.9.0 %bcond_with check %global debug_package %{nil} # https://github.com/moby/vpnkit %global goipath github.com/moby/vpnkit Version: 0.5.0 %global commit 6a5c3c5cb0229a4982dad82207863299207bdf06 %gometa %global common_description %{expand: A toolkit for embedding VPN capabilities in your application.} %global golicenses LICENSE scripts/licenses.ml %global godocs docs CONTRIBUTING.md README.md CHANGES.md\\\ go/cmd/vpnkit-iptables-wrapper/README.md\\\ src/forwarder/README.md reports/2017-04-23.md\\\ reports/2017-04-30.md reports/2017-05-14.md\\\ reports/2017-05-07.md reports/2017-06-04.md\\\ reports/2017-05-28.md Name: %{goname} Release: %autorelease Summary: A toolkit for embedding VPN capabilities in your application License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 24 2023 John Doe - 0.5.0-1 - Uncommitted changes