167 Star 0 Fork 8

src-openEuler/wsmancli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wsmancli.spec 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2023-10-09 11:00 +08:00 . Upgrade version to 2.6.2
Name: wsmancli
Version: 2.6.2
Release: 1
Summary: Command line interface of open wsman.
License: BSD-3-Clause
Url: http://www.openwsman.org/
Source: https://github.com/Openwsman/wsmancli/archive/v{version}/%{name}-%{version}.tar.gz
Source1: COPYING
Source2: README
Source3: AUTHORS
Patch0: missing-pthread-symbols.patch
BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel
BuildRequires: autoconf automake libtool
Requires: openwsman curl
%description
Web Services for Management (WS-MAN) is a specification for managing computer systems using web services standards.
Open wsman is an open source implementation of WS-MAN; enabling the in-band management of Linux/uni* platforms.
%prep
%autosetup -n %{name}-%{version} -p1
cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .;
%build
./bootstrap
%configure --disable-more-warnings
%make_build
%install
%make_install
%package_help
%files
%{_bindir}/wsman
%{_bindir}/wseventmgr
%license COPYING
%files help
%{_mandir}/man1/wsman*
%{_mandir}/man1/wseventmgr*
%doc README AUTHORS
%changelog
* Mon Oct 09 2023 xu_ping <[email protected]> - 2.6.2-1
- Upgrade version to 2.6.2
* Tue May 10 2022 yaoxin <[email protected]> - 2.6.0-11
- License compliance rectification
* Mon Sep 14 2020 Ge Wang<[email protected]> - 2.6.0-10
- Modify Source0 Url
* Sat Nov 30 2019 jiaxiya<[email protected]> - 2.6.0-9
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/wsmancli.git
[email protected]:src-openeuler/wsmancli.git
src-openeuler
wsmancli
wsmancli
master

搜索帮助