[python-libcloud] Fixed dependencies

Daniel Bruno dbruno at fedoraproject.org
Sat Feb 21 16:41:53 UTC 2015


commit 91135a2daa842ba0f226c1a914bca00f61269ed6
Author: Daniel Bruno <dbruno at fedoraproject.org>
Date:   Sat Feb 21 12:41:35 2015 -0400

    Fixed dependencies

 python-libcloud.spec | 26 +++-----------------------
 1 file changed, 3 insertions(+), 23 deletions(-)
---
diff --git a/python-libcloud.spec b/python-libcloud.spec
index 380e662..826f15c 100644
--- a/python-libcloud.spec
+++ b/python-libcloud.spec
@@ -1,10 +1,4 @@
-%global __python26 /usr/bin/python2.6
-%if 0%{?fedora} < 13 || 0%{?rhel} < 6
-%define python26_sitelib %(%{__python26} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
-%global __os_install_post %{__python26_os_install_post}
-%else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%endif
 
 %global tarball_name apache-libcloud
 
@@ -23,15 +17,7 @@ BuildArch:      noarch
 
 BuildRequires:  python-setuptools
 
-%if 0%{?fedora} < 13 || 0%{?rhel} < 6
-BuildRequires:  python26-devel
-%else
 BuildRequires:  python2-devel
-%endif
-
-%if 0%{?fedora} < 13 || 0%{?rhel} < 6
-Requires:   python26
-%endif
 
 %description
 libcloud is a client library for interacting with many of the popular cloud 
@@ -43,20 +29,11 @@ products that work between any of the services that it supports.
 
 
 %build
-%if 0%{?fedora} < 13 || 0%{?rhel} < 6
-%{__python26} setup.py build
-%else
 %{__python} setup.py build
-%endif
-
 
 %install
 rm -rf %{buildroot}
-%if 0%{?fedora} < 13 || 0%{?rhel} < 6
-%{__python26} setup.py install -O1 --skip-build --root %{buildroot}
-%else
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-%endif
 
  
 %clean
@@ -77,6 +54,9 @@ rm -rf %{buildroot}
 * Thu Nov 13 2014 Daniel Bruno <dbruno at fedoraproject.org> - 0.16.0-1
 - Libcloud 0.16.0 release with many new features, improvements and bug-fixes.
 
+* Mon Jul 21 2014 Daniel Bruno <dbruno at fedoraproject.org - 0.15.1-2
+- Libcloud 0.15.1 bug-fix release
+
 * Fri Jun 27 2014 Daniel Bruno <dbruno at fedoraproject.org> - 0.15.0-1
 - First release in the 0.15 series which it brings many new features,
   improvements and bug fixes


More information about the scm-commits mailing list