-
Notifications
You must be signed in to change notification settings - Fork 0
/
golang-github-azure-amqp.spec
54 lines (39 loc) · 1.13 KB
/
golang-github-azure-amqp.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by go2rpm 1
%bcond_without check
# https://github.com/Azure/go-amqp
%global goipath github.com/Azure/go-amqp
Version: 1.0.5
%gometa
%global common_description %{expand:
github.com/Azure/go-amqp is an AMQP 1.0 client implementation for Go.}
%global golicenses LICENSE
%global godocs CODE_OF_CONDUCT.md CONTRIBUTING.md README.md\\\
SECURITY.md
Name: %{goname}
Release: 1%{?dist}
Summary: AMQP 1.0 client library for Go
License: MIT
URL: %{gourl}
Source0: %{gosource}
%if %{with check}
# Tests are disabled for now as github.com/stretchr/testify rebuild is a bit problematic
#BuildRequires: golang(github.com/google/go-cmp/cmp)
#BuildRequires: golang(github.com/google/go-cmp/cmp/cmpopts)
#BuildRequires: golang(github.com/fortytw2/leaktest)
#BuildRequires: golang(github.com/stretchr/testify)
%endif
%description
%{common_description}
%gopkg
%prep
%goprep
%install
%gopkginstall
%if %{with check}
%check
#%gocheck
%endif
%gopkgfiles
%changelog
* Mon May 13 2024 Martin Magr <[email protected]> - 1.0.5-1
- Fedora import