- Fix the condition to really generate the direct binaries

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=65
This commit is contained in:
Tomáš Chvátal 2020-04-07 09:32:17 +00:00 committed by Git OBS Bridge
parent 168f5a41a2
commit b130c91659
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 7 09:31:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the condition to really generate the direct binaries
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 6 15:57:17 UTC 2020 - Matej Cepl <mcepl@suse.com> Mon Apr 6 15:57:17 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -88,7 +88,9 @@ done
%check %check
%if %{with test} %if %{with test}
%python_exec test/alltests.py %python_exec test/alltests.py
%endif
%if !%{with test}
%post %post
%{python_install_alternative rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html rst2html4 rst2html5} %{python_install_alternative rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html rst2html4 rst2html5}