From 9804fa41af12909ac625db5422365492dfdaa721 Mon Sep 17 00:00:00 2001 From: Mark Hamzy Date: Wed, 8 Feb 2006 17:33:30 +0000 Subject: [PATCH] auto-import sblim-wbemcli-1.5.1-1 on branch devel from sblim-wbemcli-1.5.1-1.src.rpm --- .cvsignore | 1 + sblim-wbemcli.spec | 59 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 61 insertions(+) create mode 100644 sblim-wbemcli.spec diff --git a/.cvsignore b/.cvsignore index e69de29..4a90c53 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +sblim-wbemcli-1.5.1.tar.bz2 diff --git a/sblim-wbemcli.spec b/sblim-wbemcli.spec new file mode 100644 index 0000000..fe3a8ea --- /dev/null +++ b/sblim-wbemcli.spec @@ -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 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 1.5.0-1 + - Minor enhancements for Fedora compatibility, still not daring to + nuke the build root though + +* Thu Jul 28 2005 Viktor Mihajlovski 1.5.0-0 + - Updates for rpmlint complaints diff --git a/sources b/sources index e69de29..7a9aa89 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2d048b0ebd0f6b34993e49a28ebda794 sblim-wbemcli-1.5.1.tar.bz2