forked from boto/botocore
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpython-botocore.spec
More file actions
47 lines (38 loc) · 1.51 KB
/
python-botocore.spec
File metadata and controls
47 lines (38 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%global pkgname botocore
%define buildid @BUILDID@
Name: python-%{pkgname}
# NOTICE - Updating this package requires updating python-boto3
Version: 1.20.14
Release: ROCKIT66%{?buildid}%{?byte_code_mark}%{?dist}
Summary: Low-level, data-driven core of boto 3
License: ASL 2.0
URL: https://github.com/C2Devel/botocore.git
Source0: https://pypi.io/packages/source/b/botocore/botocore-%{version}.tar.gz
BuildArch: noarch
%description
A low-level interface to a growing number of Amazon Web Services. The
botocore package is the foundation for the AWS CLI as well as boto3.
%package -n python%{python3_pkgversion}-%{pkgname}
Summary: Low-level, data-driven core of boto 3
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-jmespath >= 0.7.1
Requires: python%{python3_pkgversion}-dateutil >= 2.1
Requires: python%{python3_pkgversion}-urllib3 >= 1.24.1
%description -n python%{python3_pkgversion}-%{pkgname}
A low-level interface to a growing number of Amazon Web Services. The
botocore package is the foundation for the AWS CLI as well as boto3.
%prep
%setup -q -n %{pkgname}-%{version}
rm -rf %{pkgname}.egg-info
# Remove online tests
rm -rf tests/integration
%build
%py3_build
%install
%py3_install
%files -n python%{python3_pkgversion}-%{pkgname}
%doc README.rst
%license LICENSE.txt
%{python3_sitelib}/%{pkgname}/
%{python3_sitelib}/%{pkgname}-*.egg-info/