Accepting request 1170719 from GNOME:Factory
- remove dependency on /usr/bin/python3 using %python3_fix_shebang_path and %python_fix_shebang macros, [bsc#1212476] (forwarded request 1170691 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/1170719 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk-doc?expand=0&rev=47
This commit is contained in:
commit
d3a3798a71
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 29 07:51:50 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- remove dependency on /usr/bin/python3 using
|
||||||
|
%python3_fix_shebang_path and %python_fix_shebang macros, [bsc#1212476]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 6 07:52:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Mar 6 07:52:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -118,6 +118,10 @@ mkdir -p %{buildroot}%{_datadir}/gtk-doc/html
|
|||||||
%fdupes %{buildroot}%{_datadir}/help/[a-z]*
|
%fdupes %{buildroot}%{_datadir}/help/[a-z]*
|
||||||
%find_lang gtk-doc-manual %{?no_lang_C}
|
%find_lang gtk-doc-manual %{?no_lang_C}
|
||||||
%endif
|
%endif
|
||||||
|
%python3_fix_shebang
|
||||||
|
%if %{suse_version} >= 1600
|
||||||
|
%python3_fix_shebang_path %{buildroot}%{_datadir}/gtk-doc/python/gtkdoc/*
|
||||||
|
%endif
|
||||||
|
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user