diff --git a/python-pybtex.changes b/python-pybtex.changes index af4ff25..6888d6b 100644 --- a/python-pybtex.changes +++ b/python-pybtex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 2 08:44:00 UTC 2020 - Martin Pluskal + +- Do not ship tests + ------------------------------------------------------------------- Wed Sep 16 21:15:17 UTC 2020 - Dirk Mueller diff --git a/python-pybtex.spec b/python-pybtex.spec index 2a8881e..3344145 100644 --- a/python-pybtex.spec +++ b/python-pybtex.spec @@ -63,6 +63,7 @@ process the above formats. %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests # install man for man in %{oname} %{oname}-convert %{oname}-format ; do install -Dpm 0644 docs/man1/${man}.1 %{buildroot}%{_mandir}/man1/${man}.1