diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index ffdc965..448d40c 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -1,6 +1,6 @@ Name: python-sortedcontainers Version: 2.3.0 -Release: 1mamba +Release: 2mamba Summary: A sorted collections library, written in pure-Python, and fast as C-extension Group: System/Libraries Vendor: openmamba @@ -10,11 +10,8 @@ URL: https://pypi.org/project/sortedcontainers/ Source: https://pypi.debian.net/sortedcontainers/sortedcontainers-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: python3 +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -38,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "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}/sortedcontainers-%{version}-py*.egg-info +%{python_sitearch}/sortedcontainers-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Mon Apr 12 2021 Silvan Calarco 2.3.0-2mamba +- rebuilt with distdeps + * Wed Jan 20 2021 Silvan Calarco 2.3.0-1mamba - package created using the webbuild interface