# Generated from solano-1.31.11.gem by gem2rpm -*- rpm-spec -*- %global gem_name solano Name: rubygem-%{gem_name} Version: 1.31.11 Release: 1%{?dist} Summary: Run tests in Predix CI Hosted Test Environment License: MIT URL: https://github.com/solanolabs/solano.git Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby # BuildRequires: rubygem(aruba) = 0.4.6 # BuildRequires: rubygem(rdiscount) = 1.6.8 # BuildRequires: rubygem(pickle) >= 0.5 # BuildRequires: rubygem(pickle) < 1 # BuildRequires: rubygem(mimic) >= 0.4 # BuildRequires: rubygem(mimic) < 1 # BuildRequires: rubygem(daemons) >= 1.1 # BuildRequires: rubygem(daemons) < 2 # BuildRequires: rubygem(httparty) >= 0.10.0 # BuildRequires: rubygem(httparty) < 0.11 # BuildRequires: rubygem(httpclient) = 2.4.0 # BuildRequires: rubygem(antilles) >= 0.1 # BuildRequires: rubygem(antilles) < 1 # BuildRequires: rubygem(rspec) >= 3.1 # BuildRequires: rubygem(rspec) < 4 # BuildRequires: rubygem(cucumber) >= 1.3 # BuildRequires: rubygem(cucumber) < 2 # BuildRequires: rubygem(fakefs) >= 0.6 # BuildRequires: rubygem(fakefs) < 1 # BuildRequires: rubygem(simplecov) >= 0.9 # BuildRequires: rubygem(simplecov) < 1 BuildArch: noarch %description Predix CI runs your test suite simply and quickly in our managed cloud environment. You can run tests by hand, or enable our hosted CI to watch your git repos automatically. Predix CI automatically and safely parallelizes your tests to save you time, and takes care of setting up fresh isolated DB instances for each test thread. Tests have access to a wide variety of databases (postgres, mongo, redis, mysql, memcache), solr, sphinx, selenium/webdriver browsers, webkit and culerity. Predix CI supports all common Ruby test frameworks, including rspec, cucumber, test::unit, and spinach. Predix CI also supports Javascript testing using jasmine, evergreen, and many other frameworks. %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} # cucumber # rspec spec popd %files %dir %{gem_instdir} %{_bindir}/predix-ci %{_bindir}/solano %{_bindir}/tddium %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %changelog * Wed Aug 25 2021 mockbuilder - 1.31.11-1 - Initial package