1 |
# Generated by go2rpm 1.6.0 |
2 |
%bcond_without check |
3 |
%global debug_package %{nil} |
4 |
|
5 |
# https://github.com/go-git/go-billy |
6 |
%global goipath github.com/go-git/go-billy/v5 |
7 |
Version: 5.3.1 |
8 |
|
9 |
%gometa |
10 |
|
11 |
%global common_description %{expand: |
12 |
The missing interface filesystem abstraction for Go.} |
13 |
|
14 |
%global golicenses LICENSE |
15 |
%global godocs README.md |
16 |
|
17 |
Name: %{goname} |
18 |
Release: %mkrel 1 |
19 |
Summary: The missing interface filesystem abstraction for Go |
20 |
Group: Development/Other |
21 |
|
22 |
# Upstream license specification: Apache-2.0 |
23 |
License: ASL 2.0 |
24 |
URL: %{gourl} |
25 |
Source0: %{gosource} |
26 |
|
27 |
%description |
28 |
%{common_description} |
29 |
|
30 |
%gopkg |
31 |
|
32 |
%prep |
33 |
%goprep |
34 |
|
35 |
%generate_buildrequires |
36 |
%go_generate_buildrequires |
37 |
|
38 |
%install |
39 |
%gopkginstall |
40 |
|
41 |
%if %{with check} |
42 |
%check |
43 |
%gocheck |
44 |
%endif |
45 |
|
46 |
%gopkgfiles |