|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-libcloud
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A Python library to address multiple cloud provider APIs
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
@ -17,7 +17,8 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libcloud is a client library for interacting with many of the popular cloud
|
|
|
|
@ -27,13 +28,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
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
@ -43,29 +42,24 @@ rm -rf %{buildroot}
|
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
|
|
|
|
* Tue Jul 12 2016 Daniel Bruno <dbruno@fedoraproject.org> - 1.1.0-1
|
|
|
|
|
* Thu Jul 21 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-2
|
|
|
|
|
- EL6 dependencies fixed.
|
|
|
|
|
|
|
|
|
|
* Sun Jan 24 2016 Daniel Bruno <dbruno@fedoraprojec.org> - 0.20.1-1
|
|
|
|
|
- This is a bug-fix release of the 0.20 series.
|
|
|
|
|
|
|
|
|
|
* Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1
|
|
|
|
|
- Release 0.20.0 with new features and improvements
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
* Fri Feb 20 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.17.0-1
|
|
|
|
|
- Apache Libcloud 0.17.0 release
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
* 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 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,
|
|
|
|
@ -118,4 +112,3 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
* Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2
|
|
|
|
|
- First build package build
|
|
|
|
|
|
|
|
|
|