Matej Cepl 2020-07-14 16:55:49 +00:00 committed by Git OBS Bridge
parent c5771d3e2c
commit 3f2258d4d1
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 14 16:55:39 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Don't install tests
-------------------------------------------------------------------
Thu Jul 9 16:12:50 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -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