auto-import sblim-wbemcli-1.5.1-1 on branch devel from

sblim-wbemcli-1.5.1-1.src.rpm
This commit is contained in:
Mark Hamzy 2006-02-08 17:33:30 +00:00
parent efadcd7608
commit 9804fa41af
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1 @@
sblim-wbemcli-1.5.1.tar.bz2

59
sblim-wbemcli.spec Normal file
View File

@ -0,0 +1,59 @@
#
# $Id: sblim-wbemcli.spec,v 1.1 2006/02/08 17:33:30 hamzy Exp $
#
# Package spec for wbemcli (RH version)
#
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Summary: SBLIM WBEM Command Line Interface
Name: sblim-wbemcli
Version: 1.5.1
Release: 1
Group: Systems Management/Base
URL: http://www.sblim.org
License: CPL
Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
BuildRequires: curl-devel >= 7.9.3
Requires: curl >= 7.9.3
%Description
WBEM Command Line Interface is a standalone, command line WBEM client. It is
specially suited for basic systems management tasks as it can be used in
scripts.
%prep
%setup
%build
%configure CACERT=/etc/Pegasus/client.pem
make %{?smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/wbem*
%{_mandir}/man1/*
%{_datadir}/%{name}
%changelog
* Mon Nov 21 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> 1.5.1-1
- Upgrade to version 1.5.1 (SSL V3 enforced, default CACERT).
Created Fedora/RH specific spec file.
* Thu Oct 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> 1.5.0-1
- Minor enhancements for Fedora compatibility, still not daring to
nuke the build root though
* Thu Jul 28 2005 Viktor Mihajlovski <mihajlov@de.ibm.com> 1.5.0-0
- Updates for rpmlint complaints

View File

@ -0,0 +1 @@
2d048b0ebd0f6b34993e49a28ebda794 sblim-wbemcli-1.5.1.tar.bz2