summaryrefslogtreecommitdiffstats
path: root/wsmancli.spec.in
blob: a91b6bc36455a6043ac001e17d6415f8dc800e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Name:           wsmancli
Version:       @PACKAGE_VERSION@
Release:        1
License:        BSD
Url:            http://www.openwsman.org/
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Group:          Applications/Management
BuildRequires:  openwsman-devel
Requires:       openwsman
Summary:        Opensource Implementation of WS-Management - Command line Utility


%description
Part of openwsman, an Opensource Implementation of WS-Management 



%prep
%setup

%build
%configure 
make

%install
make DESTDIR=%{buildroot} install
%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%{_bindir}/wsman
%{_bindir}/wsmid_identfy