summaryrefslogtreecommitdiffstats
path: root/wsmancli.spec.in
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2006-11-11 04:06:18 +0000
committerAnas Nashif <nashif@intel.com>2006-11-11 04:06:18 +0000
commitf9becc449b696b8fe39ed53dfa4f5121723b81b3 (patch)
tree5edfeb5a4adefdba906829151706dc48afbf3b7f /wsmancli.spec.in
parent229f300df3229d6dd26a6b9fc931532696c16e83 (diff)
downloadwsmancli-f9becc449b696b8fe39ed53dfa4f5121723b81b3.tar.gz
wsmancli-f9becc449b696b8fe39ed53dfa4f5121723b81b3.tar.xz
wsmancli-f9becc449b696b8fe39ed53dfa4f5121723b81b3.zip
preparing for release
Diffstat (limited to 'wsmancli.spec.in')
-rw-r--r--wsmancli.spec.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/wsmancli.spec.in b/wsmancli.spec.in
new file mode 100644
index 0000000..a91b6bc
--- /dev/null
+++ b/wsmancli.spec.in
@@ -0,0 +1,35 @@
+Name: wsmancli
+Version: @PACKAGE_VERSION@
+Release: 1
+License: BSD
+Url: http://www.openwsman.org/
+Source: %{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Group: Applications/Management
+BuildRequires: openwsman-devel
+Requires: openwsman
+Summary: Opensource Implementation of WS-Management - Command line Utility
+
+
+%description
+Part of openwsman, an Opensource Implementation of WS-Management
+
+
+
+%prep
+%setup
+
+%build
+%configure
+make
+
+%install
+make DESTDIR=%{buildroot} install
+%clean
+rm -rf "$RPM_BUILD_ROOT"
+
+%files
+%defattr(-,root,root)
+%{_bindir}/wsman
+%{_bindir}/wsmid_identfy
+