diff --git a/python-Glymur.changes b/python-Glymur.changes index 7ccf6d3..44f9eff 100644 --- a/python-Glymur.changes +++ b/python-Glymur.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 14 16:55:39 UTC 2020 - Matej Cepl + +- Don't install tests + ------------------------------------------------------------------- Thu Jul 9 16:12:50 UTC 2020 - Ondřej Súkup diff --git a/python-Glymur.spec b/python-Glymur.spec index fc94ff2..02ea525 100644 --- a/python-Glymur.spec +++ b/python-Glymur.spec @@ -54,6 +54,8 @@ Python interface to the OpenJPEG library %install %python_install +# don't install tests +rm -rf %{buildroot}%{python_sitelib}/tests %python_clone -a %{buildroot}%{_bindir}/jp2dump %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -70,6 +72,7 @@ Python interface to the OpenJPEG library %doc README.md CHANGES.txt %license LICENSE.txt %python_alternative %{_bindir}/jp2dump -%{python_sitelib}/* +%{python_sitelib}/glymur* +%{python_sitelib}/Glymur* %changelog