|
|
@ -1,10 +1,9 @@
|
|
|
|
%global __python26 /usr/bin/python2.6
|
|
|
|
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
|
|
|
|
%global tarball_name apache-libcloud
|
|
|
|
%global tarball_name apache-libcloud
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-libcloud
|
|
|
|
Name: python-libcloud
|
|
|
|
Version: 0.18.0
|
|
|
|
Version: 0.20.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A Python library to address multiple cloud provider APIs
|
|
|
|
Summary: A Python library to address multiple cloud provider APIs
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
libcloud is a client library for interacting with many of the popular cloud
|
|
|
|
libcloud is a client library for interacting with many of the popular cloud
|
|
|
@ -27,12 +27,14 @@ products that work between any of the services that it supports.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -qn %{tarball_name}-%{version}
|
|
|
|
%setup -qn %{tarball_name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
|
|
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
@ -45,15 +47,20 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 17 2015 Daniel Bruno <dbruno@fedoraproject.org> - 0.18.0-1
|
|
|
|
* Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1
|
|
|
|
- Libcloud 0.18.0 release with new features, improvements and bug-fixes.
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Wed Nov 12 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
|
|
|
|
- Libcloud 0.17.0 release it brings many new features, improvements and
|
|
|
|
- First release in the 0.16 series
|
|
|
|
bug-fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 13 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.16.0-1
|
|
|
|
* Mon Jul 21 2014 Daniel Bruno <dbruno@fedoraproject.org - 0.15.1-2
|
|
|
|
- Libcloud 0.16.0 release with many new features, improvements and bug-fixes.
|
|
|
|
- Libcloud 0.15.1 bug-fix release
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 27 2014 Daniel Bruno <dbruno@fedoraproject.org> - 0.15.0-1
|
|
|
|
* 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,
|
|
|
|
- First release in the 0.15 series which it brings many new features,
|
|
|
|