diff --git a/python-packaging.spec b/python-packaging.spec index e4183c2..c7fa990 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,6 +1,6 @@ Name: python-packaging Version: 20.9 -Release: 1mamba +Release: 2mamba Summary: Core utilities for Python packages Group: System/Libraries Vendor: openmamba @@ -10,11 +10,9 @@ URL: https://pypi.python.org/pypi/packaging Source: https://pypi.debian.net/packaging/packaging-%{version}.tar.gz License: BSD, Apache License 2.0 ## AUTOBUILDREQ-BEGIN +#python3.7dist(pyparsing): unidentified build requirement +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -Requires: python-pyparsing -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -38,13 +36,19 @@ 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}/packaging-%{version}-py*.egg-info +%{python_sitearch}/packaging-%{version}-py*.egg-info/* + %doc LICENSE %changelog +* Wed Mar 31 2021 Silvan Calarco 20.9-2mamba +- rebuilt with distdeps + * Sun Feb 21 2021 Automatic Build System 20.9-1mamba - automatic version update by autodist