|
|
@ -1,11 +1,12 @@
|
|
|
|
# Generated from cucumber-wire-0.0.1.gem by gem2rpm -*- rpm-spec -*-
|
|
|
|
# Generated from cucumber-wire-0.0.1.gem by gem2rpm -*- rpm-spec -*-
|
|
|
|
%global gem_name cucumber-wire
|
|
|
|
%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}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 6.2.0
|
|
|
|
Version: 6.2.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
Summary: Wire protocol for Cucumber
|
|
|
|
Summary: Wire protocol for Cucumber
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://cucumber.io
|
|
|
|
URL: http://cucumber.io
|
|
|
@ -16,7 +17,7 @@ Source1: %{name}-%{version}-features.txz
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: ruby(release)
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: rubygems-devel
|
|
|
|
BuildRequires: ruby
|
|
|
|
BuildRequires: ruby
|
|
|
|
%if %{without bootstrap}
|
|
|
|
%if %{bootstrap}
|
|
|
|
# Dependencies for %%check
|
|
|
|
# Dependencies for %%check
|
|
|
|
BuildRequires: rubygem(aruba)
|
|
|
|
BuildRequires: rubygem(aruba)
|
|
|
|
BuildRequires: rubygem(cucumber)
|
|
|
|
BuildRequires: rubygem(cucumber)
|
|
|
@ -56,7 +57,7 @@ cp -a .%{gem_dir}/* \
|
|
|
|
%{buildroot}%{gem_dir}/
|
|
|
|
%{buildroot}%{gem_dir}/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{without bootstrap}
|
|
|
|
%if %{bootstrap}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
pushd .%{gem_instdir}
|
|
|
|
pushd .%{gem_instdir}
|
|
|
|
|
|
|
|
|
|
|
@ -87,6 +88,9 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|