]> git.pld-linux.org Git - packages/s3cmd.git/blob - s3cmd.spec
a898321f1b5eae222365f63e6f156759aa7aed96
[packages/s3cmd.git] / s3cmd.spec
1 Summary:        S3cmd tool for Amazon Simple Storage Service (S3)
2 Summary(pl.UTF-8):      Narzędzie s3cmd do obsługi Amazon Simple Storage Service (S3)
3 Name:           s3cmd
4 Version:        1.6.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://downloads.sourceforge.net/s3tools/%{name}-%{version}.tar.gz
9 # Source0-md5:  d7477e7000a98552932d23e279d69a11
10 Patch0:         file-magic.patch
11 URL:            http://s3tools.org/s3cmd
12 BuildRequires:  python
13 BuildRequires:  python-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.219
16 Requires:       python-modules
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 S3cmd lets you copy files from/to Amazon S3 (Simple Storage Service)
22 using a simple to use command line client. Supports rsync-like backup,
23 GPG encryption, and more. Also supports management of Amazon's
24 CloudFront content delivery network.
25
26 %description -l pl.UTF-8
27 s3cmd pozwala kopiować pliki z/do usługi Amazon S3 (Simple Storage
28 Service) przy użyciu prostego w użyciu klienta działającego z linii
29 poleceń. Obsługuje tworzenie kopii zapasowych w stylu rsynca,
30 szyfrowanie GPG itp. Pozwala także na zarządzanie siecią udostępniania
31 treści Amazon CloudFront.
32
33 %prep
34 %setup -q
35
36 %patch0 -p1
37
38 %build
39 %py_build
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %py_install
45
46 rm -r $RPM_BUILD_ROOT%{_docdir}/packages
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README.md NEWS
54 %attr(755,root,root) %{_bindir}/s3cmd
55 %{py_sitescriptdir}/S3
56 %{py_sitescriptdir}/s3cmd-%{version}-py*.egg-info
57 %{_mandir}/man1/s3cmd.1*
This page took 0.069427 seconds and 2 git commands to generate.