File rubygem-aspera-cli.spec of Package rubygem-aspera-cli
#
# spec file for package rubygem-aspera-cli
#
# Copyright (c) 2025 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/
#
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#
Name: rubygem-aspera-cli
Version: 4.24.1
Release: 0
%define mod_name aspera-cli
%define mod_full_name %{mod_name}-%{version}
# MANUAL
%if 0%{?suse_version} >= 1600
%define rb_build_versions %{rb_default_ruby}
%define rb_build_ruby_abis %{rb_default_ruby_abi}
%else
%define rb_build_versions %{discourse_rb_build_versions}
%define rb_build_ruby_abis %{discourse_rb_build_abi}
%endif
BuildRequires: %{rubygem blankslate:3 >= 3.1}
BuildRequires: %{rubygem csv:3 >= 3}
BuildRequires: %{rubygem execjs:2 >= 2}
BuildRequires: %{rubygem jwt:2 >= 2.0}
BuildRequires: %{rubygem mime-types:3 >= 3.5}
BuildRequires: %{rubygem net-ssh:7 >= 7.3}
BuildRequires: %{rubygem rainbow:3 >= 3.0}
BuildRequires: %{rubygem ruby-progressbar:1 >= 1.0}
BuildRequires: %{rubygem rubyzip:3 >= 3.1}
BuildRequires: %{rubygem terminal-table:4 >= 4.0}
BuildRequires: %{rubygem tty-spinner:0 >= 0.9}
BuildRequires: %{rubygem vault:0 >= 0.18}
BuildRequires: %{rubygem webrick:1 >= 1.7}
BuildRequires: %{rubygem websocket:1 >= 1.2}
BuildRequires: %{rubygem word_wrap:1 >= 1.0}
BuildRequires: %{rubygem xml-simple:1 >= 1.0}
# help the scheduler
BuildRequires: %{rubygem unicode-display_width:3}
# /MANUAL
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 3.1}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: update-alternatives
URL: https://github.com/IBM/aspera-cli
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Execute actions using command line on IBM Aspera Server products:
License: Apache-2.0
%description
Command line interface for IBM Aspera products.
%prep
%build
%install
%gem_install \
--no-rdoc --no-ri \
--symlink-binaries \
--doc-files="CHANGELOG.md CONTRIBUTING.md README.md" \
-f
%gem_packages
%changelog