diff --git a/python-markupsafe.spec b/python-markupsafe.spec index fd27126..ab3170e 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -1,6 +1,6 @@ Name: python-markupsafe Version: 2.0.0a1 -Release: 1mamba +Release: 2mamba Summary: Implements a XML/HTML/XHTML Markup safe string for Python Group: System/Libraries Vendor: openmamba @@ -11,11 +11,8 @@ Source: https://pypi.debian.net/MarkupSafe/MarkupSafe-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython3-devel >= 3.7.4 -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -40,13 +37,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --single-version-externally-managed \ --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}/MarkupSafe-%{version}-py*.egg-info +%{python_sitearch}/MarkupSafe-%{version}-py*.egg-info/* %doc README.rst %changelog +* Sat Apr 03 2021 Silvan Calarco 2.0.0a1-2mamba +- rebuilt with distdeps + * Wed Sep 09 2020 Automatic Build System 2.0.0a1-1mamba - automatic update by autodist