# Generated from bddfire-3.0.2.gem by gem2rpm -*- rpm-spec -*- %global gem_name bddfire Name: rubygem-%{gem_name} Version: 3.0.2 Release: 1%{?dist} Summary: BDDfire: Automate Mobile & Web apps with less code. An instant Ruby-Cucumber BDD framework License: MIT URL: https://github.com/Shashikant86/bddfire Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 1.9.3 # BuildRequires: rubygem(aruba) >= 0.14.1 # BuildRequires: rubygem(aruba) < 0.15 BuildArch: noarch %description A Wholesale framework for web, mobile, api, load, accessibility testing. Get you going in a minute. An instant setup of Ruby, Cucumber, Capybara, selenium, REST API Appium, Docker, Gatling and Axe Engine. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ mkdir -p %{buildroot}%{_bindir} cp -a .%{_bindir}/* \ %{buildroot}%{_bindir}/ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x %check pushd .%{gem_instdir} # Run the test suite. popd %files %dir %{gem_instdir} %{_bindir}/bddfire %exclude %{gem_instdir}/.gitignore %exclude %{gem_instdir}/.travis.yml %license %{gem_instdir}/LICENSE %{gem_instdir}/bin %{gem_instdir}/homebrew %{gem_libdir} %{gem_instdir}/pre-defined-steps %{gem_instdir}/scaffold %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %{gem_instdir}/Gemfile %{gem_instdir}/Gemfile.lock %doc %{gem_instdir}/README.markdown %{gem_instdir}/Rakefile %{gem_instdir}/bddfire.gemspec %{gem_instdir}/features %{gem_instdir}/spec %changelog * Sun Sep 12 2021 mockbuilder - 3.0.2-1 - Initial package