## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.19.0 # https://github.com/superfly/flyctl %global goipath github.com/superfly/flyctl Version: 0.4.54 %global tag v0.4.54 %global commit 2170ae9d9a3fedb8f55eb4598659452f876bae4d %gometa -L -f Name: flyctl Release: %autorelease Summary: Command line tools for fly.io services # Generated by go-vendor-tools License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND LicenseRef-scancode-unknown-license-reference AND LicenseRef-scancode-warranty-disclaimer AND MIT AND MPL-2.0 AND Unlicense URL: %{gourl} Source0: %{gosource} # Generated by go-vendor-tools Source1: %{archivename}-vendor.tar.bz2 Source2: go-vendor-tools.toml BuildRequires: go-vendor-tools %description Command line tools for fly.io services. %prep %goprep -p1 tar -xf %{S:1} %generate_buildrequires %go_vendor_license_buildrequires -c %{S:2} %build %global gomodulesmode GO111MODULE=on %gobuild -o %{gobuilddir}/bin/flyctl %{goipath} mkdir comp_gen %{gobuilddir}/bin/flyctl completion bash > comp_gen/flyctl %{gobuilddir}/bin/flyctl completion fish > comp_gen/flyctl.fish %{gobuilddir}/bin/flyctl completion zsh > comp_gen/_flyctl %install %go_vendor_license_install -c %{S:2} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ install -m 0644 -vpDt %{buildroot}%{bash_completions_dir} comp_gen/flyctl install -m 0644 -vpDt %{buildroot}%{fish_completions_dir} comp_gen/flyctl.fish install -m 0644 -vpDt %{buildroot}%{zsh_completions_dir} comp_gen/_flyctl %files -f %{go_vendor_license_filelist} %doc CONTRIBUTING.md README.md building.md %doc scripts/changelog.sh %{_bindir}/flyctl %{bash_completions_dir}/flyctl %{fish_completions_dir}/flyctl.fish %{zsh_completions_dir}/_flyctl %changelog ## START: Generated by rpmautospec * Sat May 23 2026 Mike Rochefort - 0.4.54-1 - Uncommitted changes * Thu Jun 13 2024 Mike Rochefort - 0.2.69-1 - Update flyctl to v0.2.69 * Sun Mar 24 2024 Mike Rochefort - 0.2.23-1 - Update flyctl to v0.2.23 * Thu Feb 22 2024 Mike Rochefort - 0.2.9-1 - Update flyctl to v0.2.9 * Sat Dec 02 2023 Mike Rochefort - 0.1.128-1 - Update flyctl to v0.1.128 * Sun Oct 15 2023 Mike Rochefort - 0.1.108-1 - Update flyctl to v0.1.108 * Wed May 31 2023 Mike Rochefort - 0.1.2-1 - Update flyctl to v0.1.2 * Tue Mar 28 2023 Mike Rochefort - 0.0.499-1 - Update flyctl to v0.0.499 * Sun Mar 05 2023 Mike Rochefort - 0.0.475-1 - Update flyctl to v0.0.475 * Sat Feb 11 2023 Mike Rochefort - 0.0.456-1 - Update flyctl to v0.0.456 * Mon Nov 21 2022 Mike Rochefort - 0.0.433-1 - Update flyctl to v0.0.433 * Mon Oct 31 2022 Mike Rochefort - 0.0.424-1 - Update flyctl to v0.0.424 * Sun Oct 16 2022 Mike Rochefort - 0.0.413-1 - Update flyctl to v0.0.413 * Sat Oct 08 2022 Mike Rochefort - 0.0.406-1 - Update flyctl to v0.0.406 and provides generator - Adjust README for script usage and packages - Provides generator now automatically detects the package module path from go.mod * Sat Oct 01 2022 Mike Rochefort - 0.0.402-1 - Update flyctl to v0.0.402 * Thu Sep 29 2022 Mike Rochefort - 0.0.399-1 - Update flyctl to v0.0.399 * Tue Sep 27 2022 Mike Rochefort - 0.0.398-1 - Update flyctl to v0.0.398 * Tue Sep 27 2022 Mike Rochefort - 0.0.397-1 - Update flyctl to v0.0.397 * Sat Sep 24 2022 Mike Rochefort - 0.0.396-1 - Update flyctl to v0.0.396 * Thu Sep 22 2022 Mike Rochefort - 0.0.395-2 - flyctl - disable help descriptions * Thu Sep 22 2022 Mike Rochefort - 0.0.395-1 - Add flyctl v0.0.395 and update provides script - Script now properly handles localized dependencies using "=>". ## END: Generated by rpmautospec