summaryrefslogtreecommitdiffstats
path: root/wsmancli.spec
diff options
context:
space:
mode:
authorSam Kottler <shk@redhat.com>2013-06-30 22:40:37 -0400
committerSam Kottler <shk@redhat.com>2013-06-30 22:40:37 -0400
commit181f39e6494fb9d64ce4a692261f54a0251aa096 (patch)
tree04bc1b7c2e7a5ce005ee78858755ceae54e50385 /wsmancli.spec
parent840456ea8a927e22a9a10544cd692bffc0497947 (diff)
downloadwsmancli-181f39e6494fb9d64ce4a692261f54a0251aa096.tar.gz
wsmancli-181f39e6494fb9d64ce4a692261f54a0251aa096.tar.xz
wsmancli-181f39e6494fb9d64ce4a692261f54a0251aa096.zip
Some improvements to the spec
Diffstat (limited to 'wsmancli.spec')
-rw-r--r--wsmancli.spec12
1 files changed, 3 insertions, 9 deletions
diff --git a/wsmancli.spec b/wsmancli.spec
index 3022fb4..bf48ee4 100644
--- a/wsmancli.spec
+++ b/wsmancli.spec
@@ -3,7 +3,6 @@ BuildRequires: gcc-c++ libwsman-devel >= 2.2.7 libwsman_clientpp-devel >= 2.2.7
%if 0%{?suse_version} > 1010
BuildRequires: libcurl-devel
%else
-# SLE 10
BuildRequires: curl-devel
%endif
Version: 2.3.3
@@ -12,17 +11,17 @@ Url: http://www.openwsman.org/
License: BSD3c
Group: System/Management
Summary: Opensource Implementation of WS-Management - Command line utility
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Part of Openwsman, an Opensource Implementation of WS-Management
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
-%configure --disable-more-warnings
+%configure
make %{?jobs:-j%jobs}
%install
@@ -39,8 +38,3 @@ rm -rf $RPM_BUILD_ROOT
%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