[openwsman/f19] Disabled the java bindings for now, as it is causing build failures.

Praveen K Paladugu praveenp at fedoraproject.org
Mon Mar 18 15:33:10 UTC 2013


commit 357e1d53b4824e628fc14ee063002a8007ac7d9d
Author: praveenp <praveen_paladugu at dell.com>
Date:   Mon Mar 18 10:32:39 2013 -0500

    Disabled the java bindings for now, as it is causing build failures.

 openwsman.spec |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/openwsman.spec b/openwsman.spec
index d3120fb..8c1f1e9 100644
--- a/openwsman.spec
+++ b/openwsman.spec
@@ -6,7 +6,6 @@
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -r rbconfig -e 'vd = RbConfig::CONFIG["vendorlibdir"]; print(vd ? vd : RbConfig::CONFIG["sitelibdir"])')}
 %{!?ruby_sitearch: %global ruby_sitearch %(ruby -r rbconfig -e 'vad = RbConfig::CONFIG["vendorarchdir"]; print(vad ? vad : RbConfig::CONFIG["sitearchdir"])')}
 
-%{!?ruby_version: %global ruby_version %(ruby -r rbconfig -e 'print(RbConfig::CONFIG["ruby_version"])')}
 
 Name:           openwsman
 BuildRequires:  swig
@@ -14,11 +13,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
+#BuildRequires:	java-1.8.0-openjdk-devel
 BuildRequires:  cmake
 BuildRequires:  systemd-units
 Version:        2.3.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Url:            http://www.openwsman.org/
 License:        BSD
 Group:          Applications/System
@@ -118,20 +117,20 @@ API.
 License:        BSD
 Group:          Development/Libraries
 Requires:       ruby
-Requires:       ruby(abi) = %{ruby_version}
+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
+#%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.
+#%description java
+#This package provides Java bindings to access the openwsman client API.
 
 
 %package perl
@@ -247,9 +246,9 @@ rm -f /var/log/wsmand.log
 %doc AUTHORS COPYING ChangeLog README.md
 
 
-%files java
-%defattr(-,root,root)
-%{_javadir}/*jar
+#%files java
+#%defattr(-,root,root)
+#%{_javadir}/*jar
 
 %files perl
 %{perl_vendorarch}/openwsman.so
@@ -285,6 +284,9 @@ rm -f /var/log/wsmand.log
 
 
 %changelog
+* Mon Mar 18 2013 Praveen K Paladugu <praveen_paladugu at dell.com>-2.3.6-5
+- Disabling the java binding for now. 
+
 * Fri Mar 15 2013 Praveen K Paladugu <praveen_paladugu at dell.com>-2.3.6-4
 - Enabled java bindings in the build
 - Removed versioned dep on ruby


More information about the scm-commits mailing list