Skip to content

Commit

Permalink
use old rubygem dependency style on 13.1
Browse files Browse the repository at this point in the history
fixes build at YaST:Head for 13.1
  • Loading branch information
lslezak committed Nov 5, 2014
1 parent bdd7227 commit b303404
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package/yast2-ruby-bindings.spec
Expand Up @@ -28,11 +28,16 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: yast2-core-devel
BuildRequires: yast2-devtools >= 3.1.10
# libzypp-devel is missing .la requires
BuildRequires: ruby-devel
%if 0%{suse_version} == 1310
BuildRequires: rubygem-fast_gettext
BuildRequires: rubygem-rspec
Requires: rubygem-fast_gettext
%else
BuildRequires: rubygem(%{rb_default_ruby_abi}:fast_gettext)
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
Requires: rubygem(%{rb_default_ruby_abi}:fast_gettext)
%endif
BuildRequires: ruby-devel
Requires: yast2-core >= 2.24.0
BuildRequires: yast2-core-devel >= 2.24.0
Requires: yast2-ycp-ui-bindings >= 2.21.9
Expand Down

0 comments on commit b303404

Please sign in to comment.