- Don't install tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glymur?expand=0&rev=12
This commit is contained in:
parent
c5771d3e2c
commit
3f2258d4d1
@ -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>
|
Thu Jul 9 16:12:50 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -54,6 +54,8 @@ Python interface to the OpenJPEG library
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
# don't install tests
|
||||||
|
rm -rf %{buildroot}%{python_sitelib}/tests
|
||||||
%python_clone -a %{buildroot}%{_bindir}/jp2dump
|
%python_clone -a %{buildroot}%{_bindir}/jp2dump
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
@ -70,6 +72,7 @@ Python interface to the OpenJPEG library
|
|||||||
%doc README.md CHANGES.txt
|
%doc README.md CHANGES.txt
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%python_alternative %{_bindir}/jp2dump
|
%python_alternative %{_bindir}/jp2dump
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/glymur*
|
||||||
|
%{python_sitelib}/Glymur*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user