Blame golang-github-containernetworking-cni.spec

ebee837
# Generated by go2rpm
ebee837
%bcond_without check
ebee837
ebee837
# https://github.com/containernetworking/cni
ebee837
%global goipath         github.com/containernetworking/cni
ebee837
Version:                0.7.0
ebee837
ebee837
%gometa
ebee837
ebee837
%global common_description %{expand:
ebee837
CNI (Container Network Interface), a Cloud Native Computing Foundation project,
ebee837
consists of a specification and libraries for writing plugins to configure
ebee837
network interfaces in Linux containers, along with a number of supported
ebee837
plugins. CNI concerns itself only with network connectivity of containers and
ebee837
removing allocated resources when the container is deleted. Because of this
ebee837
focus, CNI has a wide range of support and the specification is simple to
ebee837
implement.}
ebee837
ebee837
%global golicenses      LICENSE
ebee837
%global godocs          CODE-OF-CONDUCT.md CONTRIBUTING.md CONVENTIONS.md\\\
ebee837
                        GOVERNANCE.md README.md RELEASING.md ROADMAP.md\\\
ebee837
                        SPEC.md Documentation
ebee837
ebee837
Name:           %{goname}
bdf4f21
Release:        3%{?dist}
ebee837
Summary:        Container Network Interface - networking for Linux containers
ebee837
ebee837
# Upstream license specification: Apache-2.0
ebee837
License:        ASL 2.0
ebee837
URL:            %{gourl}
ebee837
Source0:        %{gosource}
ebee837
ebee837
%if %{with check}
ebee837
# Tests
ebee837
BuildRequires:  golang(github.com/onsi/ginkgo)
ebee837
BuildRequires:  golang(github.com/onsi/ginkgo/extensions/table)
ebee837
BuildRequires:  golang(github.com/onsi/gomega)
ebee837
%endif
ebee837
ebee837
%description
ebee837
%{common_description}
ebee837
ebee837
%gopkg
ebee837
ebee837
%prep
ebee837
%goprep
ebee837
ebee837
%install
ebee837
%gopkginstall
ebee837
ebee837
%if %{with check}
ebee837
%check
ebee837
%gocheck
ebee837
%endif
ebee837
ebee837
%gopkgfiles
ebee837
ebee837
%changelog
bdf4f21
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
bdf4f21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bdf4f21
b70c71e
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
b70c71e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b70c71e
ebee837
* Sat May 04 23:22:57 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.7.0-1
ebee837
- Initial package