blob: 90fd5df0dee36df4d551b6e83faa9c0b05aa744a [file] [log] [blame]
#
# spec file for package wsmancli (Version @PACKAGE_VERSION@)
#
# norootforbuild
Name: wsmancli
BuildRequires: gcc-c++ libwsman-devel >= 2.2.7 libwsman_clientpp-devel >= 2.2.7 pkgconfig
%if 0%{?suse_version} > 1010
BuildRequires: libcurl-devel
%else
# SLE 10
BuildRequires: curl-devel
%endif
Version: @PACKAGE_VERSION@
Release: 11
Url: http://www.openwsman.org/
License: BSD3c
Group: System/Management
Summary: Opensource Implementation of WS-Management - Command line utility
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Part of Openwsman, an Opensource Implementation of WS-Management
Authors:
--------
Anas Nashif <anas.nashif@intel.com>
Vadim Revyakin <vadim.revyakin@intel.com>
Denis Sadykov <denis.sadykov@intel.com>
%prep
%setup -q -n %{name}-%{version}
%build
%configure --disable-more-warnings
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/wsman
%{_bindir}/wseventmgr
%changelog