diff --git a/python-diff-match-patch.spec b/python-diff-match-patch.spec index afed628..cf1d3bc 100644 --- a/python-diff-match-patch.spec +++ b/python-diff-match-patch.spec @@ -1,6 +1,6 @@ Name: python-diff-match-patch Version: 20200713 -Release: 1mamba +Release: 2mamba Summary: Robust algorithms to perform the operations required for synchronizing plain text Group: System/Libraries Vendor: openmamba @@ -10,11 +10,8 @@ URL: https://pypi.python.org/pypi/diff-match-patch/ Source: https://pypi.debian.net/diff-match-patch/diff-match-patch-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -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}. @@ -38,15 +35,21 @@ 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 chmod -R o+r %{buildroot} %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/diff_match_patch-%{version}-py*.egg-info +%{python_sitearch}/diff_match_patch-%{version}-py*.egg-info/* + %doc LICENSE %changelog +* Sun Apr 11 2021 Silvan Calarco 20200713-2mamba +- rebuilt with distdeps + * Sat Aug 22 2020 Automatic Build System 20200713-1mamba - automatic version update by autodist