summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Kottler <shk@redhat.com>2013-06-30 22:35:42 -0400
committerSam Kottler <shk@redhat.com>2013-06-30 22:35:42 -0400
commit840456ea8a927e22a9a10544cd692bffc0497947 (patch)
tree01b5c3879bd07e799974611479659a1fe45eeb94
parent208af2707bbeba66862330704d1876035ecc7bbd (diff)
downloadwsmancli-840456ea8a927e22a9a10544cd692bffc0497947.tar.gz
wsmancli-840456ea8a927e22a9a10544cd692bffc0497947.tar.xz
wsmancli-840456ea8a927e22a9a10544cd692bffc0497947.zip
Automatic commit of package [wsmancli] release [2.3.3-1].wsmancli-2.3.3-1
-rw-r--r--rel-eng/packages/wsmancli2
-rw-r--r--wsmancli.spec46
2 files changed, 47 insertions, 1 deletions
diff --git a/rel-eng/packages/wsmancli b/rel-eng/packages/wsmancli
index c079191..11445e0 100644
--- a/rel-eng/packages/wsmancli
+++ b/rel-eng/packages/wsmancli
@@ -1 +1 @@
-2.3.1-1 /
+2.3.3-1 /
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