Name: scw Version: 2.4.0 Release: 1%{?dist} Summary: Scaleway CLI License: Apache License 2.0 URL: https://github.com/scaleway/scaleway-cli Source0: https://github.com/scaleway/scaleway-cli/archive/refs/tags/v%{version}.tar.gz %if 0%{?suse_version} BuildRequires: go git %else BuildRequires: golang git %endif Provides: %{name} = %{version} %description Scaleway CLI %global debug_package %{nil} %prep %autosetup -n scaleway-cli-%{version} %build export CGO_ENABLED=0 LDFLAGS="-w -extldflags -static" GOOS=linux GOARCH=amd64 go build -ldflags "${LDFLAGS}" -o %{name} cmd/scw/main.go %install install -Dpm 0755 %{name} %{buildroot}%{_bindir}/%{name} %files %{_bindir}/%{name} %changelog * Thu Jan 27 2022 root - First release