Accepting request 1170691 from home:pgajdos
- remove dependency on /usr/bin/python3 using %python3_fix_shebang_path and %python_fix_shebang macros, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1170691 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk-doc?expand=0&rev=83
This commit is contained in:
parent
b8bfa0b22f
commit
e7660c3790
@ -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>
|
||||
|
||||
|
@ -118,6 +118,10 @@ mkdir -p %{buildroot}%{_datadir}/gtk-doc/html
|
||||
%fdupes %{buildroot}%{_datadir}/help/[a-z]*
|
||||
%find_lang gtk-doc-manual %{?no_lang_C}
|
||||
%endif
|
||||
%python3_fix_shebang
|
||||
%if %{suse_version} >= 1600
|
||||
%python3_fix_shebang_path %{buildroot}%{_datadir}/gtk-doc/python/gtkdoc/*
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == ""
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user