20
0

Updating link to change in openSUSE:Factory/yast2-ruby-bindings revision 19.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ruby-bindings?expand=0&rev=8e50e94d1ac46ec27264963ee345da38
This commit is contained in:
OBS User buildservice-autocommit
2011-07-27 09:56:43 +00:00
committed by Git OBS Bridge
parent af2093d8e5
commit 493f5b6996
+24 -9
View File
@@ -1,29 +1,42 @@
#
# spec file for package yast2-ruby-bindings (Version 0.1)
# spec file for package yast2-ruby-bindings
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: yast2-ruby-bindings
Version: 0.3.7
Release: 0
Release: 1
License: GPL
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ruby-bindings-%{version}.tar.bz2
Prefix: /usr
BuildRequires: swig cmake gcc-c++ libxcrypt-devel yast2-core-devel
BuildRequires: cmake gcc-c++ libxcrypt-devel swig yast2-core-devel
BuildRequires: yast2-devtools >= 2.16.3
# libzypp-devel is missing .la requires
BuildRequires: ruby-devel
Requires: yast2-core >= 2.18.1
BuildRequires: ruby-devel
Requires: yast2-core >= 2.18.1
BuildRequires: yast2-core-devel >= 2.18.1
Requires: yast2-ycp-ui-bindings >= 2.16.37
BuildRequires: yast2-ycp-ui-bindings-devel >= 2.16.37
Requires: ruby
Summary: Ruby bindings for the YaST platform
Requires: ruby
Summary: Ruby bindings for the YaST platform
%description
The bindings allow YaST modules to be written using the Ruby language
@@ -31,6 +44,7 @@ and also Ruby scripts can use YaST agents, APIs and modules.
%prep
%setup -n yast2-ruby-bindings-%{version}
%build
mkdir build
cd build
@@ -56,3 +70,4 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/YaST2/plugin/libpy2lang_ruby.so
%{_libdir}/ruby/vendor_ruby/%{rb_ver}/ycp.rb
%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/ycpx.so
%changelog