From 72bf603a42e30271dea574af8f8d071cdb5a4d6e7a7c086da69a870fc8cd55db Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 2 Oct 2020 08:44:14 +0000 Subject: [PATCH] - Do not ship tests OBS-URL: https://build.opensuse.org/package/show/Publishing/python-pybtex?expand=0&rev=19 --- python-pybtex.changes | 5 +++++ python-pybtex.spec | 1 + 2 files changed, 6 insertions(+) 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