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
|
Name: python-botocore
|
||||||
Version: 1.21.31
|
Version: 1.21.31
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A low-level interface to a growing number of Amazon Web Services
|
Summary: A low-level interface to a growing number of Amazon Web Services
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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
|
#Source: https://pypi.debian.net/botocore/botocore-%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(jmespath)
|
||||||
|
BuildRequires: python3.7dist(python-dateutil)
|
||||||
|
BuildRequires: python3.7dist(urllib3)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -36,12 +39,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/botocore-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/botocore-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 28 2021 Automatic Build System <autodist@mambasoft.it> 1.21.31-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user