]> git.pld-linux.org Git - packages/wsmancli.git/blob - wsmancli.spec
- new
[packages/wsmancli.git] / wsmancli.spec
1 Summary:        Command line client utilities for WS-Management
2 Summary(pl.UTF-8):      Narzędzia klienckie do zarządzania WS z linii poleceń
3 Name:           wsmancli
4 Version:        2.6.0
5 Release:        1
6 License:        BSD
7 Group:          Applications/System
8 #Source0Download: https://github.com/Openwsman/wsmancli/releases
9 Source0:        https://github.com/Openwsman/wsmancli/archive/v%{version}/%{name}-%{version}.tar.gz
10 # Source0-md5:  df418d6d78160fd4f88f890a8953907a
11 URL:            https://github.com/Openwsman/wsmancli
12 # for tests
13 #BuildRequires: CUnit-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 BuildRequires:  openwsman-devel >= 2.6.0
18 BuildRequires:  pkgconfig
19 Requires:       openwsman-libs >= 2.6.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This package provides:
24 - wsman: CLI utility for resource management over the WS-Management
25   protocol
26 - wseventmgr: CLI utility for event management over the WS-Management
27   protocol
28
29 %description -l pl.UTF-8
30 Ten pakiet zawiera:
31 - wsman - narzędzie linii poleceń do zarządzania zasobami przy użyciu
32   protokołu WS-Management
33 - wseventmgr - narzędzie linii poleceń do zarządzania zdarzeniami przy
34   użyciu protokołu WS-Management
35
36 %prep
37 %setup -q
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         %{!?with_static_libs:--disable-static}
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc ChangeLog 
61 %attr(755,root,root) %{_bindir}/wseventmgr
62 %attr(755,root,root) %{_bindir}/wsman
63 %{_mandir}/man1/wseventmgr.1*
64 %{_mandir}/man1/wsman.1*
This page took 0.060823 seconds and 3 git commands to generate.