rebuilt with distdeps [release 1.21.31-2mamba;Mon Aug 30 2021]
This commit is contained in:
parent
3afa196138
commit
1ff6bc294e
@ -1,6 +1,6 @@
|
||||
Name: python-botocore
|
||||
Version: 1.21.31
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A low-level interface to a growing number of Amazon Web Services
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,8 +11,11 @@ Source: https://github.com/boto/botocore.git/%{version}/botocore-%{versio
|
||||
#Source: https://pypi.debian.net/botocore/botocore-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(jmespath)
|
||||
BuildRequires: python3.7dist(python-dateutil)
|
||||
BuildRequires: python3.7dist(urllib3)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -36,12 +39,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/botocore-%{version}-py*.egg-info
|
||||
%{python_sitearch}/botocore-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21.31-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 1.21.31-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user