Name: lego Version: 4.2.0 Release: itix1 Summary: Let's Encrypt client and ACME library written in Go License: MIT Source0: https://github.com/go-acme/%{name}/releases/download/v%{version}/%{name}_v%{version}_linux_amd64.tar.gz ExclusiveArch: x86_64 %description Let's Encrypt client and ACME library written in Go. # Since we don't recompile from source, disable the build_id checking %global _missing_build_ids_terminate_build 0 %global _build_id_links none %global debug_package %{nil} %prep %setup -q -c %build %install install -D lego %{buildroot}/usr/local/bin/lego %files %defattr(0644, root, root, 0755) %attr(0755, root, root) /usr/local/bin/lego %changelog * Mon Feb 22 2021 Nicolas MASSE - 4.2.0-itix1 - First release