summaryrefslogtreecommitdiffstats
path: root/wsmancli.spec
diff options
context:
space:
mode:
Diffstat (limited to 'wsmancli.spec')
-rw-r--r--wsmancli.spec46
1 files changed, 46 insertions, 0 deletions
diff --git a/wsmancli.spec b/wsmancli.spec
new file mode 100644
index 0000000..3022fb4
--- /dev/null
+++ b/wsmancli.spec
@@ -0,0 +1,46 @@
+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: 2.3.3
+Release: 1
+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
+
+%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
+* Sun Jun 30 2013 Sam Kottler <shk@redhat.com> 2.3.3-1
+- new package built with tito
+
+* Sun Jun 30 2013 Sam Kottler <shk@redhat.com> 2.3.2-1
+- new package built with tito
+* Sun Jun 30 2013 Sam Kottler <shk@redhat.com> 2.3.1-1
+- new package built with tito