|
|
@ -3,12 +3,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
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: 2.0
|
|
|
|
Version: 2.2.2
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
URL: http://code.google.com/p/%{pkgname}/
|
|
|
|
URL: https://github.com/%{pkgname}/%{pkgname}
|
|
|
|
Source: http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
|
|
|
|
Source: http://pypi.python.org/packages/source/b/%{pkgname}/%{pkgname}-%{version}.tar.gz
|
|
|
|
BuildRequires: python-devel >= 2.5, python-setuptools-devel
|
|
|
|
BuildRequires: python-devel >= 2.5, 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)
|
|
|
@ -35,23 +35,30 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%{_bindir}/asadmin
|
|
|
|
%{_bindir}/bundle_image
|
|
|
|
%{_bindir}/bundle_image
|
|
|
|
%{_bindir}/cfadmin
|
|
|
|
%{_bindir}/cfadmin
|
|
|
|
%{_bindir}/cq
|
|
|
|
%{_bindir}/cq
|
|
|
|
|
|
|
|
%{_bindir}/cwutil
|
|
|
|
%{_bindir}/elbadmin
|
|
|
|
%{_bindir}/elbadmin
|
|
|
|
%{_bindir}/fetch_file
|
|
|
|
%{_bindir}/fetch_file
|
|
|
|
|
|
|
|
%{_bindir}/instance_events
|
|
|
|
%{_bindir}/kill_instance
|
|
|
|
%{_bindir}/kill_instance
|
|
|
|
%{_bindir}/launch_instance
|
|
|
|
%{_bindir}/launch_instance
|
|
|
|
%{_bindir}/list_instances
|
|
|
|
%{_bindir}/list_instances
|
|
|
|
%{_bindir}/lss3
|
|
|
|
%{_bindir}/lss3
|
|
|
|
%{_bindir}/pyami_sendmail
|
|
|
|
%{_bindir}/pyami_sendmail
|
|
|
|
%{_bindir}/route53
|
|
|
|
%{_bindir}/route53
|
|
|
|
|
|
|
|
%{_bindir}/s3multiput
|
|
|
|
%{_bindir}/s3put
|
|
|
|
%{_bindir}/s3put
|
|
|
|
%{_bindir}/sdbadmin
|
|
|
|
%{_bindir}/sdbadmin
|
|
|
|
%{_bindir}/taskadmin
|
|
|
|
%{_bindir}/taskadmin
|
|
|
|
%{python_sitelib}/*
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 13 2012 Robert Scheck <robert@fedoraproject.org> 2.2.2-1
|
|
|
|
|
|
|
|
- Upgrade to 2.2.2 (#786301, thanks to Bobby Powers)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|