Enable bootstrap option for epel9

epel9 imports/e9/rubygem-cucumber-wire-6.2.0-2.1.el9
Troy Dawson 3 years ago
parent 3f97e8cc2c
commit c199822c73

@ -1,11 +1,12 @@
# Generated from cucumber-wire-0.0.1.gem by gem2rpm -*- rpm-spec -*-
%global gem_name cucumber-wire
%bcond_with bootstrap
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
%global bootstrap 0
Name: rubygem-%{gem_name}
Version: 6.2.0
Release: 2%{?dist}
Release: 2%{?dist}.1
Summary: Wire protocol for Cucumber
License: MIT
URL: http://cucumber.io
@ -16,7 +17,7 @@ Source1: %{name}-%{version}-features.txz
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
BuildRequires: ruby
%if %{without bootstrap}
%if %{bootstrap}
# Dependencies for %%check
BuildRequires: rubygem(aruba)
BuildRequires: rubygem(cucumber)
@ -56,7 +57,7 @@ cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/
%if %{without bootstrap}
%if %{bootstrap}
%check
pushd .%{gem_instdir}
@ -87,6 +88,9 @@ popd
%{gem_instdir}/spec
%changelog
* Thu Apr 14 2022 Troy Dawson <tdawson@redhat.com> - 6.2.0-2.1
- Enable bootstrap option for epel9
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

Loading…
Cancel
Save