Browse code

make bundled s3cmd.spec.in closer to Fedora spec

Fedora/EPEL still drops ez_setup stuff as it isn't needed (we have a good
enough python-setuptools in Fedora/EPEL already). But I want to keep
ez_setup in place for the pip installs.

Matt Domsch authored on 2015/02/06 13:44:49
Showing 1 changed files
... ...
@@ -10,7 +10,7 @@ Summary:        Tool for accessing Amazon Simple Storage Service
10 10
 
11 11
 Group:          Applications/Internet
12 12
 License:        GPLv2
13
-URL:            http://s3tools.com/s3cmd
13
+URL:            http://s3tools.com
14 14
 # git clone https://github.com/s3tools/s3cmd
15 15
 # python setup.py sdist
16 16
 Source0:        https://github.com/s3tools/s3cmd/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
... ...
@@ -28,7 +28,9 @@ BuildRequires:  python-elementtree
28 28
 Requires:       python-elementtree
29 29
 %endif
30 30
 BuildRequires:  python-dateutil
31
+BuildRequires:  python-setuptools
31 32
 Requires:       python-dateutil
33
+Requires:       python-magic
32 34
 
33 35
 %description
34 36
 S3cmd lets you copy files from/to Amazon S3
... ...
@@ -61,11 +63,18 @@ rm -rf $RPM_BUILD_ROOT
61 61
 %if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
62 62
 %{python_sitelib}/s3cmd*.egg-info
63 63
 %endif
64
-%doc NEWS README
64
+%doc NEWS README.md
65 65
 
66 66
 
67 67
 %changelog
68
-* Mon Jan 12 2015 Matt Domsch <mdomsch@fedoraproject.org> - 1.5.0-1
68
+* Thu Feb  5 2015 Matt Domsch <mdomsch@fedoraproject.org> - 1.5.1.2-5
69
+- add Requires: python-magic
70
+
71
+* Wed Feb  4 2015 Matt Domsch <mdomsch@fedoraproject.org> - 1.5.1.2-4
72
+- upstream 1.5.1.2, mostly bug fixes
73
+- add dependency on python-setuptools
74
+
75
+ Mon Jan 12 2015 Matt Domsch <mdomsch@fedoraproject.org> - 1.5.0-1
69 76
 - upstream 1.5.0 final
70 77
 
71 78
 * Tue Jul  1 2014 Matt Domsch <mdomsch@fedoraproject.org> - 1.5.0-0.6.rc1