Files
golang-github-letsencrypt-b…/golang-github-letsencrypt-borp.spec
2025-01-19 14:06:14 +01:00

58 lines
1.0 KiB
RPMSpec

# Generated by go2rpm 1.15.0
%bcond check 1
%bcond bootstrap 0
%global debug_package %{nil}
%if %{with bootstrap}
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
%endif
# https://github.com/letsencrypt/borp
%global goipath github.com/letsencrypt/borp
%global commit a78493c6e2bd4b51cb95d739e875af9ab9491d8b
%gometa -f
%global common_description %{expand:
Boulder's version of go-gorp/gorp.}
%global golicenses LICENSE
%global godocs CONTRIBUTING.md README.md
Name: golang-github-letsencrypt-borp
Version: 0
Release: %autorelease -p
Summary: Boulder's version of go-gorp/gorp
License: MIT
URL: %{gourl}
Source: %{gosource}
%description %{common_description}
%gopkg
%prep
%goprep -A
%autopatch -p1 -q
%if %{without bootstrap}
%generate_buildrequires
%go_generate_buildrequires
%endif
%install
%gopkginstall
%if %{without bootstrap}
%if %{with check}
%check
%gocheck
%endif
%endif
%gopkgfiles
%changelog
%autochangelog