From f054c1c1777043af5d4bcf272ff51a737e7f06eb Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 26 Dec 2013 19:31:06 -0700 Subject: remove trailing whitespace There were two lines with trailing whitespace in the spec file, so this commit fixes that. --- rubygem-yajl-ruby.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rubygem-yajl-ruby.spec') diff --git a/rubygem-yajl-ruby.spec b/rubygem-yajl-ruby.spec index 1c7bdf6..1ac90b4 100644 --- a/rubygem-yajl-ruby.spec +++ b/rubygem-yajl-ruby.spec @@ -63,7 +63,7 @@ cp -a .%{gem_dir}/* \ rm -rf %{buildroot}%{gem_instdir}/ext # Remove other cruft from the gem rm %{buildroot}%{gem_instdir}/.gitignore \ - %{buildroot}%{gem_instdir}/.travis.yml + %{buildroot}%{gem_instdir}/.travis.yml # Move C extension to extdir: mkdir -p %{buildroot}%{gem_extdir}/lib/yajl mv %{buildroot}%{gem_instdir}/lib/yajl/yajl.so %{buildroot}%{gem_extdir}/lib/yajl/ @@ -74,7 +74,7 @@ chmod -x %{buildroot}%{gem_instdir}/benchmark/subjects/unicode.json %check %if %{?el6}0 -# spec on EL6 is too old; need RSpec2 +# spec on EL6 is too old; need RSpec2 %else pushd .%{gem_instdir} rspec -- cgit