rebuilt with distdeps [release 2020.12.5-2mamba;Mon Apr 05 2021]
This commit is contained in:
parent
9394dd4085
commit
38a51c2f5c
@ -1,6 +1,6 @@
|
|||||||
Name: python-certifi
|
Name: python-certifi
|
||||||
Version: 2020.12.5
|
Version: 2020.12.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Python package for providing Mozilla's CA Bundle
|
Summary: Python package for providing Mozilla's CA Bundle
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,10 +10,8 @@ URL: https://pypi.python.org/pypi/certifi
|
|||||||
Source: http://pypi.debian.net/certifi/certifi-%{version}.tar.gz
|
Source: http://pypi.debian.net/certifi/certifi-%{version}.tar.gz
|
||||||
License: ISC License
|
License: ISC License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,13 +35,18 @@ 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}/certifi-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/certifi-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.12.5-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2020.12.5-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2020.12.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user