diff options
-rw-r--r-- | wsmancli.spec | 12 |
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 |