diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-08-26 11:02:32 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-08-26 11:02:32 -0700 |
| commit | 7e2f30e77895552517084407f4407b253b29a9e7 (patch) | |
| tree | 4307a77eacbb06ce18106f9333ac3ab2851da540 /python/python-sphinx-hoverxref.spec | |
| parent | 36a5bb491cd11d1978714884b8597c9bd3f3a342 (diff) | |
| download | specs-7e2f30e77895552517084407f4407b253b29a9e7.tar.gz specs-7e2f30e77895552517084407f4407b253b29a9e7.tar.xz specs-7e2f30e77895552517084407f4407b253b29a9e7.zip | |
python-sphinx-hoverxref: don't glob sitelib contents
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'python/python-sphinx-hoverxref.spec')
| -rw-r--r-- | python/python-sphinx-hoverxref.spec | 9 |
1 files changed, 7 insertions, 2 deletions
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 <salimma@fedoraproject.org> - 0.5b1-2 +- Don't glob sitelib contents + * Tue Aug 25 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5b1-1 - Initial package |
