|
|
@ -8,7 +8,7 @@ Summary: Support and utility classes used by the Rails framework
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
Name: rubygem-%{gemname}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 3.0.5
|
|
|
|
Version: 3.0.5
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.rubyonrails.org
|
|
|
|
URL: http://www.rubyonrails.org
|
|
|
@ -58,7 +58,7 @@ goodies from the Rails framework
|
|
|
|
%setup -q -c -T
|
|
|
|
%setup -q -c -T
|
|
|
|
mkdir -p .%{gemdir}
|
|
|
|
mkdir -p .%{gemdir}
|
|
|
|
gem install --local --install-dir .%{gemdir} \
|
|
|
|
gem install --local --install-dir .%{gemdir} \
|
|
|
|
--force -V --no-ri --no-rdoc %{SOURCE0}
|
|
|
|
--force -V --rdoc %{SOURCE0}
|
|
|
|
|
|
|
|
|
|
|
|
# move the tests into place
|
|
|
|
# move the tests into place
|
|
|
|
tar xzvf %{SOURCE2} -C .%{geminstdir}
|
|
|
|
tar xzvf %{SOURCE2} -C .%{geminstdir}
|
|
|
@ -97,6 +97,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 16 2011 Mo Morsi <mmorsi@redhat.com> - 1:3.0.5-3
|
|
|
|
|
|
|
|
- Reverting accidental change adding a few gem flags
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 16 2011 Mo Morsi <mmorsi@redhat.com> - 1:3.0.5-2
|
|
|
|
* Thu Jun 16 2011 Mo Morsi <mmorsi@redhat.com> - 1:3.0.5-2
|
|
|
|
- Include fix for CVE-2011-2197
|
|
|
|
- Include fix for CVE-2011-2197
|
|
|
|
|
|
|
|
|
|
|
|