Name: python-nova-adminclient Version: 0.1.8 Release: 2%{?dist} Summary: Client library for administering OpenStack Nova License: ASL 2.0 URL: http://www.openstack.org Source0: http://pypi.python.org/packages/source/n/nova-adminclient/nova-adminclient-0.1.8.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools %description This package provides a set of Python classes that can be used to manage an instance of OpenStack Nova. These classes utilize the EC2 API that is provided by Nova. %prep %setup -q -n nova-adminclient-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %doc README LICENSE %{python_sitelib}/* %changelog * Mon Jan 16 2012 Russell Bryant - 0.1.8-2 - Changed python-devel to python2-devel - Removed unnecessary python_sitelib definition - Added some more information to the description * Sun Jan 15 2012 Russell Bryant - 0.1.8-1 - Initial package