File wsmancli.spec of Package wsmancli
#
# spec file for package wsmancli (Version 2.1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: wsmancli
BuildRequires: gcc-c++ libwsman-devel pkgconfig
BuildRequires: libcurl-devel
Version: 2.1.0
Release: 1
Url: http://www.openwsman.org/
License: BSD 3-Clause
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
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
* Tue Sep 16 2008 prusnak@suse.cz
- update to 2.1.0
* adapted to the new openwsman 2.1
* Tue Apr 29 2008 prusnak@suse.cz
- update to 2.0.0
* adapted to the new openwsman 2.0 API
* Thu Jan 17 2008 prusnak@suse.cz
- update to svn 2354 to sync with openwsman svn version
* Tue Nov 06 2007 prusnak@suse.cz
- updated to 1.5.0
- dropped obsolete patch (included in update)
* Fri Aug 03 2007 kkaempf@suse.de
- update to 1.2.0
- fix dependencies
- fix compiler warnings
* Tue Jul 24 2007 prusnak@suse.cz
- added openwsman-client to BuildRequires
* Fri Jul 13 2007 prusnak@suse.cz
- created package (version 1.1.0)
- based on BuildService package wsmancli in home:nashif