mirror of
https://abf.rosa.ru/djam/terraform-provider-yandex.git
synced 2025-02-23 08:42:51 +00:00
Imported from SRPM
This commit is contained in:
commit
82a372e325
2 changed files with 45 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
terraform-provider-yandex-0.75.0.tar.gz: ef54597c4cb28f1997ef8cf035bf77e4d0c51d92
|
43
terraform-provider-yandex.spec
Normal file
43
terraform-provider-yandex.spec
Normal file
|
@ -0,0 +1,43 @@
|
|||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
%define tfprovider yandex
|
||||
%ifarch x86_64 amd64
|
||||
%global goarch amd64
|
||||
%else
|
||||
%global goarch 386
|
||||
%endif
|
||||
|
||||
Name: terraform-provider-%{tfprovider}
|
||||
Version: 0.75.0
|
||||
Release: 1
|
||||
Summary: Terraform provider for VK cloud (Mail.ru Cloud Solutions)
|
||||
URL: https://github.com/yandex-cloud/%{name}
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
License: MPL-2.0
|
||||
Group: Development/Other
|
||||
BuildRequires: go >= 1.16
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
go build
|
||||
|
||||
upx %{name}
|
||||
|
||||
%install
|
||||
install -Dm0755 %{name} %{buildroot}/%{_datadir}/terraform/plugins/tf.%{tfprovider}.online/mylocal/%{tfprovider}/%{version}/linux_%{goarch}/%{name}
|
||||
|
||||
%files
|
||||
%doc README.md LICENSE
|
||||
%{_datadir}/terraform/plugins/tf.%{tfprovider}.online/mylocal/%{tfprovider}/%{version}/linux_%{goarch}/%{name}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue