summaryrefslogtreecommitdiffstats
path: root/wsmancli.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'wsmancli.spec.in')
-rw-r--r--wsmancli.spec.in54
1 files changed, 0 insertions, 54 deletions
diff --git a/wsmancli.spec.in b/wsmancli.spec.in
deleted file mode 100644
index 90fd5df..0000000
--- a/wsmancli.spec.in
+++ /dev/null
@@ -1,54 +0,0 @@
-#
-# spec file for package wsmancli (Version @PACKAGE_VERSION@)
-#
-
-# norootforbuild
-
-
-Name: wsmancli
-BuildRequires: gcc-c++ libwsman-devel >= 2.2.7 libwsman_clientpp-devel >= 2.2.7 pkgconfig
-%if 0%{?suse_version} > 1010
-BuildRequires: libcurl-devel
-%else
-# SLE 10
-BuildRequires: curl-devel
-%endif
-Version: @PACKAGE_VERSION@
-Release: 11
-Url: http://www.openwsman.org/
-License: BSD3c
-Group: System/Management
-Summary: Opensource Implementation of WS-Management - Command line utility
-Source: %{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
-%description
-Part of Openwsman, an Opensource Implementation of WS-Management
-
-
-
-Authors:
---------
- Anas Nashif <anas.nashif@intel.com>
- Vadim Revyakin <vadim.revyakin@intel.com>
- Denis Sadykov <denis.sadykov@intel.com>
-
-%prep
-%setup -q -n %{name}-%{version}
-
-%build
-%configure --disable-more-warnings
-make %{?jobs:-j%jobs}
-
-%install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%{_bindir}/wsman
-%{_bindir}/wseventmgr
-
-%changelog