summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2023-07-21 17:17:38 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2023-07-21 17:17:38 +0000
commit0d11551968c612886010fb93dc1da85426143d56 (patch)
tree6d0346455c39ba2cff2a832a449a2e0299226155
parent242bcc164c18e3b7e9cdb59379a5399cd053607d (diff)
automatic import of golang-github-sacloud-httpHEADmasterf38f37
-rw-r--r--.gitignore1
-rw-r--r--golang-github-sacloud-http.spec47
-rw-r--r--sources1
3 files changed, 49 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..2f8aabe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
new file mode 100644
index 0000000..485e78a
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+df821af0f50278abcfdd8067a2b976d5 go-http-0.1.6.tar.gz