From 7e2f30e77895552517084407f4407b253b29a9e7 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 26 Aug 2020 11:02:32 -0700 Subject: python-sphinx-hoverxref: don't glob sitelib contents Signed-off-by: Michel Alexandre Salim --- python/python-sphinx-hoverxref.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'python/python-sphinx-hoverxref.spec') diff --git a/python/python-sphinx-hoverxref.spec b/python/python-sphinx-hoverxref.spec index e527bfa..fc4e81f 100644 --- a/python/python-sphinx-hoverxref.spec +++ b/python/python-sphinx-hoverxref.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.5b1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} BuildArch: noarch @@ -54,9 +54,14 @@ pytest tests/ %files -n python3-%{srcname} %license LICENSE %doc README.rst -%{python3_sitelib}/* +%{python3_sitelib}/hoverxref/ +%{python3_sitelib}/*egg-info/ + %changelog +* Wed Aug 26 2020 Michel Alexandre Salim - 0.5b1-2 +- Don't glob sitelib contents + * Tue Aug 25 2020 Michel Alexandre Salim - 0.5b1-1 - Initial package -- cgit