Initial Import to devel
This commit is contained in:
parent
6bab49f9a5
commit
7f87fd34a9
@ -0,0 +1 @@
|
||||
wsmancli-2.1.0.tar.bz2
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
wsmancli-2_1_0-1_fc9:HEAD:wsmancli-2.1.0-1.fc9.src.rpm:1225537538
|
41
wsmancli.spec
Normal file
41
wsmancli.spec
Normal file
@ -0,0 +1,41 @@
|
||||
Name: wsmancli
|
||||
Version: 2.1.0
|
||||
Release: 1%{dist}
|
||||
License: BSD
|
||||
Url: http://www.openwsman.org/
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
|
||||
Group: Applications/System
|
||||
BuildRequires: openwsman-devel >= 2.1.0 pkgconfig curl-devel
|
||||
Requires: openwsman curl
|
||||
Summary: WS-Management-Command line Interface
|
||||
|
||||
%description
|
||||
Command line interface for managing
|
||||
systems using Web Services Management protocol.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-more-warnings
|
||||
make %{?_smp_flags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/wsman
|
||||
%{_bindir}/wseventmgr
|
||||
%doc COPYING README
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Sep 30 2008 <srinivas_ramanatha@dell.com> - 2.1.0-1%{?dist}
|
||||
- Modified the spec file to adhere to fedora packaging guidelines.
|
||||
|
Loading…
Reference in New Issue
Block a user