Project

General

Profile

« Previous | Next » 

Revision b8ca41d4

Added by specs-from-koji (Jenkins) over 10 years ago

Update ruby193-rubygem-therubyracer to 0.12.0-1.el6

- Remove version check which relies on d8 ()
- Update to 0.12.0 ()
- remove empty tito.props and definition which are duplicate with default from
- with recent tito you do not need SCL meta package ()

View differences:

rpms/epel-6/ruby193-rubygem-therubyracer/rubygem-therubyracer.spec
%global gem_name therubyracer
%global rubyabi 1.9.1
%global majorver 0.11.0
%global release 4
%global preminorver beta5
%global fullver %{majorver}%{?preminorver}
%global majorver 0.12.0
%global release 1
%global fullver %{majorver}
%{?preminorver:%global gem_instdir %{gem_dir}/gems/%{gem_name}-%{fullver}}
%{?preminorver:%global gem_extdir %{_libdir}/gems/exts/%{gem_name}-%{fullver}}
......
BuildRequires: %{?scl_prefix}rubygems-devel
BuildRequires: %{?scl_prefix}ruby-devel
BuildRequires: %{?scl_prefix}v8-devel
BuildRequires: %{?scl_prefix}rubygem(libv8)
# some specs run "ps aux"
BuildRequires: procps
Provides: %{?scl_prefix}rubygem(%{gem_name}) = %{version}
......
# this spec doesn't test anything, only requires redjs, which is not in fedora
mv spec/redjs_spec.rb spec/redjs_spec.rb.notest
# fix the v8 version we're testing against
%{?scl:scl enable %scl - << \EOF}
V8_VERSION=`d8 -e "print(version())"`
%{?scl:EOF}
sed -i "s|V8::C::V8::GetVersion().*|V8::C::V8::GetVersion().should match /^${V8_VERSION}/|" spec/c/constants_spec.rb
%{?scl:scl enable %{scl} "}
rspec spec
%{?scl:"}
......
%{gem_instdir}/therubyracer.gemspec
%changelog
* Thu Oct 24 2013 Sam Kottler <shk@redhat.com> 0.12.0-1
- Remove version check which relies on d8 (shk@redhat.com)
- Update to 0.12.0 (shk@redhat.com)
- remove empty tito.props and definition which are duplicate with default from
rel-eng/tito.props (msuchy@redhat.com)
- with recent tito you do not need SCL meta package (msuchy@redhat.com)
* Sat Feb 23 2013 Miroslav Suchý <msuchy@redhat.com> 0.11.0-0.4.beta5
- new package built with tito

Also available in: Unified diff