|
|
|
@@ -4,22 +4,26 @@
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# RubyGems's macros expect gem_name to exist.
|
|
|
|
|
%global gem_name %{name}
|
|
|
|
|
|
|
|
|
|
Name: openwsman
|
|
|
|
|
BuildRequires: swig
|
|
|
|
|
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 rubygems-devel 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.4.3
|
|
|
|
|
Version: 2.4.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Url: http://www.openwsman.org/
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Summary: Open source Implementation of WS-Management
|
|
|
|
|
Source: https://github.com/Openwsman/openwsman/archive/v%{version}.tar.gz
|
|
|
|
|
# You can get this tarball here:
|
|
|
|
|
# https://github.com/Openwsman/openwsman/archive/v2.4.12.tar.gz
|
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
|
|
|
|
# help2man generated manpage for openwsmand binary
|
|
|
|
|
Source1: openwsmand.8.gz
|
|
|
|
|
# service file for systemd
|
|
|
|
@@ -28,6 +32,8 @@ Source2: openwsmand.service
|
|
|
|
|
Source3: owsmantestcert.sh
|
|
|
|
|
Patch1: openwsman-2.2.7-libssl.patch
|
|
|
|
|
Patch2: openwsman-2.4.0-pamsetup.patch
|
|
|
|
|
Patch3: openwsman-2.4.12-ruby-binding-build.patch
|
|
|
|
|
Patch4: openwsman-2.4.15-fix-version.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Openwsman is a project intended to provide an open-source
|
|
|
|
@@ -112,25 +118,25 @@ API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package ruby
|
|
|
|
|
%package -n rubygem-%{gem_name}
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: ruby
|
|
|
|
|
Requires: ruby(release)
|
|
|
|
|
Summary: Ruby bindings for openwsman client API
|
|
|
|
|
Requires: libwsman1 = %{version}-%{release}
|
|
|
|
|
Summary: Ruby client bindings for Openwsman
|
|
|
|
|
Obsoletes: %{name}-ruby < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description ruby
|
|
|
|
|
This package provides Ruby bindings to access the openwsman client API.
|
|
|
|
|
%description -n rubygem-%{gem_name}
|
|
|
|
|
The openwsman gem provides a Ruby API to manage systems using
|
|
|
|
|
the WS-Management protocol.
|
|
|
|
|
|
|
|
|
|
#%package java
|
|
|
|
|
#Requires: java
|
|
|
|
|
#Requires: libwsman1 = %{version}
|
|
|
|
|
#Summary: Java bindings for openwsman client API
|
|
|
|
|
#Group: Development/Libraries
|
|
|
|
|
%package -n rubygem-%{gem_name}-doc
|
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
|
Group: Documentation
|
|
|
|
|
Requires: rubygem-%{gem_name} = %{version}-%{release}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n rubygem-%{gem_name}-doc
|
|
|
|
|
Documentation for rubygem-%{gem_name}
|
|
|
|
|
|
|
|
|
|
#%description java
|
|
|
|
|
#This package provides Java bindings to access the openwsman client API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -151,10 +157,15 @@ This package provides Perl bindings to access the openwsman client API.
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p1 -b .libssl
|
|
|
|
|
%patch2 -p1 -b .pamsetup
|
|
|
|
|
%patch3 -p1 -b .ruby-binding-build
|
|
|
|
|
%patch4 -p1 -b .fix-version
|
|
|
|
|
|
|
|
|
|
# Fix wrong symlinks (fixed upstream, will be in 2.4.1)
|
|
|
|
|
ln -sf %{_bindir}/rdoc bindings/ruby/rdoc1_9.rb
|
|
|
|
|
ln -sf %{_bindir}/rdoc bindings/ruby/rdoc2_0.rb
|
|
|
|
|
# support ruby 2.2
|
|
|
|
|
pushd bindings/ruby
|
|
|
|
|
cat rdoc2.1 | sed -e 's|rdoc2_1|rdoc2_2|' > rdoc2.2
|
|
|
|
|
chmod 0755 rdoc2.2
|
|
|
|
|
ln -sf %{_bindir}/rdoc rdoc2_2.rb
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Removing executable permissions on .c and .h files to fix rpmlint warnings.
|
|
|
|
@@ -177,13 +188,24 @@ cmake \
|
|
|
|
|
-DCMAKE_SKIP_RPATH=1 \
|
|
|
|
|
-DPACKAGE_ARCHITECTURE=`uname -m` \
|
|
|
|
|
-DLIB=%{_lib} \
|
|
|
|
|
-DBUILD_RUBY_GEM=no \
|
|
|
|
|
..
|
|
|
|
|
|
|
|
|
|
make CFLAGS="-DSSL_LIB='\"$SSL_LIB\"'"
|
|
|
|
|
|
|
|
|
|
# Make the freshly build openwsman libraries available to build the gem's
|
|
|
|
|
# binary extension.
|
|
|
|
|
export LIBRARY_PATH=/builddir/build/BUILD/%{name}-%{version}/build/src/lib
|
|
|
|
|
export CPATH=/builddir/build/BUILD/%{name}-%{version}/include/
|
|
|
|
|
export LD_LIBRARY_PATH=/builddir/build/BUILD/%{name}-%{version}/build/src/lib/
|
|
|
|
|
|
|
|
|
|
%gem_install -n ./bindings/ruby/%{name}-%{version}.gem
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
cd build
|
|
|
|
|
|
|
|
|
|
# Do not install the ruby extension, we are proviging the rubygem- instead.
|
|
|
|
|
echo -n > bindings/ruby/cmake_install.cmake
|
|
|
|
|
|
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
cd ..
|
|
|
|
|
rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
@@ -206,6 +228,15 @@ install -m 644 include/wsman-xml.h %{buildroot}/%{_includedir}/openwsman
|
|
|
|
|
install -m 644 include/wsman-xml-binding.h %{buildroot}/%{_includedir}/openwsman
|
|
|
|
|
install -m 644 include/wsman-dispatcher.h %{buildroot}/%{_includedir}/openwsman
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{gem_dir}
|
|
|
|
|
cp -pa ./build%{gem_dir}/* \
|
|
|
|
|
%{buildroot}%{gem_dir}/
|
|
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{gem_instdir}/ext
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{gem_extdir_mri}
|
|
|
|
|
cp -a ./build%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/
|
|
|
|
|
|
|
|
|
|
%post -n libwsman1 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -n libwsman1 -p /sbin/ldconfig
|
|
|
|
@@ -245,16 +276,16 @@ rm -f /var/log/wsmand.log
|
|
|
|
|
%{python_sitearch}/*.pyo
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
|
|
|
|
|
%files ruby
|
|
|
|
|
%{ruby_vendorarchdir}/_openwsman.so
|
|
|
|
|
%dir %{ruby_vendorlibdir}/openwsman
|
|
|
|
|
%{ruby_vendorlibdir}/openwsman/*.rb
|
|
|
|
|
%files -n rubygem-%{gem_name}
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog README.md
|
|
|
|
|
%dir %{gem_instdir}
|
|
|
|
|
%{gem_libdir}
|
|
|
|
|
%{gem_extdir_mri}
|
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
|
|
|
|
|
#%files java
|
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
|
#%{_javadir}/*jar
|
|
|
|
|
|
|
|
|
|
%files -n rubygem-%{gem_name}-doc
|
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
|
|
|
|
|
|
%files perl
|
|
|
|
|
%{perl_vendorarch}/openwsman.so
|
|
|
|
@@ -290,6 +321,37 @@ rm -f /var/log/wsmand.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 23 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.15-1
|
|
|
|
|
- Update to openwsman-2.4.15
|
|
|
|
|
|
|
|
|
|
* Mon Feb 09 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.12-1
|
|
|
|
|
- Update to openwsman-2.4.12
|
|
|
|
|
|
|
|
|
|
* Sat Jan 17 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.4.6-5
|
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
|
|
|
|
|
|
|
|
|
|
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.6-4
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 20 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.6-1
|
|
|
|
|
- Update to openwsman-2.4.6
|
|
|
|
|
|
|
|
|
|
* Fri Apr 25 2014 Vít Ondruch <vondruch@redhat.com> - 2.4.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 11 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.4-1
|
|
|
|
|
- Update to openwsman-2.4.4
|
|
|
|
|
- Provide rubygem-openwsman instead of openwsman-ruby (patch by Vit Ondruch)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 05 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.3-2
|
|
|
|
|
- Update openwsmand man page
|
|
|
|
|
|
|
|
|
|
* Thu Jan 23 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.4.3-1
|
|
|
|
|
- Update to openwsman-2.4.3
|
|
|
|
|
|
|
|
|
|