update wsmancli.spec

This commit is contained in:
jiaxiya 2019-12-07 00:33:40 +08:00
parent af307fca85
commit 0e783f1572

View File

@ -1,11 +1,11 @@
Name: wsmancli Name: wsmancli
Version: 2.6.0 Version: 2.6.0
Release: 1 Release: 9
Summary: Command line interface of Web Services for Management (WS-MAN). Summary: Command line interface of open wsman.
License: BSD License: BSD
Url: http://www.openwsman.org/ Url: http://www.openwsman.org/
Source: wsmancli-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Source1: COPYING Source1: COPYING
Source2: README Source2: README
Source3: AUTHORS Source3: AUTHORS
@ -17,19 +17,19 @@ Requires: openwsman curl
%description %description
Web Services for Management (WS-MAN) is a specification for managing computer systems using web services standards. Web Services for Management (WS-MAN) is a specification for managing computer systems using web services standards.
This project is an open source implementation of WS-MAN; enabling the in-band management of Linux/uni* platforms. Open wsman is an open source implementation of WS-MAN; enabling the in-band management of Linux/uni* platforms.
%prep %prep
%autosetup -n wsmancli-%{version} -p1 %autosetup -n %{name}-%{version} -p1
cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .; cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .;
%build %build
./bootstrap ./bootstrap
%configure --disable-more-warnings %configure --disable-more-warnings
make %{?_smp_flags} %make_build
%install %install
make DESTDIR=%{buildroot} install %make_install
%package_help %package_help
@ -44,5 +44,5 @@ make DESTDIR=%{buildroot} install
%doc README AUTHORS %doc README AUTHORS
%changelog %changelog
* Sat Nov 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.6.0-1 * Sat Nov 30 2019 jiaxiya<jiaxiyajiaxiya@163.com> - 2.6.0-9
- Package init - Package init