Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > add0d76d5ece28b10f3b49d52e3fe169 > files > 1

gsutil-3.38-5.mga5.src.rpm

Name:           gsutil
Version:        3.38
Release:        %mkrel 5
Url:            https://developers.google.com/storage/docs/gsutil
Summary:        Access Google Cloud Storage from the command line
License:        ASL 2.0
Group:          Networking/Other
Source:         http://storage.googleapis.com/pub/%{name}_%{version}.tar.gz
Patch0:		gsutil_3.38-deps.patch
BuildArch:      noarch
BuildRequires:  python-setuptools

%description
gsutil is a Python application that lets you access Google Cloud Storage 
from the command line. You can use gsutil to do a wide range of bucket and
object management tasks, including:

- Creating and deleting buckets.
- Uploading, downloading, and deleting objects.
- Listing buckets and objects.
- Moving, copying, and renaming objects.
- Editing object and bucket ACLs.

%prep
%setup -q -n %{name}
%apply_patches

%build
%{__python} setup.py build

%install
%{__python} setup.py install --prefix %{_prefix} --root %{buildroot}

%files
%doc CHANGES.md README.md
%{_bindir}/%{name}
%{python_sitelib}/gslib
%{python_sitelib}/%{name}-%{version}*.egg-info


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 3.38-5.mga5
+ Revision: 746976
- Second Mageia 5 Mass Rebuild

* Sat Sep 27 2014 tv <tv> 3.38-4.mga5
+ Revision: 726451
- rebuild for missing pythoneggs deps

* Tue Sep 16 2014 umeabot <umeabot> 3.38-3.mga5
+ Revision: 679990
- Mageia 5 Mass Rebuild

* Sat May 31 2014 pterjan <pterjan> 3.38-2.mga5
+ Revision: 628242
- Rebuild for new Python

* Mon Dec 09 2013 pterjan <pterjan> 3.38-1.mga4
+ Revision: 556004
- Soften dependency versions
- imported package gsutil