Sophie

Sophie

distrib > Fedora > 17 > x86_64 > media > updates-src > by-pkgid > c7424b445fc54da565f7db10ed79776b > files > 2

ovirt-engine-sdk-3.2.0.11-1.fc17.src.rpm

Name: ovirt-engine-sdk
Version: 3.2.0.11
Release: 1%{dist}
Summary: oVirt Engine Software Development Kit
Group: Development/Libraries
License: ASL 2.0
URL: http://ovirt.org

# git clone git://gerrit.ovirt.org/ovirt-engine-sdk
# cd ovirt-engine-sdk
# git archive --prefix ovirt-engine-sdk-3.2.0.11/ 3.2.0.11 | xz > ovirt-engine-sdk-3.2.0.11.tar.xz
Source: ovirt-engine-sdk-%{version}.tar.xz

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

%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 May 14 2013 Juan Hernandez <juan.hernandez@redhat.com> - 3.2.0.11-1
- Update to upstream 3.2.0.11

* Mon Mar 11 2013 Juan Hernandez <juan.hernandez@redhat.com> - 3.2.0.10-1
- Update to upstream 3.2.0.10

* Wed Feb 20 2013 Juan Hernandez <juan.hernandez@redhat.com> - 3.2.0.9-1
- Update to upstream 3.2.0.9

* Wed Jan 30 2013 Juan Hernandez <juan.hernandez@redhat.com> - 3.2.0.8-1
- Update to upstream 3.2.0.8
- Fix for #905359

* Thu Sep 20 2012 Juan Hernandez <juan.hernandez@redhat.com> - 3.2.0.2-1
- Update to upstream 3.2.0.2

* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Tue Feb 7 2012 Ofer Schreiber <oschreib@redhat.com> - 1.3-1
- rebuilt for new upstream 1.3

* Tue Feb 7 2012 Michael Pasternak <mpastern@redhat.com> - 1.3
- rebased to latest ovirt-engine-api:
  - added update() for role resource
  - various parameter wrapping improvements

* Thu Jan 19 2012 Michael Pasternak <mpastern@redhat.com> - 1.2-1
- use direct URI on get(id=x) rather than search pattern
- extention for #782707

* Mon Jan 16 2012 Michael Pasternak <mpastern@redhat.com> - 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 <oschreib@redhat.com> - 1.0-1
- Initial build