Name: ovirt-engine-sdk Version: 1.3 Release: 1%{dist} Summary: oVirt Engine Software Development Kit Group: Development/Libraries License: ASL 2.0 URL: http://ovirt.org Source0: http://ovirt.org/releases/stable/src/ovirt-engine-sdk-%{version}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools-devel BuildArch: noarch Requires: python Requires: python-lxml %description This package contains The oVirt-Engine Software Development Kit. With this package, custom software can be built for oVirt-Engine. %prep %setup -q -n %{name} %build %{__python} -c 'import setuptools; execfile("setup.py")' build %install %{__python} -c 'import setuptools; execfile("setup.py")' install -O1 --skip-build --root %{buildroot} %files %defattr(-,root,root,-) %dir %attr(0755, root, root) %{python_sitelib}/ovirtsdk %{python_sitelib}/ovirtsdk %{python_sitelib}/ovirt_engine_sdk-*-info %doc AUTHORS %doc README %doc LICENSE %changelog * Tue Feb 7 2012 Ofer Schreiber - 1.3-1 - rebuilt for new upstream 1.3 * Tue Feb 7 2012 Michael Pasternak - 1.3 - rebased to latest ovirt-engine-api: - added update() for role resource - various parameter wrapping improvements * Thu Jan 19 2012 Michael Pasternak - 1.2-1 - use direct URI on get(id=x) rather than search pattern - extention for #782707 * Mon Jan 16 2012 Michael Pasternak - 1.1-1 - add connectivity check and disconnect methods for #781820 https://bugzilla.redhat.com/show_bug.cgi?id=781820 * Thu Dec 15 2011 Ofer Schreiber - 1.0-1 - Initial build