# Generated from cloud-crowd-0.7.6.gem by gem2rpm -*- rpm-spec -*- %global gem_name cloud-crowd Name: rubygem-%{gem_name} Version: 0.7.6 Release: 1%{?dist} Summary: Parallel Processing for the Rest of Us License: MIT URL: http://wiki.github.com/documentcloud/cloud-crowd Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby # BuildRequires: rubygem(faker) >= 0.3.1 # BuildRequires: rubygem(shoulda) # BuildRequires: rubygem(machinist) >= 1.0.3 # BuildRequires: rubygem(rack-test) >= 0.4.1 # BuildRequires: rubygem(mocha) >= 0.9.7 BuildArch: noarch %description The crowd, suddenly there where there was nothing before, is a mysterious and universal phenomenon. A few people may have been standing together -- five, ten or twelve, nor more; nothing has been announced, nothing is expected. Suddenly everywhere is black with people and more come streaming from all sides as though streets had only one direction. %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}/crowd %{gem_instdir}/EPIGRAPHS %license %{gem_instdir}/LICENSE %{gem_instdir}/actions %{gem_instdir}/bin %{gem_instdir}/config %{gem_libdir} %{gem_instdir}/public %{gem_instdir}/views %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/README %{gem_instdir}/cloud-crowd.gemspec %{gem_instdir}/examples %{gem_instdir}/test %changelog * Mon Feb 07 2022 mockbuilder - 0.7.6-1 - Initial package