[packages/wsmancli] - new

qboosh qboosh at pld-linux.org
Sun Oct 9 20:55:04 CEST 2022


commit 21ff309b6e95fc2029098a40357c0e7660433792
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Oct 9 20:55:34 2022 +0200

    - new

 wsmancli.spec | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
---
diff --git a/wsmancli.spec b/wsmancli.spec
new file mode 100644
index 0000000..289772c
--- /dev/null
+++ b/wsmancli.spec
@@ -0,0 +1,64 @@
+Summary:	Command line client utilities for WS-Management
+Summary(pl.UTF-8):	Narzędzia klienckie do zarządzania WS z linii poleceń
+Name:		wsmancli
+Version:	2.6.0
+Release:	1
+License:	BSD
+Group:		Applications/System
+#Source0Download: https://github.com/Openwsman/wsmancli/releases
+Source0:	https://github.com/Openwsman/wsmancli/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	df418d6d78160fd4f88f890a8953907a
+URL:		https://github.com/Openwsman/wsmancli
+# for tests
+#BuildRequires:	CUnit-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	openwsman-devel >= 2.6.0
+BuildRequires:	pkgconfig
+Requires:	openwsman-libs >= 2.6.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides:
+- wsman: CLI utility for resource management over the WS-Management
+  protocol
+- wseventmgr: CLI utility for event management over the WS-Management
+  protocol
+
+%description -l pl.UTF-8
+Ten pakiet zawiera:
+- wsman - narzędzie linii poleceń do zarządzania zasobami przy użyciu
+  protokołu WS-Management
+- wseventmgr - narzędzie linii poleceń do zarządzania zdarzeniami przy
+  użyciu protokołu WS-Management
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	%{!?with_static_libs:--disable-static}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog 
+%attr(755,root,root) %{_bindir}/wseventmgr
+%attr(755,root,root) %{_bindir}/wsman
+%{_mandir}/man1/wseventmgr.1*
+%{_mandir}/man1/wsman.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wsmancli.git/commitdiff/21ff309b6e95fc2029098a40357c0e7660433792



More information about the pld-cvs-commit mailing list