Garrett Holmstrom 11 years ago
parent 5763daec18
commit 96845aaa6d

@ -1,8 +1,9 @@
%{!?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.27.0
Release: 3%{?dist}
Version: 2.32.1
Release: 1%{?dist}
License: MIT
Group: Development/Languages
URL: https://github.com/boto/boto
@ -27,7 +28,7 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula.
%prep
%setup -q -n boto-%{version}
cp %{SOURCE1} .
cp -p %{SOURCE1} .
rm -r boto.egg-info
@ -40,6 +41,7 @@ rm -r boto.egg-info
%files
%{!?_licensedir:%global license %%doc}
%license boto-mit-license.txt
%doc README.rst
%{_bindir}/asadmin
%{_bindir}/bundle_image
%{_bindir}/cfadmin
@ -65,6 +67,9 @@ rm -r boto.egg-info
%{python_sitelib}/boto*.egg-info
%changelog
* Thu Aug 21 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.32.1-1
- Updated to 2.32.1 (RH #1126056, RH #1132348)
* Thu Jul 31 2014 Tom Callaway <spot@fedoraproject.org> - 2.27.0-3
- fix license handling

@ -1 +1 @@
47a4d81554380b21d85005f91d12a585 boto-2.27.0.tar.gz
66bb70a9aa7576726dd1b141b64a4e0b boto-2.32.1.tar.gz

Loading…
Cancel
Save