# Generated from alfred-workflow-2.0.5.gem by gem2rpm -*- rpm-spec -*- %global gem_name alfred-workflow Name: rubygem-%{gem_name} Version: 2.0.5 Release: 1%{?dist} Summary: alfred-workflow is a ruby Gem helper for building [Alfred](http://www.alfredapp.com) workflow License: GPL-3 URL: http://zhaocai.github.com/alfred2-ruby-template/ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby # BuildRequires: rubygem(hoe-yard) >= 0.1.2 # BuildRequires: rubygem(awesome_print) >= 1.2.0 # BuildRequires: rubygem(rspec) >= 2.13 # BuildRequires: rubygem(facets) >= 2.9.0 # BuildRequires: rubygem(hoe) # BuildRequires: rubygem(hoe-gemspec) # BuildRequires: rubygem(hoe-git) # BuildRequires: rubygem(hoe-version) # BuildRequires: rubygem(hoe-travis) # BuildRequires: rubygem(guard) # BuildRequires: rubygem(guard-rspec) # BuildRequires: rubygem(guard-bundler) # BuildRequires: rubygem(terminal-notifier-guard) # BuildRequires: rubygem(growl) BuildArch: noarch %description alfred-workflow is a ruby Gem helper for building [Alfred](http://www.alfredapp.com) workflow. %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}/ %check pushd .%{gem_instdir} # rspec spec popd %files %dir %{gem_instdir} %exclude %{gem_instdir}/.gemtest %{gem_instdir}/.ruby-version %{gem_instdir}/Guardfile %{gem_instdir}/Manifest.txt %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %exclude %{gem_instdir}/.rspec %{gem_instdir}/Gemfile %{gem_instdir}/Gemfile.lock %doc %{gem_instdir}/History.txt %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %{gem_instdir}/alfred-workflow.gemspec %{gem_instdir}/spec %{gem_instdir}/test %changelog * Mon Apr 18 2022 mockbuilder - 2.0.5-1 - Initial package