diff --git a/.gitignore b/.gitignore index 25ff496..4a4c4b8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /apache-libcloud-0.20.0.tar.gz /apache-libcloud-0.20.1.tar.gz /apache-libcloud-1.1.0.tar.gz +/apache-libcloud-1.3.0.tar.gz diff --git a/python-libcloud.spec b/python-libcloud.spec index 1cfcdfb..200940f 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -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,11 +27,13 @@ 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} @@ -42,24 +43,29 @@ rm -rf %{buildroot} %{python_sitelib}/* %changelog -* Thu Jul 21 2016 Daniel Bruno - 1.1.0-1 -- Python Libcloud 1.1.0 release +* Mon Oct 24 2016 Daniel Bruno - 1.3.0-1 +- Python Libcloud 1.3.0 release -* Sun Jan 24 2016 Daniel Bruno - 0.20.1-2 -- EL6 dependencies fixed. +* Tue Jul 12 2016 Daniel Bruno - 1.1.0-1 +- Python Libcloud 1.1.0 release * Sun Jan 24 2016 Daniel Bruno - 0.20.1-1 - This is a bug-fix release of the 0.20 series. -* Mon Aug 17 2015 Daniel Bruno - 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 + +* Mon Aug 10 2015 Daniel Bruno - 0.18.0-1 +- Apache Libcloud 0.18.0 release with bug fixes and new features -* Sat Feb 21 2015 Daniel Bruno - 0.17.0-1 -- Libcloud 0.17.0 release it brings many new features, improvements and - bug-fixes. +* Fri Feb 20 2015 Daniel Bruno - 0.17.0-1 +- Apache Libcloud 0.17.0 release -* Thu Nov 13 2014 Daniel Bruno - 0.16.0-1 -- Libcloud 0.16.0 release with many new features, improvements and bug-fixes. +* Wed Nov 12 2014 Daniel Bruno - 0.16.0-1 +- First release in the 0.16 series + +* Mon Jul 21 2014 Daniel Bruno - 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 + diff --git a/sources b/sources index f8466f0..6cbd492 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19188d59547c8bd834075ace0fafab41 apache-libcloud-1.1.0.tar.gz +09309c100625f532957973103f1c3e14 apache-libcloud-1.3.0.tar.gz