# Generated by go2rpm 1.19.0 %bcond check 1 # https://github.com/basecamp/once %global goipath github.com/basecamp/once Version: 0.1.2 %gometa -L -f Name: once Release: %autorelease Summary: Easy self-hosting for Docker-based web apps # Generated by go-vendor-tools License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT URL: %{gourl} Source0: %{gosource} # Generated by go-vendor-tools Source1: %{archivename}-vendor.tar.bz2 Source2: go-vendor-tools.toml BuildRequires: go-vendor-tools %description Easy self-hosting for Docker-based web apps. %prep %goprep -p1 rm -rf installer tar -xf %{S:1} %generate_buildrequires %go_vendor_license_buildrequires -c %{S:2} %build %global gomodulesmode GO111MODULE=on export GO_LDFLAGS="-X github.com/basecamp/once/internal/version.Version=%{version}" for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install %go_vendor_license_install -c %{S:2} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %check %go_vendor_license_check -c %{S:2} %if %{with check} %gocheck2 -t %{goipath}/integration %endif %files -f %{go_vendor_license_filelist} %doc AGENTS.md README.md %{_bindir}/once %changelog %autochangelog