rpms/pywbem/F-10 import.log, NONE, 1.1 pywbem.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Nalley ke4qqq at fedoraproject.org
Sun Jun 28 18:46:57 UTC 2009


Author: ke4qqq

Update of /cvs/pkgs/rpms/pywbem/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15483/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pywbem.spec 
Log Message:
* Sun June 28 2009 David Nalley <david at gnsa.us> 0.7.0-2
- Initial commit



--- NEW FILE import.log ---
pywbem-0_7_0-2_fc11:F-10:pywbem-0.7.0-2.fc11.src.rpm:1246214618


--- NEW FILE pywbem.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name:           pywbem 
Version:        0.7.0
Release:        2%{dist} 
Summary:        Python WBEM Client and Provider Interface
Group:          Development/Libraries
License:        LGPLv2
URL:            http://pywbem.sourceforge.net
Source0:        http://downloads.sourceforge.net/pywbem/pywbem-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  python-setuptools-devel 
BuildArch:      noarch
Requires:       python-twisted
%description
A Python library for making CIM (Common Information Model) operations over HTTP 
using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM 
client should be easy to use and not necessarily require a large amount of 
programming knowledge. It is suitable for a large range of tasks from simply 
poking around to writing web and GUI applications. 

WBEM, or Web Based Enterprise Management is a manageability protocol, like 
SNMP, standardised by the Distributed Management Task Force (DMTF) available 
at http://www.dmtf.org/standards/wbem.

It also provides a Python provider interface, and is the fastest and 
easiest way to write providers on the planet.

%prep
%setup -q -n %{name}-%{version}

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
mkdir -p -m755 %{buildroot}%{_bindir}
mv %{buildroot}/%{python_sitelib}/%{name}/wbemcli.py %{buildroot}/%{_bindir}/pywbemcli
mv %{buildroot}/%{python_sitelib}/%{name}/mof_compiler.py %{buildroot}/%{_bindir}/mofcomp

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{python_sitelib}/*
%attr(755,root,root) %{_bindir}/mofcomp
%attr(755,root,root) %{_bindir}/pywbemcli
%doc README

%changelog
* Sun Jun 28 2009 David Nalley <david at gnsa.us> 0.7.0-2
- Added some verbiage regarding what WBEM is and expanding WBEM and CIM acronyms
- Added python-twisted as a dependency
* Mon Jun 25 2009 David Nalley <david at gnsa.us> 0.7.0-1
- Initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pywbem/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 Jun 2009 18:10:07 -0000	1.1
+++ .cvsignore	28 Jun 2009 18:46:27 -0000	1.2
@@ -0,0 +1 @@
+pywbem-0.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pywbem/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 Jun 2009 18:10:07 -0000	1.1
+++ sources	28 Jun 2009 18:46:27 -0000	1.2
@@ -0,0 +1 @@
+f005a1862ea69b83f7c356552361f54d  pywbem-0.7.0.tar.gz




More information about the fedora-extras-commits mailing list