b3090b1
%if 0%{?fedora} < 13 || 0%{?rhel} < 6
b3090b1
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
b3090b1
%endif
b3090b1
b3090b1
%global tarball_name apache-libcloud
b3090b1
b3090b1
Name:           python-libcloud
e4bb4e3
Version:        0.9.1
e4bb4e3
Release:        1%{?dist}
b3090b1
Summary:        A Python library to address multiple cloud provider APIs
b3090b1
b3090b1
Group:          Development/Languages
b3090b1
License:        ASL 2.0
b3090b1
URL:            http://libcloud.apache.org/
b3090b1
Source0:        http://pypi.python.org/packages/source/a/apache-libcloud/%{tarball_name}-%{version}.tar.bz2
b3090b1
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b3090b1
b3090b1
BuildArch:      noarch
b3090b1
BuildRequires:  python-devel python-setuptools
b3090b1
b3090b1
%description
b3090b1
libcloud is a client library for interacting with many of the popular cloud 
b3090b1
server providers.  It was created to make it easy for developers to build 
b3090b1
products that work between any of the services that it supports.
b3090b1
b3090b1
%prep
b3090b1
%setup -qn %{tarball_name}-%{version}
b3090b1
b3090b1
b3090b1
%build
b3090b1
%{__python} setup.py build
b3090b1
b3090b1
b3090b1
%install
b3090b1
rm -rf %{buildroot}
b3090b1
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
b3090b1
b3090b1
 
b3090b1
%clean
b3090b1
rm -rf %{buildroot}
b3090b1
b3090b1
b3090b1
%files
b3090b1
%defattr(-,root,root,-)
b3090b1
%doc LICENSE README
b3090b1
%{python_sitelib}/*
b3090b1
b3090b1
b3090b1
%changelog
e4bb4e3
* Mon Apr 16 2012 Daniel Bruno dbruno@fedoraproject.org - 0.9.1-1
e4bb4e3
- update to 0.9.1
e4bb4e3
0e622a5
* Mon Mar 26 2012 Daniel Bruno dbruno@fedoraproject.org - 0.8.0-4
0e622a5
- Updating release to 0.8.0
0e622a5
b3090b1
* Fri Dec 30 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-3
b3090b1
- Standardizing the description
b3090b1
b3090b1
* Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2
b3090b1
- First build package build
b3090b1
b3090b1