Marcus Rueckert
6106252abc
- switch requires of the autogenerated subpackages from rb_suffix-rubygem-gemname = version to rubygem(rb_abi:gemname) = version - split our the rails part - we need bundler now. given ruby 2.5 will have it intree anyway, this soon wont be a big burden. - add support to generate requires from Gemfile.lock - package the buildinfo dir - allow passing options to extconf.rb OBS-URL: https://build.opensuse.org/request/show/556491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby-common?expand=0&rev=95
6 lines
104 B
Bash
6 lines
104 B
Bash
#!/bin/sh
|
|
if [ -e gem2rpm.yml ] ; then
|
|
cfg="--config gem2rpm.yml"
|
|
fi
|
|
exec gem2rpm $cfg -o *spec *gem
|