Name: python-novaclient Epoch: 1 Version: 2.11.1 Release: 2%{?dist} Summary: Python API and CLI for OpenStack Nova Group: Development/Languages License: ASL 2.0 URL: http://pypi.python.org/pypi/%{name} Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools Requires: python-argparse Requires: python-simplejson Requires: python-httplib2 Requires: python-prettytable Requires: python-setuptools Requires: python-iso8601 Requires: python-keyring Requires: python-requests %description This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API. %package doc Summary: Documentation for OpenStack Nova API Client Group: Documentation BuildRequires: python-sphinx %description doc This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API. This package contains auto-generated documentation. %prep %setup -q # Remove bundled egg-info rm -rf python_novaclient.egg-info # let RPM handle deps # TODO: Have the following handle multi line entries sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} mv %{buildroot}/usr/novaclient/versioninfo %{buildroot}%{python_sitelib}/novaclient/versioninfo mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d install -pm 644 tools/nova.bash_completion %{buildroot}%{_sysconfdir}/bash_completion.d/nova # Delete tests rm -fr %{buildroot}%{python_sitelib}/tests export PYTHONPATH="$( pwd ):$PYTHONPATH" sphinx-build -b html doc/source html # Fix hidden-file-or-dir warnings rm -fr html/.doctrees html/.buildinfo %files %doc README.rst %doc LICENSE %{_bindir}/nova %{python_sitelib}/novaclient %{python_sitelib}/*.egg-info %{_sysconfdir}/bash_completion.d %files doc %doc html %changelog * Fri Mar 08 2013 Alan Pevec 2.11.1-2 - Add dependency on python-requests and python-keyring (#919337) * Thu Mar 07 2013 Alan Pevec 2.11.1-1 - Update to latest upstream release * Thu Feb 14 2013 Fedora Release Engineering - 1:2.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Dec 21 2012 Alan Pevec 2.10.0-2 - Include bash_completion file (#872544) (Alvaro Lopez Ortega) - Add dependency on python-iso8601 (#881515) * Mon Dec 03 2012 Alan Pevec 2.10.0-1 - Update to latest upstream release * Thu Sep 27 2012 Pádraig Brady 1:2.9.0-1 - Update to latest upstream release (aligned with Folsom) * Tue Sep 25 2012 Pádraig Brady 1:2.8.0.26-2 - Update to latest upstream release * Wed Aug 22 2012 Pádraig Brady 2012.2-0.3.f1 - Add dependency on python-setuptools (#849477) * Sat Jul 21 2012 Fedora Release Engineering - 2012.2-0.2.f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 13 2012 Pádraig Brady 2012.2-0.1.f1 - Update to folsom-1 release * Sun Apr 8 2012 Pádraig Brady 2012.1-1 - Update to essex release - Include LICENSE (#732695) * Thu Mar 22 2012 Pádraig Brady 2012.1-0.4.rc1 - Avoid a horizon issue trying to write to /var/www (#801202) * Wed Mar 21 2012 Pádraig Brady 2012.1-0.3.rc1 - Update to essex-rc1 * Tue Mar 06 2012 Alan Pevec 2012.1-0.2.e4 - Update to essex-4 * Fri Jan 27 2012 Pádraig Brady - 2012.1-0.1.e3 - Update to essex milestone 3 * Sat Jan 14 2012 Fedora Release Engineering - 2.6.1-0.5.89bzr - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Aug 24 2011 Mark McLoughlin - 2.6.1-0.4.89bzr - Update to latest upstream snapshot - Don't use %%setup -n (#732694) * Mon Aug 22 2011 Mark McLoughlin - 2.6.1-0.3.83bzr - Remove python-devel BR - Remove the openstack-novaclient sub-package * Fri Aug 19 2011 Mark McLoughlin - 2.6.1-0.2.83bzr - Remove argparse from egg requires.txt; no egg info for argparse available * Wed Aug 17 2011 Mark McLoughlin - 2.6.1-0.1.83bz - Update to latest upstream * Wed Aug 10 2011 Mark McLoughlin - 2.6.1-0.1.74bzr - Update to latest upstream * Mon Aug 8 2011 Mark McLoughlin - 2.5.1-1 - Initial package from Alexander Sakhnov with cleanups by Mark McLoughlin