Project

General

Profile

« Previous | Next » 

Revision 592ed82d

Added by Eric Helms over 7 years ago

Switch to using gem_install macro

View differences:

rubygem-wicked/rubygem-wicked.spec
gem build %{gem_name}.gemspec
%{?scl:"}
%if 0%{?fedora} > 18
%{?scl:scl enable %{scl} - <<EOF}
%gem_install
%else
mkdir -p .%{gem_dir}
%{?scl:scl enable %{scl} "}
gem install -V --local --install-dir .%{gem_dir} --force --rdoc \
%{gem_name}-%{version}.gem
%{?scl:"}
%endif
%{?scl:EOF}
%install
mkdir -p %{buildroot}%{gem_dir}

Also available in: Unified diff