6b07eb8
#
Bob Kukura 34fc4bc
# This is 2012.2 folsom milestone 1
6b07eb8
#
6b07eb8
6b07eb8
Name:       python-quantumclient
Bob Kukura 34fc4bc
Version:    2012.2
Bob Kukura 34fc4bc
Release:    0.1.f1%{?dist}
6b07eb8
Summary:    Python API and CLI for OpenStack Quantum
6b07eb8
6b07eb8
Group:      Development/Languages
6b07eb8
License:    ASL 2.0
6b07eb8
URL:        https://github.com/openstack/python-quantumclient
6b07eb8
BuildArch:  noarch
6b07eb8
Bob Kukura 34fc4bc
Source0:    https://launchpad.net/quantum/folsom/folsom-1/+download/python-quantumclient-%{version}~f1.tar.gz
6b07eb8
6b07eb8
BuildRequires: python2-devel
6b07eb8
BuildRequires: python-setuptools
6b07eb8
6b07eb8
%description
6b07eb8
Client library and command line utility for interacting with Openstack
6b07eb8
Quantum's API.
6b07eb8
6b07eb8
%prep
6b07eb8
%setup -q
Bob Kukura 8d35aee
6b07eb8
%build
6b07eb8
%{__python} setup.py build
6b07eb8
6b07eb8
%install
6b07eb8
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
6b07eb8
Bob Kukura b0f290e
# Remove unused files
Bob Kukura 34fc4bc
rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests
6b07eb8
6b07eb8
%files
Bob Kukura 671f558
%doc LICENSE
6b07eb8
%doc README
6b07eb8
%{_bindir}/quantum
Bob Kukura 34fc4bc
%{python_sitelib}/quantumclient
6b07eb8
%{python_sitelib}/*.egg-info
6b07eb8
6b07eb8
6b07eb8
%changelog
Bob Kukura 34fc4bc
* Mon Jun 18 2012 Robert Kukura <rkukura@redhat.com> - 2012.2-0.1.f1
Bob Kukura 34fc4bc
- Update to folsom milestone 1
Bob Kukura 34fc4bc
Bob Kukura 7c5c5bb
* Mon Apr  9 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-1
Bob Kukura 7c5c5bb
- Update to essex final release
Bob Kukura 7c5c5bb
Bob Kukura b0f290e
* Thu Apr  5 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-0.5.rc2
Bob Kukura b0f290e
- Update to essex rc2 milestone
Bob Kukura b0f290e
- Exclude tests
Bob Kukura b0f290e
Bob Kukura 671f558
* Wed Mar 21 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-0.4.rc1
Bob Kukura 671f558
- Update to official essex rc1 milestone
Bob Kukura 671f558
- Include LICENSE file
Bob Kukura 671f558
Bob Kukura 2e0ee4a
* Mon Mar 19 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-0.3.e4
Bob Kukura 2e0ee4a
- Update to essex RC1
Bob Kukura 2e0ee4a
Bob Kukura 8d35aee
* Thu Mar  1 2012 Robert Kukura <rkukura@redhat.com> - 2012.1-0.2.e4
Bob Kukura 8d35aee
- Update to essex milestone 4
Bob Kukura 8d35aee
6b07eb8
* Thu Jan 26 2012 Cole Robinson <crobinso@redhat.com> - 2012.1-0.1.e3
6b07eb8
- Initial package