source: spec/trunk/SPECS/s3cmd.spec@ 372

Last change on this file since 372 was 372, checked in by Yuri Dario, 12 years ago

spec: s3cmd, Command line tool for managing Amazon S3 and CloudFront services.

File size: 1.0 KB
Line 
1%define name s3cmd
2%define version 1.1.0.beta3
3%define unmangled_version 1.1.0.beta3
4%define release 3
5
6Summary: Command line tool for managing Amazon S3 and CloudFront services
7Name: %{name}
8Version: %{version}
9Release: %{release}
10Source0: %{name}-%{unmangled_version}.tar.gz
11License: GPL version 2
12Group: Development/Libraries
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14Prefix: %{_prefix}
15BuildArch: noarch
16Vendor: Michal Ludvig <michal@logix.cz>
17Url: http://s3tools.org
18
19%description
20
21
22S3cmd lets you copy files from/to Amazon S3
23(Simple Storage Service) using a simple to use
24command line client. Supports rsync-like backup,
25GPG encryption, and more. Also supports management
26of Amazon's CloudFront content delivery network.
27
28
29Authors:
30--------
31 Michal Ludvig <michal@logix.cz>
32
33
34%prep
35%setup -n %{name}-%{unmangled_version}
36
37%build
38python setup.py build
39
40%install
41python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files -f INSTALLED_FILES
47%defattr(-,root,root)
Note: See TracBrowser for help on using the repository browser.