1c58ae7
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
69cb051
69cb051
%global tarball_name apache-libcloud
69cb051
69cb051
Name:           python-libcloud
a1e6ccc
Version:        1.3.0
21c5712
Release:        1%{?dist}
69cb051
Summary:        A Python library to address multiple cloud provider APIs
69cb051
69cb051
Group:          Development/Languages
69cb051
License:        ASL 2.0
69cb051
URL:            http://libcloud.apache.org/
1c58ae7
Source0:        http://pypi.python.org/packages/source/a/apache-libcloud/%{tarball_name}-%{version}.tar.gz
69cb051
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
69cb051
69cb051
BuildArch:      noarch
1c58ae7
1c58ae7
BuildRequires:  python-setuptools
7139287
7139287
BuildRequires:  python2-devel
69cb051
69cb051
%description
69cb051
libcloud is a client library for interacting with many of the popular cloud 
69cb051
server providers.  It was created to make it easy for developers to build 
69cb051
products that work between any of the services that it supports.
69cb051
69cb051
%prep
69cb051
%setup -qn %{tarball_name}-%{version}
69cb051
69cb051
%build
69cb051
%{__python} setup.py build
69cb051
69cb051
%install
8840386
rm -rf %{buildroot}
69cb051
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
7139287
69cb051
%clean
69cb051
rm -rf %{buildroot}
69cb051
69cb051
%files
69cb051
%defattr(-,root,root,-)
ffb3402
%doc LICENSE README.rst
69cb051
%{python_sitelib}/*
69cb051
69cb051
%changelog
a1e6ccc
* Mon Oct 24 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.3.0-1
a1e6ccc
- Python Libcloud 1.3.0 release
a1e6ccc
0741afa
* Tue Jul 12 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
0741afa
- Python Libcloud 1.1.0 release
0741afa
0741afa
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-1
0741afa
- This is a bug-fix release of the 0.20 series.
0741afa
0741afa
* Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1
0741afa
- Release 0.20.0 with new features and improvements
0741afa
0741afa
* Mon Aug 10 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1
0741afa
- Apache Libcloud 0.18.0 release with bug fixes and new features
0741afa
7139287
* Fri Feb 20 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
7139287
- Apache Libcloud 0.17.0 release
aba8c5b
7139287
* Wed Nov 12 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
7139287
- First release in the 0.16 series
95368c2
7139287
* Mon Jul 21 2014 Daniel Bruno 
7139287
- Libcloud 0.15.1 bug-fix release
ede8a61
1c58ae7
* Fri Jun 27 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.15.0-1
1c58ae7
- First release in the 0.15 series which it brings many new features,
1c58ae7
  improvements and bug fixes
5b93eea
66043eb
* Mon Feb 10 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.14.1-1
66043eb
- Release 0.14.1 includes some bug-fixes, improvements and new features
66043eb
ffb3402
* Fri Jan 31 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.14.0-1
ffb3402
- Libcloud new release 0.14.0
ffb3402
7d12b36
* Fri Jan 03 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.13.3-1
7d12b36
- Security Fix - BUG: 1047867 1047868
7d12b36
8294bdb
* Thu Sep 19 2013 Daniel Bruno <dbruno@fedoraproject.org> - 0.13.2-11
8294bdb
- Some bug fixes from Upstream
8294bdb
1e80bb3
* Mon Sep 09 2013 Daniel Bruno <dbruno@fedoraproject.org> - 0.13.1-10
1e80bb3
- Update to upstream release 0.13.1
70f4f82
6c05598
* Mon Jul 01 2013 Daniel Bruno dbruno@fedoraproject.org - 0.13.0-9
6c05598
- Update to upstream release 0.13.0, more details on Release Notes.
6c05598
8f5f71f
* Thu May 16 2013 Daniel Bruno dbruno@fedoraproject.org - 0.12.4-8
8f5f71f
- Update to upstream version 0.12.4
8f5f71f
dfc59a2
* Tue Mar 26 2013 Daniel Bruno dbruno@fedoraproject.org - 0.12.3-6
dfc59a2
- Update to upstream version 0.12.3
dfc59a2
db88380
* Tue Feb 19 2013 Daniel Bruno dbruno@fedoraproject.org - 0.12.1-5
db88380
- Update to upstream version 0.12.1
fc4eee8
db88380
* Wed Oct 10 2012 Daniel Bruno dbruno@fedoraproject.org - 0.11.3-4
db88380
- Update to 0.11.3
db88380
db88380
* Thu Aug 02 2012 Daniel Bruno dbruno@fedoraproject.org - 0.11.1-3
db88380
- Updating to upstream release 0.11.1
69cb051
69cb051
* Fri Jun 15 2012 Daniel Bruno dbruno@fedoraproject.org - 0.9.1-2
69cb051
- Update to upstream version 0.10.1
69cb051
69cb051
* Mon Apr 16 2012 Daniel Bruno dbruno@fedoraproject.org - 0.9.1-1
69cb051
- update to 0.9.1
69cb051
69cb051
* Mon Mar 26 2012 Daniel Bruno dbruno@fedoraproject.org - 0.8.0-4
69cb051
- Updating release to 0.8.0
69cb051
69cb051
* Fri Dec 30 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-3
69cb051
- Standardizing the description
69cb051
69cb051
* Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2
69cb051
- First build package build
894b339