|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
%global tarball_name apache-libcloud
|
|
|
|
|
|
|
|
|
|
Name: python-libcloud
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Version: 1.3.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A Python library to address multiple cloud provider APIs
|
|
|
|
|
|
|
|
|
@ -17,8 +17,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
|
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libcloud is a client library for interacting with many of the popular cloud
|
|
|
|
@ -28,9 +27,11 @@ products that work between any of the services that it supports.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -qn %{tarball_name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -42,24 +43,29 @@ rm -rf %{buildroot}
|
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 21 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
|
|
|
|
|
- Python Libcloud 1.1.0 release
|
|
|
|
|
* Mon Oct 24 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.3.0-1
|
|
|
|
|
- Python Libcloud 1.3.0 release
|
|
|
|
|
|
|
|
|
|
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-2
|
|
|
|
|
- EL6 dependencies fixed.
|
|
|
|
|
* Tue Jul 12 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
|
|
|
|
|
- Python Libcloud 1.1.0 release
|
|
|
|
|
|
|
|
|
|
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-1
|
|
|
|
|
- This is a bug-fix release of the 0.20 series.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 17 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1
|
|
|
|
|
- Libcloud 0.18.0 release with new features, improvements and bug-fixes.
|
|
|
|
|
* Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1
|
|
|
|
|
- Release 0.20.0 with new features and improvements
|
|
|
|
|
|
|
|
|
|
* Sat Feb 21 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
|
|
|
|
|
- Libcloud 0.17.0 release it brings many new features, improvements and
|
|
|
|
|
bug-fixes.
|
|
|
|
|
* Mon Aug 10 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1
|
|
|
|
|
- Apache Libcloud 0.18.0 release with bug fixes and new features
|
|
|
|
|
|
|
|
|
|
* Thu Nov 13 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
|
|
|
|
|
- Libcloud 0.16.0 release with many new features, improvements and bug-fixes.
|
|
|
|
|
* Fri Feb 20 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
|
|
|
|
|
- Apache Libcloud 0.17.0 release
|
|
|
|
|
|
|
|
|
|
* Wed Nov 12 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
|
|
|
|
|
- First release in the 0.16 series
|
|
|
|
|
|
|
|
|
|
* Mon Jul 21 2014 Daniel Bruno <dbruno@fedoraproject.org - 0.15.1-2
|
|
|
|
|
- Libcloud 0.15.1 bug-fix release
|
|
|
|
|
|
|
|
|
|
* Fri Jun 27 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.15.0-1
|
|
|
|
|
- First release in the 0.15 series which it brings many new features,
|
|
|
|
@ -112,3 +118,4 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
* Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2
|
|
|
|
|
- First build package build
|
|
|
|
|
|
|
|
|
|