Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 9e6b517b551f117b26bd9fde52b52de7 > files > 2

aws-1.39-1mdv2010.0.src.rpm

%define name    aws
%define version 1.39
%define release %mkrel 1

# Source tar.bz is created by downloading script from
# http://timkay.com/aws/aws
# linked from: http://timkay.com/aws/download.html

Summary:	Command line access to Amazon S3, EC2 and SQS
Name:		%{name}
Version:	%{version}
Release: 	%{release}	
License:	GPLv3
Group:		Networking/Other
URL:		http://timkay.com/aws/
Source0:	%{name}-%{version}.tar.bz
Requires:	curl
BuildArch: 	noarch
BuildRoot:	%{_tmppath}/%{name}-root

%description
aws is a command line tool that gives you easy access to 
Amazon EC2, S3 and SQS.  aws is designed to be simple to
install and simple to use.

aws S3 (Simple Storage Service) allows you to create 
buckets/directories, add and remove files and list buckets.  

aws EC2 (Elastic Compute Cloud) allows you to start, 
stop, reboot, and manage EC2 virtual machines.

aws SQS (Simple Queue Service) is used to control queues. 

%prep

%setup -q

%build

%install
rm -fr %{buildroot}
install -m 755 -D aws %{buildroot}/%{_bindir}/aws
install -m 644 -D README %{buildroot}/%{_docdir}/aws/README

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root)
%doc README 
%{_bindir}/aws




%changelog
* Thu May 28 2009 Glen Ogilvie <nelg@mandriva.org> 1.39-1mdv2010.0
+ Revision: 380306
- tidy up of spec file based on feedback
- updated packager
- import aws


* Fri May 01 2009 Glen Ogilvie <nelg@linuxsolutions.co.nz> 1.39-1mdv2009.1
+ RPM build from source