File terraform.spec of Package terraform.30390
#
# spec file for package terraform
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: terraform
Version: 0.13.4
Release: 0
Summary: Tool for building infrastructure safely and efficiently
License: MPL-2.0
Group: System/Management
URL: https://www.terraform.io/
Source: %{name}-%{version}.tar.xz
Source99: terraform-rpmlintrc
Patch: fix-error-string-matching-in-test.patch
BuildRequires: golang-packaging
BuildRequires: xz
BuildRequires: golang(API) >= 1.14
# See: https://github.com/hashicorp/terraform/issues/22807
ExcludeArch: %{ix86}
%{go_nostrip}
%{go_provides}
%description
Terraform is a tool for building, changing, and versioning infrastructure
safely and efficiently. Terraform can manage existing and popular service
providers as well as custom in-house solutions.
%prep
%setup -q
%patch -p1
%build
export GOFLAGS=-mod=vendor
%{goprep} github.com/hashicorp/terraform
%{gobuild} .
%check
export GOFLAGS=-mod=vendor
%{gotest} github.com/hashicorp/terraform/...
%install
%{goinstall}
rm -rf %{buildroot}/%{_libdir}/go/contrib
%files
%license LICENSE
%doc CHANGELOG.md README.md
%{_bindir}/%{name}
%changelog