diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-07-21 17:17:38 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-07-21 17:17:38 +0000 |
commit | 0d11551968c612886010fb93dc1da85426143d56 (patch) | |
tree | 6d0346455c39ba2cff2a832a449a2e0299226155 | |
parent | 242bcc164c18e3b7e9cdb59379a5399cd053607d (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | golang-github-sacloud-http.spec | 47 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 49 insertions, 0 deletions
@@ -0,0 +1 @@ +/go-http-0.1.6.tar.gz diff --git a/golang-github-sacloud-http.spec b/golang-github-sacloud-http.spec new file mode 100644 index 0000000..63aa073 --- /dev/null +++ b/golang-github-sacloud-http.spec @@ -0,0 +1,47 @@ +# Generated by go2rpm 1.9.0 +%bcond_without check +%global debug_package %{nil} + +# https://github.com/sacloud/go-http +%global goipath github.com/sacloud/go-http +Version: 0.1.6 + +%gometa -f + +%global common_description %{expand: +HTTP client library for SAKURA cloud in Go.} + +%global golicenses LICENSE includes/LICENSE +%global godocs AUTHORS README.md includes/AUTHORS includes/README.md + +Name: %{goname} +Release: %autorelease +Summary: HTTP client library for SAKURA cloud in Go + +License: Apache-2.0 +URL: %{gourl} +Source: %{gosource} + +%description %{common_description} + +%gopkg + +%prep +%goprep +%autopatch -p1 + +%generate_buildrequires +%go_generate_buildrequires + +%install +%gopkginstall + +%if %{with check} +%check +%gocheck +%endif + +%gopkgfiles + +%changelog +%autochangelog @@ -0,0 +1 @@ +df821af0f50278abcfdd8067a2b976d5 go-http-0.1.6.tar.gz |