|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
Summary: A simple lightweight interface to Amazon Web Services
|
|
|
|
|
Name: python-boto
|
|
|
|
|
Version: 2.5.2
|
|
|
|
|
Version: 2.6.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages
|
|
|
|
@ -11,10 +11,6 @@ BuildRequires: python-devel >= 2.5, python-setuptools-devel
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=838076
|
|
|
|
|
# Fixed with upstream commit 6870daf
|
|
|
|
|
Patch1: python-boto-2.5.2-emptydata.patch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Boto is a Python package that provides interfaces to Amazon Web Services.
|
|
|
|
|
It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via
|
|
|
|
@ -24,7 +20,6 @@ use, lightweight wrapper around the Amazon services.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n boto-%{version}
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__python} setup.py build
|
|
|
|
@ -45,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_bindir}/cwutil
|
|
|
|
|
%{_bindir}/elbadmin
|
|
|
|
|
%{_bindir}/fetch_file
|
|
|
|
|
%{_bindir}/glacier
|
|
|
|
|
%{_bindir}/instance_events
|
|
|
|
|
%{_bindir}/kill_instance
|
|
|
|
|
%{_bindir}/launch_instance
|
|
|
|
@ -59,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 21 2012 Garrett Holmstrom <gholms@fedoraproject.org> - 2.6.0-1
|
|
|
|
|
- Updated to 2.6.0 (#876517)
|
|
|
|
|
- Note that this version enables SSL cert verification by default.
|
|
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|