1#
2# $Id: sblim-wbemcli.spec.in,v 1.7 2008/08/07 18:25:41 tyreld Exp $
3#
4# Package spec for wbemcli
5#
6
7BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8
9Summary: SBLIM WBEM Command Line Interface
10Name: sblim-wbemcli
11Version: 1.6.3
12Release: 1
13Group: Systems Management/Base
14URL: http://www.sblim.org
15License: EPL
16
17Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
18
19BuildRequires: curl-devel >= 7.9.3
20Requires: curl >= 7.9.3
21
22%Description
23WBEM Command Line Interface is a standalone, command line WBEM client. It is
24specially suited for basic systems management tasks as it can be used in
25scripts.
26
27%prep
28%setup
29
30%build
31%configure
32make %{?smp_mflags}
33
34%install
35[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
36%makeinstall
37mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
38
39%clean
40[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(-,root,root)
44%{_bindir}/wbem*
45%{_mandir}/man1/*
46%{_datadir}/%{name}
47
48%changelog
49* Thu Aug 07 2008 Tyrel Datwyler <tyreld@us.ibm.com> 1.6.0-1
50  - Re-licensed under the EPL
51  - Several bug fixes
52
53* Mon Nov 21 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> 1.5.1-1
54  - Upgrade to version 1.5.1 (SSL V3 enforced, default CACERT).
55
56* Thu Oct 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> 1.5.0-1
57  - Minor enhancements for Fedora compatibility, still not daring to
58    nuke the build root though
59
60* Thu Jul 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> 1.5.0-0
61  - Updates for rpmlint complaints
62