diff --git a/python-urllib3.spec b/python-urllib3.spec index ca2c073..5cdccc4 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -1,6 +1,6 @@ Name: python-urllib3 Version: 1.26.4 -Release: 1mamba +Release: 2mamba Summary: HTTP library with thread-safe connection pooling, file post, and more Group: System/Libraries Vendor: openmamba @@ -10,8 +10,8 @@ URL: https://pypi.python.org/pypi/urllib3 Source: http://pypi.debian.net/urllib3/urllib3-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version %description %{summary}. @@ -35,12 +35,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}/urllib3-%{version}-py*.egg-info +%{python_sitearch}/urllib3-%{version}-py*.egg-info/* %changelog +* Mon Apr 05 2021 Silvan Calarco 1.26.4-2mamba +- rebuilt with distdeps + * Tue Mar 16 2021 Automatic Build System 1.26.4-1mamba - automatic version update by autodist