From 0495f34335ee353388be36e9a7a3a8629187bcc3 Mon Sep 17 00:00:00 2001 From: praveenp Date: Mon, 18 Mar 2013 10:41:21 -0500 Subject: [PATCH] updated the dep for ruby bindings --- openwsman.spec | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/openwsman.spec b/openwsman.spec index 72ed3cc..932da17 100644 --- a/openwsman.spec +++ b/openwsman.spec @@ -12,10 +12,11 @@ BuildRequires: libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel BuildRequires: python python-devel ruby ruby-devel rubygem(rdoc) perl BuildRequires: python python-devel perl BuildRequires: perl-devel pkgconfig openssl-devel +#BuildRequires: java-1.8.0-openjdk-devel BuildRequires: cmake BuildRequires: systemd-units Version: 2.3.6 -Release: 3%{?dist} +Release: 4%{?dist} Url: http://www.openwsman.org/ License: BSD Group: Applications/System @@ -115,12 +116,20 @@ API. License: BSD Group: Development/Libraries Requires: ruby -Requires: ruby(abi) = 1.9.1 +Requires: ruby(abi) >= 2.0.0 Summary: Ruby bindings for openwsman client API %description ruby This package provides Ruby bindings to access the openwsman client API. +#%package java +#Requires: java +#Requires: libwsman1 = %{version} +#Summary: Java bindings for openwsman client API +#Group: Development/Libraries + +#%description java +#This package provides Java bindings to access the openwsman client API. @@ -236,6 +245,11 @@ rm -f /var/log/wsmand.log %{ruby_sitelib}/openwsman/*.rb %doc AUTHORS COPYING ChangeLog README.md +#%files java +#%defattr(-,root,root) +#%{_javadir}/*jar + + %files perl %{perl_vendorarch}/openwsman.so %{perl_vendorlib}/openwsman.pm @@ -270,6 +284,9 @@ rm -f /var/log/wsmand.log %changelog +* Mon Mar 18 2012 Praveen K Paladugu - 2.3.6-4 +- Updated the dependency for ruby bindings and introduced the java bindings. + * Wed Mar 13 2013 Peter Robinson 2.3.6-3 - rebuild for ruby 2