|
|
|
@ -3,14 +3,13 @@
|
|
|
|
|
|
|
|
|
|
Summary: A simple lightweight interface to Amazon Web Services
|
|
|
|
|
Name: python-boto
|
|
|
|
|
Version: 1.2a
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.5c
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
URL: http://code.google.com/p/%{pkgname}/
|
|
|
|
|
Source: http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
|
|
|
|
|
Patch: python-boto-1.2a-python23.patch
|
|
|
|
|
BuildRequires: python-devel >= 2.3
|
|
|
|
|
BuildRequires: python-devel >= 2.5
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
@ -23,7 +22,6 @@ use, lightweight wrapper around the Amazon services.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{pkgname}-%{version}
|
|
|
|
|
%patch -p1 -b .python23
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__python} setup.py build
|
|
|
|
@ -44,7 +42,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 5 2008 Jeremy Katz <katzj@redhat.com> - 1.2a-2
|
|
|
|
|
* Sun Dec 07 2008 Robert Scheck <robert@fedoraproject.org> 1.5c-1
|
|
|
|
|
- Upgrade to 1.5c
|
|
|
|
|
|
|
|
|
|
* Fri Dec 05 2008 Jeremy Katz <katzj@redhat.com> 1.2a-2
|
|
|
|
|
- Rebuild for python 2.6
|
|
|
|
|
|
|
|
|
|
* Wed May 07 2008 Robert Scheck <robert@fedoraproject.org> 1.2a-1
|
|
|
|
|