From 181f39e6494fb9d64ce4a692261f54a0251aa096 Mon Sep 17 00:00:00 2001 From: Sam Kottler Date: Sun, 30 Jun 2013 22:40:37 -0400 Subject: Some improvements to the spec --- wsmancli.spec | 12 +++--------- 1 file 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 2.3.3-1 - new package built with tito - -* Sun Jun 30 2013 Sam Kottler 2.3.2-1 -- new package built with tito -* Sun Jun 30 2013 Sam Kottler 2.3.1-1 -- new package built with tito -- cgit