File python-pywbem.spec of Package python-pywbem
#
# spec file for package python-pywbem (Version 0.4.cvs20060406)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# usedforbuild aaa_base acl attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison bzip2 coreutils cpio cpp cpp41 cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gcc41 gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libcom_err libgcc41 libltdl libmudflap41 libnscd libstdc++41 libtool libvolume_id libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils python python-devel rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel
Name: python-pywbem
BuildRequires: python-devel
Version: 0.4.svn20061006
Release: 1
Group: System/Management
Summary: Python module for making CIM operation calls using the WBEM protocol
License: GPL
URL: http://pywbem.sf.net/
Source0: pywbem-%{version}.tar.gz
Requires: python-xml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
PyWBEM is a Python module for making CIM operation calls using the WBEM
protocol to query and update managed objects.
Authors:
--------
Tim Potter <tpot@hp.com>
%debug_package
%prep
%setup -q -n pywbem-%{version}
%build
python setup.py build
%install
%{__rm} -rf $RPM_BUILD_ROOT
python setup.py install --prefix=%{_prefix} --root $RPM_BUILD_ROOT
# END OF INSTALL
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%if 0%{?fedora_version}
%dir %{_libdir}/python*/site-packages/pywbem
%{_libdir}/python*/site-packages/pywbem/*
%else
%dir %{py_sitedir}/pywbem
%{py_sitedir}/pywbem/*
%endif
%changelog -n python-pywbem
* Wed Apr 26 2006 - bwhiteley@suse.de
- Renamed package from python-wbem to python-pywbem per request
from upstream maintainer
* Fri Apr 07 2006 - bwhiteley@suse.de
- Update to CVS snapshot. This includes several fixes which enable
method invocation.
* Tue Feb 28 2006 - jmatejek@suse.cz
- updated to reflect python changes due to #149809
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Dec 16 2005 - bwhiteley@suse.de
- added "Requires: python-xml"
* Tue Nov 15 2005 - bwhiteley@suse.de
- Updated to real version 0.4. Previously version 0.4 was a pre-
release "under the table" distribution from Tim Potter
* Fri Oct 07 2005 - bwhiteley@suse.de
- Initial package