Files
golang-github-secure-system…/golang-github-secure-systems-lab-securesystemslib.spec
T
2025-01-18 22:47:34 +01:00

59 lines
1.2 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/secure-systems-lab/go-securesystemslib
%global goipath github.com/secure-systems-lab/go-securesystemslib
Version: 0.7.0
%global tag v0.7.0
%gometa -f
%global common_description %{expand:
Cryptographic and general-purpose routines for Golang Secure Systems Lab
projects at NYU.}
%global golicenses LICENSE
%global godocs README.md
Name: golang-github-secure-systems-lab-securesystemslib
Release: %autorelease
Summary: Cryptographic and general-purpose routines for Golang Secure Systems Lab projects at NYU
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