summaryrefslogtreecommitdiffstats
path: root/wsmancli.spec.in
blob: 69a50fafbf488beb5d650120bef166fd9507234e (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
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 pkgconfig curl-devel
Requires:       openwsman curl
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