# Generated from ignore-it-1.1.0.gem by gem2rpm -*- rpm-spec -*- %global gem_name ignore-it Name: rubygem-%{gem_name} Version: 1.1.0 Release: 1%{?dist} Summary: ignore-it your command line tool for creating .gitignore files License: MIT Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby # BuildRequires: rubygem(minitest) BuildArch: noarch %description Feel it's sometimes cumbersome to browse to a website, only to download a .gitignore? We've got your back! ignore-it is a small cli tool, which helps in fetching and creating .gitignore files from gitignore.io or local custom templates. We try to keep runtime dependencies as small as possible and are using mostly standard ruby libraries. %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} # ruby -e 'Dir.glob "./test/**/*_test.rb", &method(:require)' popd %files %dir %{gem_instdir} %{_bindir}/ignore-it %{gem_instdir}/. %{gem_instdir}/bin %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %changelog * Tue Aug 24 2021 mockbuilder - 1.1.0-1 - Initial package