|
|
@ -3,14 +3,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A simple lightweight interface to Amazon Web Services
|
|
|
|
Summary: A simple lightweight interface to Amazon Web Services
|
|
|
|
Name: python-boto
|
|
|
|
Name: python-boto
|
|
|
|
Version: 1.7a
|
|
|
|
Version: 1.8d
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
URL: http://code.google.com/p/%{pkgname}/
|
|
|
|
URL: http://code.google.com/p/%{pkgname}/
|
|
|
|
Source: http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
|
|
|
|
Source: http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python-devel, python-setuptools-devel
|
|
|
|
BuildRequires: python-setuptools-devel
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
@ -43,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{python_sitelib}/*
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Robert Scheck <robert@fedoraproject.org> 1.8d-1
|
|
|
|
|
|
|
|
- Upgrade to 1.8d (#513560)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 03 2009 Luke Macken <lmacken@redhat.com> 1.7a-2
|
|
|
|
* Wed Jun 03 2009 Luke Macken <lmacken@redhat.com> 1.7a-2
|
|
|
|
- Add python-setuptools-devel to our build requirements, for egg-info
|
|
|
|
- Add python-setuptools-devel to our build requirements, for egg-info
|
|
|
|
|
|
|
|
|
|
|
|