diff options
author | baude <bbaude@redhat.com> | 2018-04-25 11:50:28 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-25 19:19:57 +0000 |
commit | d7acf72688e081a0793c3f083a17b26250923227 (patch) | |
tree | 92a557bda3a8d56f61635760678e318717a004ac /vendor/github.com/varlink/go/golang-github-varlink-go.spec | |
parent | aa247f950c73e164486ac5f9f0c0d0d1b418de6a (diff) | |
download | podman-d7acf72688e081a0793c3f083a17b26250923227.tar.gz podman-d7acf72688e081a0793c3f083a17b26250923227.tar.bz2 podman-d7acf72688e081a0793c3f083a17b26250923227.zip |
Latest revendoring deleted the cmd dir in varlink
Signed-off-by: baude <bbaude@redhat.com>
Closes: #672
Approved by: baude
Diffstat (limited to 'vendor/github.com/varlink/go/golang-github-varlink-go.spec')
-rw-r--r-- | vendor/github.com/varlink/go/golang-github-varlink-go.spec | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/vendor/github.com/varlink/go/golang-github-varlink-go.spec b/vendor/github.com/varlink/go/golang-github-varlink-go.spec new file mode 100644 index 000000000..85f5d1788 --- /dev/null +++ b/vendor/github.com/varlink/go/golang-github-varlink-go.spec @@ -0,0 +1,44 @@ +%global goipath github.com/varlink/go +Version: 0 +%gometa + +Name: %{goname} +Release: 1%{?dist} +Summary: Go bindings for varlink +License: ASL 2.0 +URL: %{gourl} +Source0: %{gosource} + +%description +Native Go bindings for the varlink protocol. + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel +%{summary} + +This package contains library source intended for +building other packages which use import path with +%{gobaseipath} prefix. + +%prep +%forgesetup + +%build +%gobuildroot + +%install +gofiles=$(find . %{gofindfilter} -print) +%goinstall $gofiles + +%check + +%files devel -f devel.file-list +%license LICENSE +%doc README.md + +%changelog +* Tue Mar 20 2018 <info@varlink.org> 0-1 +- Version 0 |