2024-01-06 10:47:56 +01:00
|
|
|
Name: python-awscli
|
2024-01-06 10:47:56 +01:00
|
|
|
Version: 1.18.124
|
|
|
|
Release: 2mamba
|
2024-01-06 10:47:56 +01:00
|
|
|
Summary: A unified command line interface to Amazon Web Services
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://aws.amazon.com/cli/
|
2024-01-06 10:47:56 +01:00
|
|
|
Source: https://pypi.debian.net/awscli/awscli-%{version}.tar.gz
|
|
|
|
#Source: https://pypi.python.org/packages/source/a/awscli/awscli-%{version}.tar.gz
|
2024-01-06 10:47:56 +01:00
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:47:56 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 10:47:56 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:47:56 +01:00
|
|
|
Requires: python-botocore-py3
|
|
|
|
Requires: python-dateutil-py3
|
|
|
|
Requires: python-jmespath-py3
|
|
|
|
Requires: python-colorama-py3
|
|
|
|
Requires: python-docutils-py3
|
|
|
|
Requires: python-rsa-py3
|
|
|
|
Requires: python-pyasn1-py3
|
|
|
|
Requires: python-s3transfer-py3
|
|
|
|
Requires: python3 >= %python3_version
|
2024-01-06 10:47:56 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n awscli-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 10:47:56 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
2024-01-06 10:47:56 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 10:47:56 +01:00
|
|
|
%{__python3} setup.py install \
|
2024-01-06 10:47:56 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
2024-01-06 10:47:56 +01:00
|
|
|
--install-lib=%{python3_sitearch} \
|
2024-01-06 10:47:56 +01:00
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 10:47:56 +01:00
|
|
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 10:47:56 +01:00
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:47:56 +01:00
|
|
|
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.124-2mamba
|
|
|
|
- require python-s3transfer-py3
|
|
|
|
|
|
|
|
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.124-1mamba
|
|
|
|
- update to 1.18.124
|
|
|
|
|
2024-01-06 10:47:56 +01:00
|
|
|
* Mon Dec 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.12-1mamba
|
|
|
|
- package created using the webbuild interface
|