updated the dep for ruby bindings
This commit is contained in:
parent
a97d55fba8
commit
0495f34335
@ -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 ruby ruby-devel rubygem(rdoc) perl
|
||||||
BuildRequires: python python-devel perl
|
BuildRequires: python python-devel perl
|
||||||
BuildRequires: perl-devel pkgconfig openssl-devel
|
BuildRequires: perl-devel pkgconfig openssl-devel
|
||||||
|
#BuildRequires: java-1.8.0-openjdk-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Version: 2.3.6
|
Version: 2.3.6
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -115,12 +116,20 @@ API.
|
|||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: ruby
|
Requires: ruby
|
||||||
Requires: ruby(abi) = 1.9.1
|
Requires: ruby(abi) >= 2.0.0
|
||||||
Summary: Ruby bindings for openwsman client API
|
Summary: Ruby bindings for openwsman client API
|
||||||
|
|
||||||
%description ruby
|
%description ruby
|
||||||
This package provides Ruby bindings to access the openwsman client API.
|
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
|
%{ruby_sitelib}/openwsman/*.rb
|
||||||
%doc AUTHORS COPYING ChangeLog README.md
|
%doc AUTHORS COPYING ChangeLog README.md
|
||||||
|
|
||||||
|
#%files java
|
||||||
|
#%defattr(-,root,root)
|
||||||
|
#%{_javadir}/*jar
|
||||||
|
|
||||||
|
|
||||||
%files perl
|
%files perl
|
||||||
%{perl_vendorarch}/openwsman.so
|
%{perl_vendorarch}/openwsman.so
|
||||||
%{perl_vendorlib}/openwsman.pm
|
%{perl_vendorlib}/openwsman.pm
|
||||||
@ -270,6 +284,9 @@ rm -f /var/log/wsmand.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 18 2012 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.3.6-4
|
||||||
|
- Updated the dependency for ruby bindings and introduced the java bindings.
|
||||||
|
|
||||||
* Wed Mar 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.6-3
|
* Wed Mar 13 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.6-3
|
||||||
- rebuild for ruby 2
|
- rebuild for ruby 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user