# Generated from minicron-0.7.11.gem by gem2rpm -*- rpm-spec -*- %global gem_name minicron Name: rubygem-%{gem_name} Version: 0.7.11 Release: 1%{?dist} Summary: A system to make it easier to manage and monitor cron jobs. Please note new versions are no longer published to rubygems but https://github.com/jamesrwhite/minicron/releases instead License: GPL-3.0 URL: https://github.com/jamesrwhite/minicron Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby >= 1.9.3 # BuildRequires: rubygem(rspec) >= 3.0 # BuildRequires: rubygem(rspec) < 4 # BuildRequires: rubygem(simplecov) >= 0.8 # BuildRequires: rubygem(simplecov) < 1 # BuildRequires: rubygem(guard) >= 2.12 # BuildRequires: rubygem(guard) < 3 # BuildRequires: rubygem(guard) >= 2.12.6 # BuildRequires: rubygem(guard-rspec) >= 4.5 # BuildRequires: rubygem(guard-rspec) < 5 # BuildRequires: rubygem(guard-rspec) >= 4.5.2 # BuildRequires: rubygem(guard-bundler) >= 2.1 # BuildRequires: rubygem(guard-bundler) < 3 # BuildRequires: rubygem(guard-bundler) >= 2.1.0 BuildArch: noarch %description A system to make it easier to manage and monitor cron jobs. Please note new versions are no longer published to rubygems but https://github.com/jamesrwhite/minicron/releases instead. %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} # rspec spec popd %files %dir %{gem_instdir} %{_bindir}/minicron %license %{gem_instdir}/LICENSE %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %{gem_instdir}/spec %changelog * Tue Aug 24 2021 mockbuilder - 0.7.11-1 - Initial package